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.
- Host: GitHub
- URL: https://github.com/pardus/pardus-update
- Owner: pardus
- License: gpl-3.0
- Created: 2023-08-25T15:47:40.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2026-02-26T18:07:22.000Z (4 months ago)
- Last Synced: 2026-02-27T00:16:19.968Z (4 months ago)
- Topics: apt, debian, pardus
- Language: Python
- Homepage: https://apps.pardus.org.tr/app/pardus-update
- Size: 392 KB
- Stars: 8
- Watchers: 4
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.
[](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**

