A simple GUI for basic tasks of package management using APT.
Go to file
2023-07-18 16:57:41 +02:00
bin do not use python-apt 2023-07-18 16:39:45 +02:00
debian ignore debian build artifacts 2023-07-18 16:57:17 +02:00
res initial commit 2023-07-18 15:17:23 +02:00
.gitignore initial commit 2023-07-18 15:17:23 +02:00
LICENSE add GPLv3 license text 2023-07-18 16:41:33 +02:00
Makefile ensure installation target directories exist 2023-07-18 16:57:41 +02:00
README.md initial commit 2023-07-18 15:17:23 +02:00

Simple APT Update

Description

A GUI to perform the following tasks of Debian-based package management using APT:

  • Update the package cache
  • Check for and list all available upgrades
  • Download and install all available upgrades

Installation

make
sudo make install