[PR #574] Added build script for .deb #1413

Open
opened 2026-01-29 17:16:17 +00:00 by claunia · 0 comments
Owner

Original Pull Request: https://github.com/CCExtractor/ccextractor/pull/574

State: closed
Merged: Yes


default
(sorry for non-english)

This command build the .deb file in folder package_creators/build, and you can install by:

sudo dpkg -i %built_filename%.deb
sudo apt-get -y -f install

(Last command for dependencies)
And then you can run ccextractor in console in any folder of your system.

**Original Pull Request:** https://github.com/CCExtractor/ccextractor/pull/574 **State:** closed **Merged:** Yes --- ![default](https://cloud.githubusercontent.com/assets/5406399/21484345/75209e22-cbaa-11e6-86b0-a9d841f35411.png) (sorry for non-english) This command build the .deb file in folder package_creators/build, and you can install by: ``` sudo dpkg -i %built_filename%.deb sudo apt-get -y -f install ``` (Last command for dependencies) And then you can run `ccextractor` in console in any folder of your system.
claunia added the pull-request label 2026-01-29 17:16:17 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ccextractor#1413