How To Install glabels on Fedora 36
Introduction
In this tutorial we learn how to install glabels on Fedora 36.
What is glabels
gLabels is a lightweight program for creating labels and business cards for the GNOME desktop environment. It is designed to work with various laser/ink-jet peel-off label and business card sheets that you’ll find at most office supply stores.
We can use yum or dnf to install glabels on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install glabels.
Install glabels 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 glabels using dnf by running the following command:
sudo dnf -y install glabels
Install glabels 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 glabels using yum by running the following command:
sudo yum -y install glabels
How To Uninstall glabels on Fedora 36
To uninstall only the glabels package we can use the following command:
sudo dnf remove glabels
glabels Package Contents on Fedora 36
/usr/bin/glabels-3
/usr/bin/glabels-3-batch
/usr/lib/.build-id
/usr/lib/.build-id/c6
/usr/lib/.build-id/c6/591cc6202844055a3b32f78ab5fd5a99b8a615
/usr/lib/.build-id/ef
/usr/lib/.build-id/ef/09ed41a5495d5ef17199c151eb3f116b2939e5
/usr/share/appdata/glabels-3.appdata.xml
/usr/share/applications/glabels-3.0.desktop
/usr/share/doc/glabels
/usr/share/doc/glabels/AUTHORS
/usr/share/doc/glabels/COPYING
/usr/share/doc/glabels/COPYING.README_FIRST
/usr/share/doc/glabels/ChangeLog
/usr/share/doc/glabels/NEWS
/usr/share/doc/glabels/README
/usr/share/doc/glabels/TODO
/usr/share/glib-2.0/schemas/org.gnome.glabels-3.gschema.xml
/usr/share/icons/hicolor/16x16/apps/glabels-3.0.png
/usr/share/icons/hicolor/22x22/apps/glabels-3.0.png
/usr/share/icons/hicolor/24x24/apps/glabels-3.0.png
/usr/share/icons/hicolor/32x32/apps/glabels-3.0.png
/usr/share/icons/hicolor/48x48/apps/glabels-3.0.png
/usr/share/icons/hicolor/48x48/mimetypes/application-x-glabels.png
/usr/share/icons/hicolor/scalable/apps/glabels-3.0.svg
/usr/share/icons/hicolor/scalable/mimetypes/application-x-glabels.svg
/usr/share/locale/ar/LC_MESSAGES/glabels-3.0.mo
/usr/share/locale/bs/LC_MESSAGES/glabels-3.0.mo
/usr/share/locale/ca/LC_MESSAGES/glabels-3.0.mo
/usr/share/locale/ca@valencia/LC_MESSAGES/glabels-3.0.mo
/usr/share/locale/cs/LC_MESSAGES/glabels-3.0.mo
/usr/share/locale/da/LC_MESSAGES/glabels-3.0.mo
/usr/share/locale/de/LC_MESSAGES/glabels-3.0.mo
/usr/share/locale/el/LC_MESSAGES/glabels-3.0.mo
/usr/share/locale/en_GB/LC_MESSAGES/glabels-3.0.mo
/usr/share/locale/eo/LC_MESSAGES/glabels-3.0.mo
/usr/share/locale/es/LC_MESSAGES/glabels-3.0.mo
/usr/share/locale/fi/LC_MESSAGES/glabels-3.0.mo
/usr/share/locale/fr/LC_MESSAGES/glabels-3.0.mo
/usr/share/locale/gl/LC_MESSAGES/glabels-3.0.mo
/usr/share/locale/hu/LC_MESSAGES/glabels-3.0.mo
/usr/share/locale/id/LC_MESSAGES/glabels-3.0.mo
/usr/share/locale/it/LC_MESSAGES/glabels-3.0.mo
/usr/share/locale/ja/LC_MESSAGES/glabels-3.0.mo
/usr/share/locale/ko/LC_MESSAGES/glabels-3.0.mo
/usr/share/locale/lv/LC_MESSAGES/glabels-3.0.mo
/usr/share/locale/nb/LC_MESSAGES/glabels-3.0.mo
/usr/share/locale/nl/LC_MESSAGES/glabels-3.0.mo
/usr/share/locale/oc/LC_MESSAGES/glabels-3.0.mo
/usr/share/locale/pt/LC_MESSAGES/glabels-3.0.mo
/usr/share/locale/pt_BR/LC_MESSAGES/glabels-3.0.mo
/usr/share/locale/ro/LC_MESSAGES/glabels-3.0.mo
/usr/share/locale/ru/LC_MESSAGES/glabels-3.0.mo
/usr/share/locale/sk/LC_MESSAGES/glabels-3.0.mo
/usr/share/locale/sl/LC_MESSAGES/glabels-3.0.mo
/usr/share/locale/sr/LC_MESSAGES/glabels-3.0.mo
/usr/share/locale/sr@latin/LC_MESSAGES/glabels-3.0.mo
/usr/share/locale/sv/LC_MESSAGES/glabels-3.0.mo
/usr/share/locale/tr/LC_MESSAGES/glabels-3.0.mo
/usr/share/locale/zh_CN/LC_MESSAGES/glabels-3.0.mo
/usr/share/locale/zh_HK/LC_MESSAGES/glabels-3.0.mo
/usr/share/locale/zh_TW/LC_MESSAGES/glabels-3.0.mo
/usr/share/mime/packages/glabels-3.0.xml
References
Summary
In this tutorial we learn how to install glabels on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).