The managed Linux environment at the College of Engineering has the ability to allow users to install packages from standard repositories on their own (without needing to contact IT directly).
|
How to Install a Package using Self Service
|
Open the command line
To mark a package (which was installed with self-service) for removal in the next 30 min, run the following command
self-service --uninstall <package name> [<package name> ...]
If you run this command against a package scheduled for install, this will cancel the install. |