I installed Google Earth Pro using the .deb
package. Now I am struggling to find where it is installed. Where do .deb
packages get installed in Ubuntu 20.04 LTS?
Asked
Active
Viewed 655 times
0

nmd_07
- 173
2 Answers
1
There is no fixed place where deb files install stuff.
It depends on a deb file, what is written in its install scripts.
Regarding Google applications, it is very likely that they are installed under /opt/google
.

Pilot6
- 90,100
- 91
- 213
- 324
0
dpkg-query -L <packagename>
will show you locations of all files installed from a given package.

raj
- 10,353
/opt/google/earth/pro/resources/flightsim/aircraft
is where the aircraft config files are stored. Modifying them has an effect on the speed. Here is also a video that shows what to change https://www.youtube.com/watch?v=ONLO5aBBvM0 – nmd_07 Jul 18 '20 at 17:49