A simple package manager frontend written in python
Version :0.2-beta
Note: This project is archived, please check out this
1.Android (Termux) - Apt
2.Ubuntu and Debian - Apt
3.Alpine (apk)
But you can add a distribution by pull request
- Update package
- Install and remove package
- Search packages
- Show package information
P.S: You can suggest a new feature here!
Note: python3
must installed
Termux apt:
wget https://raw.githubusercontent.com/NoNameMan1231/pkg-manager/main/Termux/pkg.py
python3 pkg.py
Apt:
wget https://raw.githubusercontent.com/NoNameMan1231/pkg-manager/main/Apt/pkg-apt.py
sudo python3 pkg-apt.py
Apk:
wget https://raw.githubusercontent.com/NoNameMan1231/pkg-manager/main/Apk/pkg-apk.py
sudo python3 pkg-apk.py