Govibe Package Management and Uninstaller 1.0.6 for Fedora, CentOS, RHEL, AlmaLinux, and Rocky Linux

The previous RPM was readable by dnf at first, but Fedora rejected its header during the transaction step.
This bundle avoids that problem by giving you a direct installer and a native RPM rebuild script.

Fast install:

cd ~/Downloads
unzip govibe-package-management-uninstaller-1.0.6-fedora-native.zip
cd govibe-package-management-uninstaller-1.0.6-fedora-native
sudo ./install-direct-fedora.sh

govibe-package-manager

Build a real native RPM on Fedora:

sudo dnf install -y rpm-build python3-gobject gtk3 polkit rpm
./build-native-rpm-fedora.sh
sudo dnf install ./rpmbuild/RPMS/noarch/govibe-package-management-uninstaller-1.0.6-1*.noarch.rpm

Uninstall direct install:

sudo ./uninstall-direct-fedora.sh
