How do I create deb & rpm packages?



  • To make things easier a frontend called checkinstall is available to create RPM or DEB packages.

    Download the software you require, it usually zip or tar formay

    Extract it and go through the normal compile instructions, run configure and make, but instead of running make install, run the following:

    $ sudo checkinstall
    

    This will guide you through the package creation.


Log in to reply
 

© Lightnetics 2024