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
|
|
|
|
|
2023-07-18 16:59:15 +02:00
|
|
|
## Dependencies
|
|
|
|
|
|
|
|
```shell
|
|
|
|
apt install python3-gi
|
|
|
|
```
|
|
|
|
|
2023-07-18 15:17:23 +02:00
|
|
|
## Installation
|
|
|
|
|
|
|
|
```shell
|
|
|
|
make
|
|
|
|
sudo make install
|
|
|
|
```
|
|
|
|
|