#Where do I find packages installed via Software Manager?

5 messages · Page 1 of 1 (latest)

elfin patrol
#

Trying to set up CLion with Clang compiler. Installed Clang via Software Manager, now I need the path to the compiler to set it up in CLion.

carmine lantern
elfin patrol
#

ah, thanks!

carmine lantern
#

dpkg-query -L package-name
which package-name

elfin patrol
#

worked wonders, found it immediately!