2. Usage - Aetherinox/proteus-app-manager GitHub Wiki
You have the option to utilize Proteus App Manager either via the GUI (Graphical user interface) or command-line.
The GUI for Proteus presents you with a dialog window and displays a list of all packages that are available to install on your system.

When you first download Proteus App Manager, you have to execute it using
./proteusHowever, after the first time you run Proteus, binary files will be installed which allows you to run Proteus from any directory, and removes the need to keep the proteus.sh file -- which can be deleted after first-run.
After the first run of Proteus, the GUI can be launched by simply executing the following in your terminal:
proteusThe command-line allows you to perform installations without the need for the GUI. To install apps utilizing the command-line, execute in terminal:
proteus -i <appname>To install multiple apps, prefix each app name with the -i or --install option.
proteus -i git -i curl -i wgetThe example above will install:
- Git Bash
- wget
- Curl
A list of available options and more examples for using the command-line can be found on the Command-Line page.