Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/darth-ness/graphicman

A Linux graphic tool for managing packages
https://github.com/darth-ness/graphicman

arch arch-linux archlinux debian-linux gui-application linux package-manager python tool utility

Last synced: 26 days ago
JSON representation

A Linux graphic tool for managing packages

Awesome Lists containing this project

README

        

# GraphicMan
This is a tool that uses the system package manager to install/uninstall packages. As well as updating all sytem packages.

At the moment it only supports Arch/pacman Debian/Apt. I would like to port it to other, but I only have Pacman and Apt at the moment.

Want to add a different OS/package manager? Create a pull request!
Arch users! You can also use this as a AUR helper.
# Dependencies

Make you have Tkinter installed if you want to use this.

# Install instructions
Run the following in your terminal
```bash
git clone https://github.com/Darth-Ness/GraphicMan.git
cd GraphicMan
```
Then run the appropriate file with python3 (run arch.py if you run Arch/Manjaro/Garuda etc. run debian.py if you use Debian/Ubuntu/Linux Mint/ElementryOS etc.)