An open API service indexing awesome lists of open source software.

https://github.com/pardus/pardus-update

Update application for debian based operating systems.
https://github.com/pardus/pardus-update

apt debian pardus

Last synced: 4 months ago
JSON representation

Update application for debian based operating systems.

Awesome Lists containing this project

README

          

# Pardus Update

Pardus Update is a simple update application for debian based operating systems.

It is currently a work in progress. Maintenance is done by Pardus team.

[![Packaging status](https://repology.org/badge/vertical-allrepos/pardus-update.svg)](https://repology.org/project/pardus-update/versions)

### **Dependencies**

This application is developed based on Python3 and GTK+ 3. Dependencies:
```bash
gir1.2-glib-2.0 gir1.2-gtk-3.0 gir1.2-notify-0.7 gir1.2-soup-2.4 gir1.2-vte-2.91 gir1.2-ayatanaappindicator3-0.1 python3-apt python3-distro
```

### **Run Application from Source**

Install dependencies
```bash
sudo apt install gir1.2-glib-2.0 gir1.2-gtk-3.0 gir1.2-notify-0.7 gir1.2-soup-2.4 gir1.2-vte-2.91 gir1.2-ayatanaappindicator3-0.1 python3-apt python3-distro
```
Clone the repository
```bash
git clone https://github.com/pardus/pardus-update.git ~/pardus-update
```
Run application
```bash
python3 ~/pardus-update/src/Main.py
```

### **Build deb package**

```bash
sudo apt install devscripts git-buildpackage
sudo mk-build-deps -ir
gbp buildpackage --git-export-dir=/tmp/build/pardus-update -us -uc
```

### **Screenshots**

![Pardus Update 1](screenshots/pardus-update-1.png)

![Pardus Update 2](screenshots/pardus-update-2.png)