Sunday, May 5, 2024
 Popular · Latest · Hot · Upcoming
34
rated 0 times [  34] [ 0]  / answers: 1 / hits: 56876  / 2 Years ago, fri, september 23, 2022, 1:58:54

I want to install Google-Earth & it requires ia32-libs.
So, I did apt-get install ia32-libs but error pops as:



Reading package lists... Done
Building dependency tree
Reading state information... Done
Package ia32-libs is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
lib32z1 lib32ncurses5 lib32bz2-1.0


How can I install ia32-libs?


More From » 64-bit

 Answers
4

This is only a workaround until Google Earth is repackaged.



Google Earth Build Package




  1. Download Google Earth x64 .DEB

  2. Open Terminal, Copy & Paste Following Command And Press Enter



    sudo apt-get install libc6:i386 lsb-core

  3. Open Downloads Folder


  4. Right Click On Google Earth .deb package & Select Extract Here

  5. Open the folder where files are extracted.

  6. Open the DEBIAN Folder

  7. Open the control file with gedit

  8. Remove this whole Line: Depends: lsb-core (>= 3.2), ia32-libs

  9. Now Click Save, & Exit Control File

  10. Now Delete The Original Google Earth .DEB Package You Downloaded


  11. Create A Folder called getfix, Now Move The Extracted Google Earth Folder Into The getfix Folder




Now we Are Going To Rebuild The Google Earth .deb Package:




  1. Open Terminal, copy/paste the following command then press Enter:



    dpkg -b ~/Downloads/getfix/google-earth-stable_current_amd64

  2. Copy/paste the following command (this will install the repackaged .deb)



    sudo dpkg -i ~/Downloads/getfix/google-earth-stable_current_amd64.deb


[#28719] Saturday, September 24, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
zzlingots

Total Points: 414
Total Questions: 130
Total Answers: 117

Location: Sudan
Member since Tue, Sep 15, 2020
4 Years ago
;