I installed make-googleearth-package and ran it.
:~$ sudo dpkg -i googleearth_6.0.3.2197+1.1.0-1_amd64.deb
And, with the building errors and installation errors here is what happens:
Running a a user:
Running as root:
Locating the supposedly missing files:
So, it is there.
Try to run it directly:
But, it is there!
Not sure I can trust a package that didn't install itself properly to uninstall itself, so, there is one thing left to do:
sudo dpkg -P googleearth
Code:
..... /linux/xdg/xdg-desktop-icon ./linux/xdg/xdg-mime ./googleearth-data.tar ./postinstall.sh ./bin/ ./bin/googleearth ./preuninstall.sh Package: googleearth Version: 6.0.3.2197+1.1.0-1 Section: non-free/science Priority: optional Maintainer: <jerry@jerry-Aspire-V3-771> Architecture: amd64 Depends: fonts-liberation, libfreeimage3, lsb-core, libqtcore4, libgl1-mesa-glx, libglu1-mesa , libcurl3:i386, libsm6:i386, libfontconfig1:i386, libxt6:i386, libxrender1:i386, libxext6:i386, libgl1-mesa-glx:i386, libgl1-mesa-dri:i386 Suggests: lib32nss-mdns|libnss-mdns:i386, libgl1-nvidia-glx:i386, libgl1-fglrx-glx:i386 Description: Google Earth, a 3D map/planet viewer Package built with googleearth-package. dpkg-deb: building package `googleearth' in `./googleearth_6.0.3.2197+1.1.0-1_amd64.deb'. Success! You can now install the package with e.g: sudo dpkg -i googleearth_6.0.3.2197+1.1.0-1_amd64.deb
Code:
Selecting previously unselected package googleearth. (Reading database ... 282301 files and directories currently installed.) Preparing to unpack googleearth_6.0.3.2197+1.1.0-1_amd64.deb ... Unpacking googleearth (6.0.3.2197+1.1.0-1) ... dpkg: [COLOR=#ff0000]dependency problems prevent configuration of googleearth[/COLOR]: googleearth depends on libfreeimage3; however: Package libfreeimage3 is not installed. googleearth depends on lsb-core; however: Package lsb-core is not installed. googleearth depends on libcurl3:i386; however: dpkg: [COLOR=#ff0000]error[/COLOR] processing package googleearth (--install): [COLOR=#ff0000]dependency problems - leaving unconfigured[/COLOR] Processing triggers for mime-support (3.54ubuntu1) ... Processing triggers for menu (2.1.46ubuntu1) ... Processing triggers for desktop-file-utils (0.22-1ubuntu1) ... Processing triggers for shared-mime-info (1.2-0ubuntu2) ... Errors were encountered while processing: googleearth :~$
Running a a user:
Code:
:~$ googleearth /usr/bin/googleearth: 14: /usr/bin/googleearth:[COLOR=#ff0000] /usr/lib/googleearth/googleearth-bin: not found[/COLOR]
Code:
:~$ sudo googleearth [sudo] password for jerry: /usr/bin/googleearth: 14: /usr/bin/googleearth: /usr/lib/googleearth/googleearth-bin: not found
Code:
:~$ sudo updatedb :~$ [B]locate googleearth[/B] | less :~$ /usr/bin/googleearth /usr/bin/googleearth: 14: /usr/bin/googleearth: /usr/lib/googleearth/[B]googleearth-bin: not found[/B] :~$[B] locate googleearth-bin[/B] /usr/lib/googleearth/googleearth-bin
Try to run it directly:
Code:
:~$ sudo /usr/lib/googleearth/googleearth-bin sudo: unable to execute /usr/lib/googleearth/googleearth-bin: No such file or directory
Code:
:~$ [B]vdir /usr/lib/googleearth/[/B] total 77696 -rw-r--r-- 1 root root 73318 May 17 2011 drivers.ini -rwxr-xr-x 1 root root 5452 May 17 2011 [B]googleearth-bin[/B] -rw-r--r-- 1 root root 18011 May 17 2011 gpl.txt -rw-r--r-- 1 root root 1493283 May 17 2011 gpsbabel
sudo dpkg -P googleearth
Comment