How To Install gameconqueror on Fedora 34

gameconqueror is CheatEngline-alike interface for scanmem

Introduction

In this tutorial we learn how to install gameconqueror on Fedora 34.

What is gameconqueror

GameConqueror is a GUI front-end for scanmem, providing more features, such as * Flexible syntax for searching * Easier and multiple variable locking * Better process finder * Memory browser/editor

We can use yum or dnf to install gameconqueror on Fedora 34. In this tutorial we discuss both methods but you only need to choose one of method to install gameconqueror.

Install gameconqueror on Fedora 34 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

The output should look something like this:

Fedora 34 - x86_64                               20 kB/s | 6.6 kB     00:00
Fedora 34 openh264 (From Cisco) - x86_64        1.4 kB/s | 989  B     00:00
Fedora Modular 34 - x86_64                       68 kB/s | 6.5 kB     00:00
Fedora 34 - x86_64 - Updates                    3.5 kB/s | 6.2 kB     00:01
Fedora Modular 34 - x86_64 - Updates             17 kB/s | 5.9 kB     00:00
Metadata cache created.

After updating yum database, We can install gameconqueror using dnf by running the following command:

sudo dnf -y install gameconqueror

Install gameconqueror on Fedora 34 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

The output should look something like this:

Fedora 34 - x86_64                               20 kB/s | 6.6 kB     00:00
Fedora 34 openh264 (From Cisco) - x86_64        1.4 kB/s | 989  B     00:00
Fedora Modular 34 - x86_64                       68 kB/s | 6.5 kB     00:00
Fedora 34 - x86_64 - Updates                    3.5 kB/s | 6.2 kB     00:01
Fedora Modular 34 - x86_64 - Updates             17 kB/s | 5.9 kB     00:00
Metadata cache created.

After updating yum database, We can install gameconqueror using yum by running the following command:

sudo yum -y install gameconqueror

How To Uninstall gameconqueror on Fedora 34

To uninstall only the gameconqueror package we can use the following command:

sudo dnf remove gameconqueror

gameconqueror Package Contents on Fedora 34

/usr/bin/gameconqueror
/usr/share/appdata/GameConqueror.appdata.xml
/usr/share/applications/GameConqueror.desktop
/usr/share/gameconqueror
/usr/share/gameconqueror/GameConqueror.py
/usr/share/gameconqueror/GameConqueror.ui
/usr/share/gameconqueror/GameConqueror_128x128.png
/usr/share/gameconqueror/GameConqueror_48x48.png
/usr/share/gameconqueror/GameConqueror_72x72.png
/usr/share/gameconqueror/__pycache__
/usr/share/gameconqueror/__pycache__/GameConqueror.cpython-39.opt-1.pyc
/usr/share/gameconqueror/__pycache__/GameConqueror.cpython-39.pyc
/usr/share/gameconqueror/__pycache__/backend.cpython-39.opt-1.pyc
/usr/share/gameconqueror/__pycache__/backend.cpython-39.pyc
/usr/share/gameconqueror/__pycache__/consts.cpython-39.opt-1.pyc
/usr/share/gameconqueror/__pycache__/consts.cpython-39.pyc
/usr/share/gameconqueror/__pycache__/hexview.cpython-39.opt-1.pyc
/usr/share/gameconqueror/__pycache__/hexview.cpython-39.pyc
/usr/share/gameconqueror/__pycache__/misc.cpython-39.opt-1.pyc
/usr/share/gameconqueror/__pycache__/misc.cpython-39.pyc
/usr/share/gameconqueror/backend.py
/usr/share/gameconqueror/consts.py
/usr/share/gameconqueror/hexview.py
/usr/share/gameconqueror/misc.py
/usr/share/icons/hicolor/128x128/apps/GameConqueror.png
/usr/share/icons/hicolor/48x48/apps/GameConqueror.png
/usr/share/icons/hicolor/72x72/apps/GameConqueror.png
/usr/share/locale/de/LC_MESSAGES/GameConqueror.mo
/usr/share/locale/es/LC_MESSAGES/GameConqueror.mo
/usr/share/locale/it/LC_MESSAGES/GameConqueror.mo
/usr/share/locale/ja/LC_MESSAGES/GameConqueror.mo
/usr/share/locale/ru/LC_MESSAGES/GameConqueror.mo
/usr/share/locale/sr_ME/LC_MESSAGES/GameConqueror.mo
/usr/share/man/man1/gameconqueror.1.gz
/usr/share/polkit-1/actions/org.freedesktop.gameconqueror.policy

References

Summary

In this tutorial we learn how to install gameconqueror on Fedora 34 using yum and dnf.