How To Install liblayout.noarch on Amazon Linux 2
Introduction
In this tutorial we learn how to install liblayout.noarch on Amazon Linux 2.
What is liblayout.noarch
LibLayout is a layouting framework. It is based on the Cascading StyleSheets standard. The layouting expects to receive its content as a DOM structure (although it does not rely on the W3C-DOM API).
We can use yum to install liblayout.noarch on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install liblayout.noarch.
Install liblayout.noarch 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 liblayout.noarch using yum by running the following command:
sudo yum -y install liblayout.noarch
How To Uninstall liblayout.noarch on Amazon Linux 2
To uninstall only the liblayout.noarch package we can use the following command:
sudo yum remove liblayout.noarch
liblayout.noarch Package Contents on Amazon Linux 2
/usr/share/doc/liblayout-0.2.10
/usr/share/doc/liblayout-0.2.10/ChangeLog.txt
/usr/share/doc/liblayout-0.2.10/README.txt
/usr/share/doc/liblayout-0.2.10/licence-LGPL.txt
/usr/share/java/liblayout.jar
References
Summary
In this tutorial we learn how to install liblayout.noarch on Amazon Linux 2 using yum.