D/loaded it - installed it - now cant find it?

Questions about applications and software
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
Husse

Re: D/loaded it - installed it - now cant find it?

Post by Husse »

In the terminal
which your_application
Unfortunately you have to use the exact name including case
find is also useful
this finds all files in home beginning with Husse
find /home -name Husse* -print
Unfortunately it's case sensitive
My favorite is locate
First update the locate database

Code: Select all

sudo updatedb
then
locate -i what_you _search_for
-i makes it case insensitive
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.
Locked

Return to “Software & Applications”