Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 737 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 737 Bytes

Snapshot

Easy Program Installer (EPI)

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.

How to install EPI?

You can download .deb file from here: (Easy & Fast)

  • Download .deb file
  • And install: sudo dpkg -i easyprograminstaller_1.5_amd64.deb
  • Then run it: easyprograminstaller

Or if you are a developer you can compile from source code:

  1. Open ".pro" file with QT-Creator

Done.