How To Install libXfont.i686 on Amazon Linux 2
In this tutorial we learn how to install libXfont.i686 in Amazon Linux 2. libXfont.i686 is X.Org X11 libXfont runtime library
Introduction
In this tutorial we learn how to install libXfont.i686 on Amazon Linux 2.
What is libXfont.i686
X.Org X11 libXfont runtime library
We can use yum to install libXfont.i686 on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install libXfont.i686.
Install libXfont.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 libXfont.i686 using yum by running the following command:
sudo yum -y install libXfont.i686
How To Uninstall libXfont.i686 on Amazon Linux 2
To uninstall only the libXfont.i686 package we can use the following command:
sudo yum remove libXfont.i686
libXfont.i686 Package Contents on Amazon Linux 2
/usr/lib/libXfont.so.1
/usr/lib/libXfont.so.1.4.1
/usr/share/doc/libXfont-1.5.4
/usr/share/doc/libXfont-1.5.4/AUTHORS
/usr/share/doc/libXfont-1.5.4/COPYING
/usr/share/doc/libXfont-1.5.4/ChangeLog
/usr/share/doc/libXfont-1.5.4/README
References
Summary
In this tutorial we learn how to install libXfont.i686 on Amazon Linux 2 using yum.