Skip to content

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.

License

Notifications You must be signed in to change notification settings

the-universal-linux-society/apt-package-manager

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

APT Package Manager

Overview

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.

Features

  • 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.

apt

Requirements

  • Any Debian based operating system.
  • Bash shell.

Usage

git clone https://github.com/anddeeblack/apt-package-manager.git

cd apt-package-manager

chmod +x apt.sh

sudo ./apt.sh

About

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%