How To Install base64coder.noarch on Amazon Linux 2
Introduction
In this tutorial we learn how to install base64coder.noarch on Amazon Linux 2.
What is base64coder.noarch
Base64Coder is a fast and compact Base64 encoder/decoder class. There is no Base64 encoder/decoder in the standard Java SDK class library. The undocumented classes sun.misc.BASE64Encoder and sun.misc.BASE64Decoder should not be used.
We can use yum to install base64coder.noarch on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install base64coder.noarch.
Install base64coder.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 base64coder.noarch using yum by running the following command:
sudo yum -y install base64coder.noarch
How To Uninstall base64coder.noarch on Amazon Linux 2
To uninstall only the base64coder.noarch package we can use the following command:
sudo yum remove base64coder.noarch
base64coder.noarch Package Contents on Amazon Linux 2
/usr/share/doc/base64coder-20101219
/usr/share/doc/base64coder-20101219/CHANGES.txt
/usr/share/doc/base64coder-20101219/README.txt
/usr/share/java/base64coder.jar
/usr/share/maven-effective-poms/JPP-base64coder.pom
/usr/share/maven-fragments/base64coder.xml
/usr/share/maven-poms/JPP-base64coder.pom
References
Summary
In this tutorial we learn how to install base64coder.noarch on Amazon Linux 2 using yum.