A simple GUI for basic tasks of package management using APT.
Go to file
2023-07-20 06:35:14 +02:00
bin imrpoved message formatting and cleanup 2023-07-20 06:35:14 +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 clarify usage 2023-07-18 17:01:55 +02:00

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

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