initial commit
This commit is contained in:
commit
31e04306b1
7 changed files with 400 additions and 0 deletions
17
README.md
Normal file
17
README.md
Normal file
|
@ -0,0 +1,17 @@
|
|||
# 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
|
||||
```
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue