How To Install keybinder3.i686 on Amazon Linux 2
Introduction
In this tutorial we learn how to install keybinder3.i686 on Amazon Linux 2.
What is keybinder3.i686
Keybinder is a library for registering global keyboard shortcuts. Keybinder works with GTK-based applications using the X Window System. The library contains - A C library, libkeybinder - Gobject-Introspection bindings
We can use yum to install keybinder3.i686 on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install keybinder3.i686.
Install keybinder3.i686 on Amazon Linux 2 Using yum
Update yum database with yum using the following command.
sudo yum makecache --refresh
After updating yum database, We can install keybinder3.i686 using yum by running the following command:
sudo yum -y install keybinder3.i686
How To Uninstall keybinder3.i686 on Amazon Linux 2
To uninstall only the keybinder3.i686 package we can use the following command:
sudo yum remove keybinder3.i686
keybinder3.i686 Package Contents on Amazon Linux 2
/usr/lib/girepository-1.0/Keybinder-3.0.typelib
/usr/lib/libkeybinder-3.0.so.0
/usr/lib/libkeybinder-3.0.so.0.0.0
/usr/share/doc/keybinder3-0.3.0
/usr/share/doc/keybinder3-0.3.0/AUTHORS
/usr/share/doc/keybinder3-0.3.0/COPYING
/usr/share/doc/keybinder3-0.3.0/NEWS
/usr/share/doc/keybinder3-0.3.0/README
References
Summary
In this tutorial we learn how to install keybinder3.i686 on Amazon Linux 2 using yum.