Skip to content

Releases: CyberDudeJ/gpm

1.2.1-stable

29 Dec 13:56
3692d6c
Compare
Choose a tag to compare

Updated output text.

What's Changed

Full Changelog: 1.2-stable...1.2.1-stable

1.2-stable

24 Dec 20:10
4bb7c04
Compare
Choose a tag to compare

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

22 Dec 14:37
a51e742
Compare
Choose a tag to compare
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

22 Dec 14:58
f588267
Compare
Choose a tag to compare
1.2b Pre-release
Pre-release

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

20 Dec 16:27
d93399d
Compare
Choose a tag to compare
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