- Uniform commands for pacman, apt, dnf and zypper
- Support for Flatpak, Snappy and AppImage
- Very user-friendly to install and use
- Expandable and customisable
- Hardly any dependencies
- Auto install and update
wget https://raw.githubusercontent.com/libalis/upm/main/upm
chmod +x upm
sudo mv upm /bin/
bash command | abbreviation |
---|---|
--copyright | -c |
--help | -h |
--version | -v |
upm command | abbreviation | parameter(s) |
---|---|---|
autoremove | ||
info | package(s) | |
install | in | package(s) |
remove | rm | package(s) |
search | se | package(s) |
update | up |
upm install gimp audacity # Install packages
upm update # Update the system
upm --help # Get help
MIT