How to Install and Uninstall tomcat-native.x86_64 Package on Rocky Linux 8

Last updated: July 05,2024

1. Install "tomcat-native.x86_64" package

Please follow the guidelines below to install tomcat-native.x86_64 on Rocky Linux 8

$ sudo dnf update $ sudo dnf install tomcat-native.x86_64

2. Uninstall "tomcat-native.x86_64" package

Please follow the steps below to uninstall tomcat-native.x86_64 on Rocky Linux 8:

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

3. Information about the tomcat-native.x86_64 package on Rocky Linux 8

Last metadata expiration check: 1:13:59 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : tomcat-native
Version : 1.2.35
Release : 1.el8
Architecture : x86_64
Size : 82 k
Source : tomcat-native-1.2.35-1.el8.src.rpm
Repository : epel
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.