How do you think you… …create a .deb archive for Linux Debian and Debian-based systems. First, open up the Linux terminal. Type: mkdir whatyouwantyourpackagetobecalled mkdir whatyouwantyourpackagetobecalled/usr mkdir whatyouwantyourpackagetobecalled/usr/local mkdir whatyouwantyourpackagetobecalled/usr/local/bin Then, find all the files and folders you want the package to contain. Copy them into whatyouwantyourpackagetobecalled/usr/local/bin. Then, type mkdir whatyouwantyourpackagetobecalled/DEBIAN into the terminal window. Then,Continue reading “FOR DEVELOPERS: HOW TO PACKAGE YOUR PROJECTS INTO A .DEB FILE”