Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/darth-ness/graphicman
- Owner: Darth-Ness
- License: cc0-1.0
- Created: 2021-11-11T14:58:53.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-23T21:30:11.000Z (almost 3 years ago)
- Last Synced: 2024-10-12T17:42:31.288Z (26 days ago)
- Topics: arch, arch-linux, archlinux, debian-linux, gui-application, linux, package-manager, python, tool, utility
- Language: Python
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.
# DependenciesMake 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.)