1 unstable release
0.1.0 | Dec 3, 2023 |
---|
#2882 in Command line utilities
14KB
341 lines
Package Wrapper
A package manager wrapper command line tool for linux.
Requirement
Supported Package Manager |
---|
apt |
pacman |
Installation
Install Package-Wrapper with cargo
sudo cargo install package-wrapper
Usage/Examples
# Install package
sudo pacw install <PACKAGES>
# Remove package
sudo pacw remove <PACKAGES>
#Search for packages in remote repositories
pacw search <PACKAGE>
#List installed packages
pacw list
Authors
Acknowledgements
License
Dependencies
~1.4–2MB
~39K SLoC