How To Install gummi on Fedora 36
Introduction
In this tutorial we learn how to install gummi
on Fedora 36.
What is gummi
Gummi is a LaTeX editor written in the C programming language using the GTK+ interface toolkit. It was designed with simplicity and the novice user in mind, but also offers features that speak to the more advanced user.
We can use yum
or dnf
to install gummi
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install gummi.
Install gummi 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 gummi
using dnf
by running the following command:
sudo dnf -y install gummi
Install gummi 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 gummi
using yum
by running the following command:
sudo yum -y install gummi
How To Uninstall gummi on Fedora 36
To uninstall only the gummi
package we can use the following command:
sudo dnf remove gummi
gummi Package Contents on Fedora 36
/usr/bin/gummi
/usr/lib/.build-id
/usr/lib/.build-id/ed
/usr/lib/.build-id/ed/072af24872a282c3a60b96a33ee3f7e3b7d40a
/usr/lib64/gummi
/usr/lib64/gummi/latex_dvi.sh
/usr/share/applications/gummi.desktop
/usr/share/doc/gummi
/usr/share/doc/gummi/AUTHORS
/usr/share/doc/gummi/ChangeLog
/usr/share/gummi
/usr/share/gummi/icons
/usr/share/gummi/icons/gummi.png
/usr/share/gummi/icons/icon.png
/usr/share/gummi/misc
/usr/share/gummi/misc/default.tex
/usr/share/gummi/snippets
/usr/share/gummi/snippets/snippets.cfg
/usr/share/gummi/snippets/snippets.lang
/usr/share/gummi/ui
/usr/share/gummi/ui/gummi.glade
/usr/share/gummi/ui/prefs.glade
/usr/share/gummi/ui/snippets.glade
/usr/share/licenses/gummi
/usr/share/licenses/gummi/COPYING
/usr/share/locale/ar/LC_MESSAGES/gummi.mo
/usr/share/locale/ca/LC_MESSAGES/gummi.mo
/usr/share/locale/cs/LC_MESSAGES/gummi.mo
/usr/share/locale/da/LC_MESSAGES/gummi.mo
/usr/share/locale/de/LC_MESSAGES/gummi.mo
/usr/share/locale/el/LC_MESSAGES/gummi.mo
/usr/share/locale/es/LC_MESSAGES/gummi.mo
/usr/share/locale/fr/LC_MESSAGES/gummi.mo
/usr/share/locale/hu/LC_MESSAGES/gummi.mo
/usr/share/locale/it/LC_MESSAGES/gummi.mo
/usr/share/locale/nl/LC_MESSAGES/gummi.mo
/usr/share/locale/pl/LC_MESSAGES/gummi.mo
/usr/share/locale/pt/LC_MESSAGES/gummi.mo
/usr/share/locale/pt_BR/LC_MESSAGES/gummi.mo
/usr/share/locale/ro/LC_MESSAGES/gummi.mo
/usr/share/locale/ru/LC_MESSAGES/gummi.mo
/usr/share/locale/sv/LC_MESSAGES/gummi.mo
/usr/share/locale/zh_CN/LC_MESSAGES/gummi.mo
/usr/share/locale/zh_TW/LC_MESSAGES/gummi.mo
/usr/share/man/man1/gummi.1.gz
/usr/share/pixmaps/gummi.png
References
Summary
In this tutorial we learn how to install gummi
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).