A simple GUI for basic tasks of package management using APT.
bin | ||
debian | ||
doc | ||
res | ||
.gitignore | ||
LICENSE | ||
Makefile | ||
README.md |
Simple APT Update
Description
A GUI for basic tasks of package management using apt:
- Update the package cache
- Check for and list all available upgrades
- Download and install all available upgrades
Dependencies
sudo apt install python3-gi
Installation
make
sudo make install
Usage
The application requires root permissions:
sudo simple-apt-update
Note: The application registers simple-apt-update.desktop
, using pkexec
.
In GNOME, it will be available as an application called "Simple APT Update".