How To Install sac.noarch on Amazon Linux 2

In this tutorial we learn how to install sac.noarch in Amazon Linux 2. sac.noarch is Java standard interface for CSS parser

Introduction

In this tutorial we learn how to install sac.noarch on Amazon Linux 2.

What is sac.noarch

SAC is a standard interface for CSS parsers, intended to work with CSS1, CSS2, CSS3 and other CSS derived languages.

We can use yum to install sac.noarch on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install sac.noarch.

Install sac.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 sac.noarch using yum by running the following command:

sudo yum -y install sac.noarch

How To Uninstall sac.noarch on Amazon Linux 2

To uninstall only the sac.noarch package we can use the following command:

sudo yum remove sac.noarch

sac.noarch Package Contents on Amazon Linux 2

/usr/share/doc/sac-1.3
/usr/share/doc/sac-1.3/COPYRIGHT.html
/usr/share/java/sac.jar
/usr/share/maven-fragments/sac
/usr/share/maven-poms/JPP-sac.pom

References

Summary

In this tutorial we learn how to install sac.noarch on Amazon Linux 2 using yum.