How To Install tomcat-admin-webapps on Fedora 36

In this tutorial we learn how to install tomcat-admin-webapps in Fedora 36. tomcat-admin-webapps is The host-manager and manager web applications for Apache Tomcat

Introduction

In this tutorial we learn how to install tomcat-admin-webapps on Fedora 36.

What is tomcat-admin-webapps

The host-manager and manager web applications for Apache Tomcat.

We can use yum or dnf to install tomcat-admin-webapps on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install tomcat-admin-webapps.

Install tomcat-admin-webapps on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install tomcat-admin-webapps using dnf by running the following command:

sudo dnf -y install tomcat-admin-webapps

Install tomcat-admin-webapps on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install tomcat-admin-webapps using yum by running the following command:

sudo yum -y install tomcat-admin-webapps

How To Uninstall tomcat-admin-webapps on Fedora 36

To uninstall only the tomcat-admin-webapps package we can use the following command:

sudo dnf remove tomcat-admin-webapps

tomcat-admin-webapps Package Contents on Fedora 36

/var/lib/tomcat/webapps/host-manager
/var/lib/tomcat/webapps/host-manager/META-INF
/var/lib/tomcat/webapps/host-manager/META-INF/context.xml
/var/lib/tomcat/webapps/host-manager/WEB-INF
/var/lib/tomcat/webapps/host-manager/WEB-INF/jsp
/var/lib/tomcat/webapps/host-manager/WEB-INF/jsp/401.jsp
/var/lib/tomcat/webapps/host-manager/WEB-INF/jsp/403.jsp
/var/lib/tomcat/webapps/host-manager/WEB-INF/jsp/404.jsp
/var/lib/tomcat/webapps/host-manager/WEB-INF/manager.xml
/var/lib/tomcat/webapps/host-manager/WEB-INF/web.xml
/var/lib/tomcat/webapps/host-manager/css
/var/lib/tomcat/webapps/host-manager/css/manager.css
/var/lib/tomcat/webapps/host-manager/images
/var/lib/tomcat/webapps/host-manager/images/asf-logo.svg
/var/lib/tomcat/webapps/host-manager/images/tomcat.svg
/var/lib/tomcat/webapps/host-manager/index.jsp
/var/lib/tomcat/webapps/manager
/var/lib/tomcat/webapps/manager/META-INF
/var/lib/tomcat/webapps/manager/META-INF/context.xml
/var/lib/tomcat/webapps/manager/WEB-INF
/var/lib/tomcat/webapps/manager/WEB-INF/jsp
/var/lib/tomcat/webapps/manager/WEB-INF/jsp/401.jsp
/var/lib/tomcat/webapps/manager/WEB-INF/jsp/403.jsp
/var/lib/tomcat/webapps/manager/WEB-INF/jsp/404.jsp
/var/lib/tomcat/webapps/manager/WEB-INF/jsp/connectorCerts.jsp
/var/lib/tomcat/webapps/manager/WEB-INF/jsp/connectorCiphers.jsp
/var/lib/tomcat/webapps/manager/WEB-INF/jsp/connectorTrustedCerts.jsp
/var/lib/tomcat/webapps/manager/WEB-INF/jsp/sessionDetail.jsp
/var/lib/tomcat/webapps/manager/WEB-INF/jsp/sessionsList.jsp
/var/lib/tomcat/webapps/manager/WEB-INF/web.xml
/var/lib/tomcat/webapps/manager/css
/var/lib/tomcat/webapps/manager/css/manager.css
/var/lib/tomcat/webapps/manager/images
/var/lib/tomcat/webapps/manager/images/asf-logo.svg
/var/lib/tomcat/webapps/manager/images/tomcat.svg
/var/lib/tomcat/webapps/manager/index.jsp
/var/lib/tomcat/webapps/manager/status.xsd
/var/lib/tomcat/webapps/manager/xform.xsl

References

Summary

In this tutorial we learn how to install tomcat-admin-webapps on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).