How To Install gpm on Fedora 36
Introduction
In this tutorial we learn how to install gpm
on Fedora 36.
What is gpm
Gpm provides mouse support to text-based Linux applications like the Emacs editor and the Midnight Commander file management system. Gpm also provides console cut-and-paste operations using the mouse and includes a program to allow pop-up menus to appear at the click of a mouse button.
We can use yum
or dnf
to install gpm
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install gpm.
Install gpm 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 gpm
using dnf
by running the following command:
sudo dnf -y install gpm
Install gpm 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 gpm
using yum
by running the following command:
sudo yum -y install gpm
How To Uninstall gpm on Fedora 36
To uninstall only the gpm
package we can use the following command:
sudo dnf remove gpm
gpm Package Contents on Fedora 36
/etc/gpm-root.conf
/etc/gpm-syn.conf
/etc/gpm-twiddler.conf
/usr/bin/disable-paste
/usr/bin/display-buttons
/usr/bin/display-coords
/usr/bin/get-versions
/usr/bin/gpm-root
/usr/bin/hltest
/usr/bin/mev
/usr/bin/mouse-test
/usr/lib/.build-id
/usr/lib/.build-id/13
/usr/lib/.build-id/13/8c0654ebd0410e7eed5ea7cc41708eaba76d58
/usr/lib/.build-id/70
/usr/lib/.build-id/70/d83febb4a35ca561ea75ff52f37f6097a4d018
/usr/lib/.build-id/7b
/usr/lib/.build-id/7b/b3ec22e8652a6c3dc52b878a71ed687c081582
/usr/lib/.build-id/8d
/usr/lib/.build-id/8d/abbe030702d2cec893c0dfc2aa367dd525db3f
/usr/lib/.build-id/99
/usr/lib/.build-id/99/fa0f6a6b04b937f7c00a6fb858a9cdff79ee81
/usr/lib/.build-id/b7
/usr/lib/.build-id/b7/1ed6a49dca7cf2d5026d34b47f04980d393009
/usr/lib/.build-id/c5
/usr/lib/.build-id/c5/3d381878235051708956fd20b18c16b777cfcb
/usr/lib/.build-id/d9
/usr/lib/.build-id/d9/1a0a770e375595462db203e0a79210558ed7ed
/usr/lib/.build-id/f2
/usr/lib/.build-id/f2/d196653aa9a6f317275c29c67097507adf2fee
/usr/lib/systemd/system/gpm.service
/usr/sbin/gpm
/usr/share/doc/gpm
/usr/share/doc/gpm/Announce
/usr/share/doc/gpm/COPYING
/usr/share/doc/gpm/FAQ
/usr/share/doc/gpm/README
/usr/share/doc/gpm/README.1.20.2
/usr/share/doc/gpm/README.etouch
/usr/share/doc/gpm/README.gunze
/usr/share/doc/gpm/README.microtouch
/usr/share/doc/gpm/README.synaptics
/usr/share/doc/gpm/README.twiddler
/usr/share/doc/gpm/TODO
/usr/share/doc/gpm/changelog
/usr/share/info/gpm.info.gz
/usr/share/man/man1/gpm-root.1.gz
/usr/share/man/man1/mev.1.gz
/usr/share/man/man1/mouse-test.1.gz
/usr/share/man/man7/gpm-types.7.gz
/usr/share/man/man8/gpm.8.gz
References
Summary
In this tutorial we learn how to install gpm
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).