How To Install usermode-gtk on Fedora 36
Introduction
In this tutorial we learn how to install usermode-gtk on Fedora 36.
What is usermode-gtk
The usermode-gtk package contains several graphical tools for users userinfo, usermount and userpasswd. Userinfo allows users to change their finger information. Usermount lets users mount, unmount, and format file systems. Userpasswd allows users to change their passwords. Install the usermode-gtk package if you would like to provide users with graphical tools for certain account management tasks.
We can use yum or dnf to install usermode-gtk on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install usermode-gtk.
Install usermode-gtk 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 usermode-gtk using dnf by running the following command:
sudo dnf -y install usermode-gtk
Install usermode-gtk 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 usermode-gtk using yum by running the following command:
sudo yum -y install usermode-gtk
How To Uninstall usermode-gtk on Fedora 36
To uninstall only the usermode-gtk package we can use the following command:
sudo dnf remove usermode-gtk
usermode-gtk Package Contents on Fedora 36
/usr/bin/consolehelper-gtk
/usr/bin/pam-panel-icon
/usr/bin/userformat
/usr/bin/userinfo
/usr/bin/usermount
/usr/bin/userpasswd
/usr/lib/.build-id
/usr/lib/.build-id/64
/usr/lib/.build-id/64/86a9b6ba78ca20c82e72f5c15f2fb26615c2f1
/usr/lib/.build-id/73
/usr/lib/.build-id/73/f66d09914ece53e67f483714c63d030b7241ec
/usr/lib/.build-id/c5
/usr/lib/.build-id/c5/a702300180ec3514e101dc8fb9f44d29dd4239
/usr/lib/.build-id/e7
/usr/lib/.build-id/e7/6a29b5d8dcf3ff50c95ff5fe7689e10c7a0c64
/usr/lib/.build-id/f5
/usr/lib/.build-id/f5/cf5e18e998ab42f2399bf8645c6b21f47fdfad
/usr/share/applications/redhat-userinfo.desktop
/usr/share/applications/redhat-usermount.desktop
/usr/share/applications/redhat-userpasswd.desktop
/usr/share/man/man1/pam-panel-icon.1.gz
/usr/share/man/man1/userformat.1.gz
/usr/share/man/man1/userinfo.1.gz
/usr/share/man/man1/usermount.1.gz
/usr/share/man/man1/userpasswd.1.gz
/usr/share/man/man8/consolehelper-gtk.8.gz
/usr/share/pixmaps/badge-small.png
/usr/share/pixmaps/disks.png
/usr/share/pixmaps/keyring.png
/usr/share/pixmaps/keys.xpm
/usr/share/pixmaps/password.png
/usr/share/pixmaps/status_lock.png
/usr/share/pixmaps/status_unlocked.png
/usr/share/pixmaps/user_icon.png
/usr/share/usermode
/usr/share/usermode/usermode.ui
References
Summary
In this tutorial we learn how to install usermode-gtk on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).