How to find out what all standalone packages are installed?

Dharmender Lodhi

I am trying to find the version of tomcat which was installed from a tar file not through yum, So how do we find out that.

Nasir Riley

With java installed, go into the tomcat/bin directory and run this command:

./version.sh

The output will be in this format:

Using CATALINA_BASE:   /opt/tomcat/apache-tomcat-9.0.33
Using CATALINA_HOME:   /opt/tomcat/apache-tomcat-9.0.33
Using CATALINA_TMPDIR: /opt/tomcat/apache-tomcat-9.0.33/temp
Using JRE_HOME:        /usr
Using CLASSPATH:       /opt/tomcat/apache-tomcat-9.0.33/bin/bootstrap.jar:/opt/tomcat/apache-tomcat-9.0.33/bin/tomcat-juli.jar
NOTE: Picked up JDK_JAVA_OPTIONS:  --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.io=ALL-UNNAMED --add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED
Server version: Apache Tomcat/9.0.33
Server built:   Mar 11 2020 09:31:38 UTC
Server number:  9.0.33.0
OS Name:        Linux
OS Version:     4.18.0-147.5.1.el8_1.x86_64
Architecture:   amd64
JVM Version:    11.0.6+10-LTS
JVM Vendor:     Oracle Corporation

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

How to find out where different packages are installed?

From Dev

How do I find out what packages I had installed in my previouse meteor app?

From Dev

On Ubuntu, is there a way to find out what files are NOT associated with installed apt packages?

From Dev

How to list all packages installed as dependencies in Terminal, and what installed them?

From Dev

How to find out what graphics driver is installed?

From Dev

How to find out what graphics driver is installed?

From Dev

How to find all the driver packages installed in my pc?

From Dev

How to Find All Defaultly Installed Packages on Ubuntu 16.04.3

From Dev

How to find manually installed packages?

From Dev

How to list all installed packages

From Dev

How to list all installed packages

From Dev

How to get installed/not installed state of **all** packages?

From Dev

How can I find out what plugins I installed for Nautilus?

From Dev

How to find out what version of Ubuntu was originally installed?

From Dev

How to find out what disk drives are installed in a Ubuntu server

From Dev

Find all user-installed packages

From Dev

Find what packages are installed from a repository

From Dev

Find what packages are installed from a repository

From Dev

How to find docs for apt installed packages

From Dev

How to find docs for apt installed packages

From Dev

How to make cmake find installed packages

From Dev

how to find information about not installed packages

From Dev

How to list all the installed packages and their version with Cabal?

From Dev

How to backup all installed software/packages on AIX?

From Dev

How to reinstall all installed packages with zypper

From Java

How do I find all installed packages that depend on a given package in NPM?

From Dev

how to query to find say 'TODO' from all installed packages on a Debian system?

From Dev

How to find all installed applications

From Dev

How to find installed deb packages needlessly marked as manually installed

Related Related

  1. 1

    How to find out where different packages are installed?

  2. 2

    How do I find out what packages I had installed in my previouse meteor app?

  3. 3

    On Ubuntu, is there a way to find out what files are NOT associated with installed apt packages?

  4. 4

    How to list all packages installed as dependencies in Terminal, and what installed them?

  5. 5

    How to find out what graphics driver is installed?

  6. 6

    How to find out what graphics driver is installed?

  7. 7

    How to find all the driver packages installed in my pc?

  8. 8

    How to Find All Defaultly Installed Packages on Ubuntu 16.04.3

  9. 9

    How to find manually installed packages?

  10. 10

    How to list all installed packages

  11. 11

    How to list all installed packages

  12. 12

    How to get installed/not installed state of **all** packages?

  13. 13

    How can I find out what plugins I installed for Nautilus?

  14. 14

    How to find out what version of Ubuntu was originally installed?

  15. 15

    How to find out what disk drives are installed in a Ubuntu server

  16. 16

    Find all user-installed packages

  17. 17

    Find what packages are installed from a repository

  18. 18

    Find what packages are installed from a repository

  19. 19

    How to find docs for apt installed packages

  20. 20

    How to find docs for apt installed packages

  21. 21

    How to make cmake find installed packages

  22. 22

    how to find information about not installed packages

  23. 23

    How to list all the installed packages and their version with Cabal?

  24. 24

    How to backup all installed software/packages on AIX?

  25. 25

    How to reinstall all installed packages with zypper

  26. 26

    How do I find all installed packages that depend on a given package in NPM?

  27. 27

    how to query to find say 'TODO' from all installed packages on a Debian system?

  28. 28

    How to find all installed applications

  29. 29

    How to find installed deb packages needlessly marked as manually installed

HotTag

Archive