18 lines
293 B
Markdown
18 lines
293 B
Markdown
|
# 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
|
||
|
|
||
|
```shell
|
||
|
make
|
||
|
sudo make install
|
||
|
```
|
||
|
|