Results 1 to 5 of 5

Thread: error with terminal

  1. #1
    Join Date
    Mar 2014
    Beans
    11

    error with terminal

    Hi everyone, I am trying to install google hearth in ubuntu gnome 14.04 but it does not let me do it and that what a get in the terminal

    Code:
    Some packages could not be installed. This may mean that you have
    requested an impossible situation or if you are using the unstable
    distribution that some required packages have not yet been created
    or been moved out of Incoming.
    The following information may help resolve the situation:
    
    The following packages have unmet dependencies:
     google-earth-stable : Depends: ia32-libs but it is not installable
    W: Duplicate sources.list entry http://dl.google.com/linux/earth/deb/ stable/main amd64 Packages (/var/lib/apt/lists/dl.google.com_linux_earth_deb_dists_stable_main_binary-amd64_Packages)
    W: Duplicate sources.list entry http://dl.google.com/linux/earth/deb/ stable/main amd64 Packages (/var/lib/apt/lists/dl.google.com_linux_earth_deb_dists_stable_main_binary-amd64_Packages)
    W: Duplicate sources.list entry http://dl.google.com/linux/earth/deb/ stable/main i386 Packages (/var/lib/apt/lists/dl.google.com_linux_earth_deb_dists_stable_main_binary-i386_Packages)
    W: Duplicate sources.list entry http://dl.google.com/linux/earth/deb/ stable/main i386 Packages (/var/lib/apt/lists/dl.google.com_linux_earth_deb_dists_stable_main_binary-i386_Packages)
    W: You may want to run apt-get update to correct these problems
    E: Unable to correct problems, you have held broken packages.
    How can i go about it and fix the problem
    Thanks a bunch.
    A newbie Claude
    Last edited by sandyd; November 12th, 2014 at 02:54 PM. Reason: code tags

  2. #2
    Join Date
    Nov 2009
    Beans
    Hidden!
    Distro
    Kubuntu 20.04 Focal Fossa

    Re: error with terminal

    install ia32-libs and try again. http://askubuntu.com/questions/35915...sion-of-ubuntu

    although th epackage shouldn't be needed anymore. hmm.

    or you can try this: http://askubuntu.com/questions/45425.../454254#454254
    Read the easy to understand, lots of pics Ubuntu manual.
    Do i need antivirus/firewall in linux?
    Full disk backup (newer kernel -> suitable for newer PC): Clonezilla
    User friendly full disk backup: Rescuezilla

  3. #3
    Join Date
    Dec 2007
    Beans
    12,521

    Re: error with terminal

    Someone here at Ubuntu Forums had recently (last six months?) written up a very good post about google earth and the 32-bit/64-bit issue but I've lost the link

    Found it: http://ubuntuforums.org/showthread.p...2#post13147362
    Last edited by vasa1; November 12th, 2014 at 11:55 AM.

  4. #4
    Join Date
    Feb 2011
    Beans
    103
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: error with terminal

    Download the google earth 64 bit version
    open the terminal and copy this code:
    sudo apt-get install libfontconfig1:i386 libx11-6:i386 libxrender1:i386 libxext6:i386 libgl1-mesa-glx:i386 libglu1-mesa:i386 libglib2.0-0:i386 libsm6:i386
    cd /tmp && wget http://dl.google.com/dl/earth/client...rrent_i386.deb
    sudo dpkg -i google-earth-stable_current_i386.deb
    sudo apt-get install -f

    that should work in Ubuntu 14.04 64bit

  5. #5
    Join Date
    Oct 2014
    Beans
    Hidden!
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: error with terminal

    but isn't it necessary to first make a sudo apt update? I thought it's important to update the packages after getting new sources.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •