#Where do I find packages installed via Software Manager?
5 messages · Page 1 of 1 (latest)
5 messages · Page 1 of 1 (latest)
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.
ah, thanks!
dpkg-query -L package-name
which package-name
worked wonders, found it immediately!