A simple GUI for basic tasks of package management using APT.
Go to file
Tilman Kranz 84361afe5c correct commandline example 2023-09-23 11:39:15 +00:00
bin label listed updates in text output 2023-07-21 14:02:12 +02:00
debian ignore debian build artifacts 2023-07-18 16:57:17 +02:00
doc optimized png for storage size 2023-07-20 20:49:36 +02:00
res ensure only one subprocess is running at a time 2023-07-21 12:52:51 +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 correct commandline example 2023-09-23 11:39:15 +00:00

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

Screenshot

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