How To Install gameconqueror on Fedora 36
Introduction
In this tutorial we learn how to install gameconqueror on Fedora 36.
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 36. In this tutorial we discuss both methods but you only need to choose one of method to install gameconqueror.
Install gameconqueror on Fedora 36 Using dnf
Update yum database with dnf using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install gameconqueror using dnf by running the following command:
sudo dnf -y install gameconqueror
Install gameconqueror on Fedora 36 Using yum
Update yum database with yum using the following command.
sudo yum makecache --refresh
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 36
To uninstall only the gameconqueror package we can use the following command:
sudo dnf remove gameconqueror
gameconqueror Package Contents on Fedora 36
/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-310.opt-1.pyc
/usr/share/gameconqueror/__pycache__/GameConqueror.cpython-310.pyc
/usr/share/gameconqueror/__pycache__/backend.cpython-310.opt-1.pyc
/usr/share/gameconqueror/__pycache__/backend.cpython-310.pyc
/usr/share/gameconqueror/__pycache__/consts.cpython-310.opt-1.pyc
/usr/share/gameconqueror/__pycache__/consts.cpython-310.pyc
/usr/share/gameconqueror/__pycache__/hexview.cpython-310.opt-1.pyc
/usr/share/gameconqueror/__pycache__/hexview.cpython-310.pyc
/usr/share/gameconqueror/__pycache__/misc.cpython-310.opt-1.pyc
/usr/share/gameconqueror/__pycache__/misc.cpython-310.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 36 using yum and [dnf]((/fedora/36/dnf/).