Sunday, May 5, 2024
 Popular · Latest · Hot · Upcoming
8
rated 0 times [  8] [ 0]  / answers: 1 / hits: 3463  / 3 Years ago, thu, november 11, 2021, 2:02:13

I'm trying to determine the install location of Pidgin so I can add it to my application startup. I've looked at top but it doesn't show paths. How can I find out where it's installed?


More From » pidgin

 Answers
5

If you're asking how to find the location of the pidgin executable, and you have installed Pidgin normally, you should be able to do



which pidgin


If this doesn't find it, you could try



find / -name pidgin -executable -type f 2> /dev/null

[#32500] Saturday, November 13, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
trousransla

Total Points: 285
Total Questions: 112
Total Answers: 113

Location: Spain
Member since Thu, Dec 23, 2021
2 Years ago
;