How To Install mirage on Fedora 36
Introduction
In this tutorial we learn how to install mirage
on Fedora 36.
What is mirage
Mirage is a fast and simple GTK+ image viewer. Because it depends only on PyGTK, Mirage is ideal for users who wish to keep their computers lean while still having a clean image viewer.
We can use yum
or dnf
to install mirage
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install mirage.
Install mirage 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 mirage
using dnf
by running the following command:
sudo dnf -y install mirage
Install mirage 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 mirage
using yum
by running the following command:
sudo yum -y install mirage
How To Uninstall mirage on Fedora 36
To uninstall only the mirage
package we can use the following command:
sudo dnf remove mirage
mirage Package Contents on Fedora 36
/usr/bin/mirage
/usr/lib/.build-id
/usr/lib/.build-id/53
/usr/lib/.build-id/53/2a9ebc1a8337e0c9a2e0e1ee74f4f67d82e748
/usr/lib/.build-id/ed
/usr/lib/.build-id/ed/291e63c9aabe76775609bc671bbac70d65adbd
/usr/lib64/python3.10/site-packages/Mirage-0.9.5.2-py3.10.egg-info
/usr/lib64/python3.10/site-packages/__pycache__/mirage.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/__pycache__/mirage.cpython-310.pyc
/usr/lib64/python3.10/site-packages/imgfuncs.cpython-310-x86_64-linux-gnu.so
/usr/lib64/python3.10/site-packages/mirage.py
/usr/lib64/python3.10/site-packages/xmouse.cpython-310-x86_64-linux-gnu.so
/usr/share/applications/mirage.desktop
/usr/share/doc/mirage
/usr/share/doc/mirage/CHANGELOG
/usr/share/doc/mirage/COPYING
/usr/share/doc/mirage/README
/usr/share/doc/mirage/TODO
/usr/share/doc/mirage/TRANSLATORS
/usr/share/locale/cs/LC_MESSAGES/mirage.mo
/usr/share/locale/de/LC_MESSAGES/mirage.mo
/usr/share/locale/es/LC_MESSAGES/mirage.mo
/usr/share/locale/fr/LC_MESSAGES/mirage.mo
/usr/share/locale/hu/LC_MESSAGES/mirage.mo
/usr/share/locale/it/LC_MESSAGES/mirage.mo
/usr/share/locale/nl/LC_MESSAGES/mirage.mo
/usr/share/locale/pl/LC_MESSAGES/mirage.mo
/usr/share/locale/pt_BR/LC_MESSAGES/mirage.mo
/usr/share/locale/ru/LC_MESSAGES/mirage.mo
/usr/share/locale/ua/LC_MESSAGES/mirage.mo
/usr/share/locale/zh_CN/LC_MESSAGES/mirage.mo
/usr/share/mirage
/usr/share/mirage/mirage_blank.png
/usr/share/mirage/stock_fullscreen.png
/usr/share/mirage/stock_leave-fullscreen.png
/usr/share/mirage/stock_shuffle.png
/usr/share/pixmaps/mirage.png
References
Summary
In this tutorial we learn how to install mirage
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).