The Linux Self Service portal allows users to install approved software from standard repositories. For more information, please email linux-engr-helpdesk@tamu.edu.
Note |
---|
Self Service allows installation from standard repositories only. It is not possible to install local packages. |
Install via command line
Open terminal/command line and enter the following commands
Code Block self-service
You will be prompted for your login password
Without any arguments, this will print help with a list of options
Code Block self-service --search <package name>
This searches for available packages containing <package name> in its name or description
Code Block self-service --list_installed
This will list packages installed using self-service
Code Block self-service --install <package name> [<package name> … ]
This will check if packages are available from standard repositories and then mark them to be installed in the next 30 minutes
Code Block self-service --uninstall <package name> [<package name> ...]
This will mark the package installed using self-service to be removed in the next 30 minutes
Using this on a package marked for install will cancel the installation
Related articles
...
Please see the page Self-Service Software Installation (excerpt included below) for the full list of instructions.
Insert excerpt | ||||||
---|---|---|---|---|---|---|
|