Create a .deb package from source files
If your build from source is successful, you can make a Debian (Ubuntu) package (.deb) for future use: Install package tools: sudo apt-get install checkinstall Rebuild package using “checkinstall”: cd /path/to/extracted/package./configuresudo makesudo checkinstall Keep the resulting “.deb” file for future use. It can later be installed using: sudo dpkg -i packagename.deb Note: These are basic
Create launcher for applications operating through the terminal
Here we have created a launcher for applications, operating through the terminal, this may disadvantage those who wish to launch or create links to these applications.To do this follow these three steps: 1. Create a launcher with the terminal of our choice:For example, my favorite is terminal Xterm and I run Moc:The command would look
Read More