simple-apt-update/README.md

37 lines
643 B
Markdown
Raw Normal View History

2023-07-18 15:17:23 +02:00
# Simple APT Update
## Description
2023-07-18 17:01:55 +02:00
A GUI for basic tasks of package management using apt:
2023-07-18 15:17:23 +02:00
* Update the package cache
* Check for and list all available upgrades
* Download and install all available upgrades
2023-07-20 17:49:03 +02:00
![Screenshot](doc/screenshot.png "Screenshot: Updating the Package Cache")
## Dependencies
```shell
apt install python3-gi
```
2023-07-18 15:17:23 +02:00
## Installation
```shell
make
sudo make install
```
2023-07-18 17:01:55 +02:00
## Usage
The application requires root permissions:
```shell
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".