8000 GitHub - libalis/upm at v0.0.1
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

libalis/upm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

upm - Universal Package Manager

Features

  • 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

Tech

Installation

wget https://raw.githubusercontent.com/libalis/upm/main/upm
chmod +x upm
sudo mv upm /bin/

Usage

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

Examples

upm install gimp audacity # Install packages
upm update # Update the system
upm --help # Get help

License

MIT

0