EPI is a program for installing most used programs by users easily after a fresh boot of a new os. It has been written in C++ & Qt-5, so you can compile the program yourself if you have Qt-Creator.
- Download .deb file
- And install:
sudo dpkg -i easyprograminstaller_1.5_amd64.deb
- Then run it:
easyprograminstaller
- Open ".pro" file with QT-Creator
Done.