Rhino PKG
Rhino PKG (command: rhino-pkg
, symlink: rpk
) is our custom meta-package manager. It was designed with simplicity and ease of use in mind. It will allow for you to search, install, remove and upgrade packages from all of our supported package manager repositories.
ⓘ
Important: We strongly urge users to use Rhino PKG instead of each package manager individually.
Supported package managers
- APT
- Pacstall
- Flatpak
- Snapcraft
✎
Note: Rhino PKG will only interact with package managers installed on the system.
⚠
Warning: Rhino PKG does not handle repositories within package managers. To specifically select from repositories, use the appropriate individual command (e.g. sudo snap install --classic
for Classic snaps or sudo flatpak install flathub-beta
for beta flatpaks.)
Commands
Command | Usage |
---|---|
update | This command will upgrade all packages. |
install [input] | This command will search all available repositories and display a list of packages for you to install. |
remove [input] | This command will search through your installed apps, and allow for you to uninstall them. |
search [input] | This command will only search the repositories and display a list of packages matching your input. |
cleanup | This command will attempt to repair broken dependencies as well as remove unused packages for all repositories on your system. |
Flags
Flag | Usage |
---|---|
--help / -h | Pass this flag to show the help page. Can also be done by calling the utility with no inputs or functions |
--description / -d | By default Rhino Pkg will only display packages that contain the provided input within their name. Use this flag to increase the search range and display packages with the provided input and their description |
-y | Pass this flag to skip through confirmation prompts. This will only work with rhino-pkg update and rhino-pkg cleanup |