Finding where Apps are stored

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
User avatar
Palladini
Level 4
Level 4
Posts: 256
Joined: Wed Oct 26, 2016 9:13 pm
Location: Here and There
Contact:

Finding where Apps are stored

Post by Palladini »

If I use my Software Manager to download an app, where would I find it in file system? I have Natron and I have downloaded some add-ons, and I need to put it in the Natron folder, which I have no idea where to find this folder.
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.
[b]I love Linux Mint 21.1 Vanessa Cinnamon[/b]
Using Linux Mint since 2007, not programming smart, last program language I learned was called Basic on a Commodore 64
User avatar
AZgl1800
Level 20
Level 20
Posts: 11184
Joined: Thu Dec 31, 2015 3:20 am
Location: Oklahoma where the wind comes Sweeping down the Plains
Contact:

Re: Finding were Apps are stored

Post by AZgl1800 »

when I download an app, I put it in /Downloads/XYZapp

so that I can find it again quickly if I delete, and decide later I want to reinstall it.
or, if I am making up a new PC for someone, I know where to get everything in a hurry off my extUSB backup drive which is a copy of /user/Downloads, actually, it is a clone of everything in /home

once it is installed, it goes wherever it should be, and I don't worry about that.
LM21.3 Cinnamon ASUS FX705GM | Donate to Mint https://www.patreon.com/linux_mint
Image
User avatar
JerryF
Level 16
Level 16
Posts: 6572
Joined: Mon Jun 08, 2015 1:23 pm
Location: Rhode Island, USA

Re: Finding were Apps are stored

Post by JerryF »

I think most apps are in the /bin or /usr/bin directories.
User avatar
Flemur
Level 20
Level 20
Posts: 10096
Joined: Mon Aug 20, 2012 9:41 pm
Location: Potemkin Village

Re: Finding were Apps are stored

Post by Flemur »

Palladini wrote: Fri Apr 19, 2019 4:23 pm If I use my Software Manager to download an app, where would I find it in file system? I have Natron and I have downloaded some add-ons, and I need to put it in the Natron folder, which I have no idea where to find this folder.
If you've started it, it'll probably create a directory under your $HOME, so after you run it once, try these commands in a terminal:

Code: Select all

find $HOME -iname "*atro*" 
"system" files ...

Code: Select all

sudo find / -iname "*atro*" 
Please edit your original post title to include [SOLVED] if/when it is solved!
Your data and OS are backed up....right?
User avatar
AndyMH
Level 21
Level 21
Posts: 13759
Joined: Fri Mar 04, 2016 5:23 pm
Location: Wiltshire

Re: Finding were Apps are stored

Post by AndyMH »

Another useful command is whereis, e.g.

Code: Select all

andy@T432 ~ $ whereis gparted
gparted: /usr/sbin/gparted /usr/share/man/man8/gparted.8.gz
Thinkcentre M720Q - LM21.3 cinnamon, 4 x T430 - LM21.3 cinnamon, Homebrew desktop i5-8400+GTX1080 Cinnamon 19.0
User avatar
smurphos
Level 18
Level 18
Posts: 8498
Joined: Fri Sep 05, 2014 12:18 am
Location: Irish Brit in Portugal
Contact:

Re: Finding where Apps are stored

Post by smurphos »

For custom Nemo actions, useful scripts for the Cinnamon desktop, and Cinnamox themes visit my Github pages.
Locked

Return to “Software & Applications”