How to Install and Uninstall jarjar.noarch Package on Amazon Linux 2

Last updated: October 05,2024

1. Install "jarjar.noarch" package

Please follow the step by step instructions below to install jarjar.noarch on Amazon Linux 2

$ sudo yum makecache $ sudo yum install jarjar.noarch

2. Uninstall "jarjar.noarch" package

This is a short guide on how to uninstall jarjar.noarch on Amazon Linux 2:

$ sudo yum remove jarjar.noarch $ sudo yum autoremove

3. Information about the jarjar.noarch package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : jarjar
Arch : noarch
Version : 1.4
Release : 6.amzn2
Size : 139 k
Repo : amzn2-core/2/x86_64
Summary : Jar Jar Links
URL : http://code.google.com/p/jarjar/
License : ASL 2.0
Description : Jar Jar Links is a utility that makes it easy to repackage Java
: libraries and embed them into your own distribution. This is
: useful for two reasons:
: You can easily ship a single jar file with no external
: dependencies. You can avoid problems where your library depends on
: a specific version of a library, which may conflict with the
: dependencies of another library.