Thursday, April 18, 2024
 Popular · Latest · Hot · Upcoming
123
rated 0 times [  123] [ 0]  / answers: 1 / hits: 153751  / 3 Years ago, tue, june 22, 2021, 11:41:29

For some applications its fairly easy enough to locate where the application was installed to using the "which" command. However, some applications such as Tomcat are a little out of my league to locate.



I'm asking for particular methodology that can be applied to any apt-get install to locate where the binary, library, and support files are installed to.



The cause of this question is that I installed Tomcat7 and I can's seem to locate it and I have a list of customizations to perform.


More From » apt

 Answers
1

You can run the command dpkg -L package to list all the files in the package. For example dpkg -L ubuntu-minimal will only list a couple of small files related to packaging, as it is only an empty meta-package that depends on other packages.



dpkg -L tomcat7


is probably what you want.


[#38885] Tuesday, June 22, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
erranbe

Total Points: 118
Total Questions: 95
Total Answers: 117

Location: Virgin Islands (U.S.)
Member since Tue, Jul 7, 2020
4 Years ago
erranbe questions
;