How To Install libcroco.i686 on Amazon Linux 2
In this tutorial we learn how to install libcroco.i686 in Amazon Linux 2. libcroco.i686 is A CSS2 parsing library
Introduction
In this tutorial we learn how to install libcroco.i686 on Amazon Linux 2.
What is libcroco.i686
CSS2 parsing and manipulation library for GNOME
We can use yum to install libcroco.i686 on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install libcroco.i686.
Install libcroco.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 libcroco.i686 using yum by running the following command:
sudo yum -y install libcroco.i686
How To Uninstall libcroco.i686 on Amazon Linux 2
To uninstall only the libcroco.i686 package we can use the following command:
sudo yum remove libcroco.i686
libcroco.i686 Package Contents on Amazon Linux 2
/usr/bin/csslint-0.6
/usr/lib/libcroco-0.6.so.3
/usr/lib/libcroco-0.6.so.3.0.1
/usr/share/doc/libcroco-0.6.12
/usr/share/doc/libcroco-0.6.12/AUTHORS
/usr/share/doc/libcroco-0.6.12/NEWS
/usr/share/doc/libcroco-0.6.12/README
/usr/share/licenses/libcroco-0.6.12
/usr/share/licenses/libcroco-0.6.12/COPYING
/usr/share/licenses/libcroco-0.6.12/COPYING.LIB
References
Summary
In this tutorial we learn how to install libcroco.i686 on Amazon Linux 2 using yum.