How to Install and Uninstall tomcat-native.i686 Package on Amazon Linux 2

Last updated: November 27,2024

1. Install "tomcat-native.i686" package

Learn how to install tomcat-native.i686 on Amazon Linux 2

$ sudo yum makecache $ sudo yum install tomcat-native.i686

2. Uninstall "tomcat-native.i686" package

This tutorial shows how to uninstall tomcat-native.i686 on Amazon Linux 2:

$ sudo yum remove tomcat-native.i686 $ sudo yum autoremove

3. Information about the tomcat-native.i686 package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : tomcat-native
Arch : i686
Version : 1.2.30
Release : 1.amzn2
Size : 88 k
Repo : amzn2-core/2/x86_64
Summary : Tomcat native library
URL : http://tomcat.apache.org/tomcat-8.0-doc/apr.html
License : ASL 2.0
Description : Tomcat can use the Apache Portable Runtime to provide superior
: scalability, performance, and better integration with native
: server technologies. The Apache Portable Runtime is a highly
: portable library that is at the heart of Apache HTTP Server 2.x.
: APR has many uses, including access to advanced IO functionality
: (such as sendfile, epoll and OpenSSL), OS level functionality
: (random number generation, system status, etc), and native process
: handling (shared memory, NT pipes and Unix sockets). This package
: contains the Tomcat native library which provides support for
: using APR in Tomcat.