This script provides a very easy way to manager your Debain based system.
It allows you to perform essential package management tasks such as installing, removing, and purging packages, checking dependencies, upgrading your system, adding repositories, and editing the sources.list file.
- Install packages : Easily install one or multiple packages using the APT package manager.
- Remove packages : Remove installed packages without deleting configuration files.
- Purge packages : Completely remove packages, and their configuration files.
- Check dependencies : Display dependency information for packages.
- Upgrade system : Upgrade all installed packages to their latest versions.
- Add Repository : Add new APT repositories to your system.
- Edit sources.list : Open and edit the sources.list file directly from the script.
- Any Debian based operating system.
- Bash shell.
git clone https://github.com/anddeeblack/apt-package-manager.git
cd apt-package-manager
chmod +x apt.sh
sudo ./apt.sh