Releases: CyberDudeJ/gpm
Releases · CyberDudeJ/gpm
1.2.1-stable
Updated output text.
What's Changed
- Update gpm.py by @CyberDudeJ in #2
Full Changelog: 1.2-stable...1.2.1-stable
1.2-stable
What's Changed
- 1.2 by @CyberDudeJ in #1
- Rewrote gpm
- Fixed OS detection and external package manager detection
- Updated and fixed packagelist.json file
Full Changelog: 1.2b...1.2-stable
Upcoming plans
- Add a languages feature so that multiple translations of gpm can exist by detecting the default OS language.
1.1
Full Changelog: 1.0...1.1
Upcoming plans
- Add a way to remove specific packages
- Add a way to set the preferred external package manager to use and backups.
- Detect OS and Distribution to ensure the correct external package manager is used if a preferred one is not set.
- If detected OS is Windows, or MacOS the application would not function.
1.2b
Full Changelog: 1.1...1.2b
This release has added platform and OS detection so that any external package managers can be used. Specific runs scripts are still to be updated.
1.0
Full Changelog: https://github.com/CyberDudeJ/gpm/commits/1.0
Running
The application requires the user to be running it as root or with elevated privileges.
To download and install gpm do:
- If not as root user:
wget https://raw.githubusercontent.com/CyberDudeJ/gpm/main/gpm.py && cp gpm.py gpm && rm gpm.py && sudo chmod +x gpm && sudo mv gpm /usr/bin
- If as root user:
wget https://raw.githubusercontent.com/CyberDudeJ/gpm/main/gpm.py && cp gpm.py gpm && rm gpm.py && chmod +x gpm && mv gpm /usr/bin