Skip to content
Blog Create deb file of packages installed in your system

Create deb file of packages installed in your system

You can create .deb file of any installed package on your system.

For this you will need the package dpkg-repack.

So install this package by:

apt-get install dpkg-repack 

Now run by typing dpkg-repack at terminal

To generate a .deb file of rhythmbox, type this at terminal:

sudo  dpkg-repack rhythmbox

This will create a .deb file in the directory where you are running the command.

1 thought on “Create deb file of packages installed in your system”

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.