Find out where something is installed?

Quick to answer questions about finding your way around Linux Mint as a new user.
Forum rules
There are no such things as "stupid" questions. However if you think your question is a bit stupid, then this is the right place for you to post it. Stick to easy to-the-point questions that you feel people can answer fast. For long and complicated questions use the other forums in the support section.
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
Ax.
Level 1
Level 1
Posts: 41
Joined: Thu Aug 28, 2008 3:06 pm

Find out where something is installed?

Post by Ax. »

How do I find out where something is installed? The whereis command only return this:

$ whereis emesense
emesense:
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
remoulder
Level 17
Level 17
Posts: 7621
Joined: Fri May 09, 2008 1:14 pm

Re: Find out where something is installed?

Post by remoulder »

Try locate
[Edit] your original post and add [SOLVED] once your question is resolved.

“The people are my God” stressing the factor determining man’s destiny lies within man not in anything outside man, and thereby defining man as the dominator and remoulder of the world.
Leppie

Re: Find out where something is installed?

Post by Leppie »

Ax. wrote:How do I find out where something is installed? The whereis command only return this:

$ whereis emesense
emesense:
if you're looking for an executable, use which:

Code: Select all

which emesene
should return something like this:

Code: Select all

/usr/bin/emesene
Ax.
Level 1
Level 1
Posts: 41
Joined: Thu Aug 28, 2008 3:06 pm

Re: Find out where something is installed?

Post by Ax. »

Thanks!

The "which"-command worked great!
Locked

Return to “Beginner Questions”