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

Last updated: September 28,2024

1. Install "tomcat-native.x86_64" package

Please follow the guidelines below to install tomcat-native.x86_64 on Amazon Linux 2

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

2. Uninstall "tomcat-native.x86_64" package

This guide covers the steps necessary to uninstall tomcat-native.x86_64 on Amazon Linux 2:

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

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

Loaded plugins: ovl, priorities
Available Packages
Name : tomcat-native
Arch : x86_64
Version : 1.2.30
Release : 1.amzn2
Size : 78 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.