3
I installed a package as in the example below:
$ apt-get install nome-pacote
But I can’t find which directory it was installed in. Is there a command to find out where the package is?
Remembering that if I call the package it works normally, example:
$ nome-pacote
It worked exactly as expected.
– Kazzkiq