I have installed 2 development tools named maven
and ant
using this command:
sudo apt-get install maven ant
How can I discover what are the installation directories for these tools on my system?
I have installed 2 development tools named maven
and ant
using this command:
sudo apt-get install maven ant
How can I discover what are the installation directories for these tools on my system?
Via
dpkg-query
:or with a filter using
grep
sample output
In addition to A.B. answer, another solution:
Or in long format:
man dpkg
So in your case run:
and