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

https://github.com/pardus/pardus-package-installer

Install, uninstall or view deb packages.
https://github.com/pardus/pardus-package-installer

deb debian

Last synced: 4 months ago
JSON representation

Install, uninstall or view deb packages.

Awesome Lists containing this project

README

          

# Pardus Package Installer

Pardus Package Installer is a application for install, uninstall or view deb packages.

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

## **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 python3-apt
```

### **Run Application from Source**

Install dependencies
```bash
gir1.2-glib-2.0 gir1.2-gtk-3.0 gir1.2-notify-0.7 python3-apt
```
Clone the repository
```bash
git clone https://github.com/pardus/pardus-package-installer.git ~/pardus-package-installer
```
Run application
```bash
python3 ~/pardus-package-installer/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-package-installer -us -uc
```

### **Screenshots**

![Pardus Package Installer 1](screenshots/pardus-package-installer-1.png)

![Pardus Package Installer 2](screenshots/pardus-package-installer-2.png)

![Pardus Package Installer 3](screenshots/pardus-package-installer-3.png)

![Pardus Package Installer 4](screenshots/pardus-package-installer-4.png)

![Pardus Package Installer 5](screenshots/pardus-package-installer-5.png)

![Pardus Package Installer 6](screenshots/pardus-package-installer-6.png)