Created
February 22, 2019 19:55
-
-
Save victor-torres/c5552b560b2040f8ed7347c32e47a84e to your computer and use it in GitHub Desktop.
Create a .deb file from an installed package
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo apt-get install dpkg-repack | |
sudo dpkg-repack <package name> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment