A CLI to simplify the process of installing and upgrading packages installed through .deb files
- Python 99.3%
- Shell 0.7%
| LICENSES | ||
| src | ||
| .gitignore | ||
| LICENSE | ||
| README.md | ||
debster
A CLI to simplify the process of installing and upgrading packages installed through .deb files
Usage
usage: debster [-h] {update,install,upgrade} ...
A CLI to simplify the process of installing and upgrading packages installed through .deb files
positional arguments:
{update,install,upgrade}
The subcommand to be executed
update Updates package metadata
install Installs the specified package
upgrade Upgrades installed packages to their latest version
options:
-h, --help show this help message and exit
Motivation
Manually installing and updating packages via .deb files tends to become a chore once you have more than a couple of packages, this script allows you to do it from the command line as if you were using apt and Debian repositories.