On Windows, I often find the executable of an application associated with its data inside Program Files\AppXXX\. The equivalent executable can be found under /usr/bin, but where is its data located? For example, I installed MikTex but I couldn't find its data. Thank you.
|
|
||||
|
If the package is installed through the package management system, you can show its files with the command
|
|||||
|
|
In addition to enzotibs answer, some packages separate their shared/static data from the main package. Examples includes To get the immediate package dependency, use:
Alternatively, use http://packages.ubuntu.com/ which shows a small description for each package too. For example, the
Should you wonder which package a file belongs to, run:
This will list each package associated with the file. If you just provide a file name, you could get a long list with all files matching the search criteria. |
|||
|
|
|
What do you mean by data? Do you mean the configuration files that the program uses to set the preferences that you chose in the program? If so, then they are kept in your home folder. They are so called hidden files. Use the file manager View menu to set Show hidden files and you will then see in the home folder a lot more folders. Each will have a dot ( . ) in front of it as part of the folder name. There will be folders for the applications. regards |
|||
|
|
\usr\share. – Chan Jul 20 '11 at 3:34/usr/share. – Lekensteyn Jul 20 '11 at 7:52