-
Notifications
You must be signed in to change notification settings - Fork 1
2. Usage
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
./proteus
However, 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:
proteus
The 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 wget
The 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.
Are these instructions not clear? Wrong? Insufficient? This documentation page is a Wiki, so you can contribute by improving it!