How can i locate where is installed a app?

Hello,i have another question(if there is a specific section where i can ask different things please let me know!)I installed sublime text from Add/Remove Software,but I don’t know how to locate a program.
I need to know where is intall the sublime text so i can use it in winscp.

1 Like

Usually the binaries go into /usr/bin/.

which subl

Or , for installed packages, you could ask pacman for a list of files belonging to a certain package.

pacman -Ql packagename
2 Likes

Thanks. :slight_smile:

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.