Find the answer to your Linux question:
Results 1 to 2 of 2
I'm getting "Error: Dependency is not satisfiable: lsb (>= 3.2)" I'm a linux noob, so I don't really know what that means. This is using the 32 bit install for ...
  1. #1
    Just Joined!
    Join Date
    Feb 2010
    Posts
    3

    Chrome won't install

    I'm getting "Error: Dependency is not satisfiable: lsb (>= 3.2)"
    I'm a linux noob, so I don't really know what that means.
    This is using the 32 bit install for Ubuntu, if that helps.

    I'm using Ubuntu 9.10, installed just this morning.

  2. #2
    oz
    oz is offline
    forum.guy
    Join Date
    May 2004
    Location
    arch linux
    Posts
    18,099
    You should be able to install it with apt or synaptic if you'll add the following two sources to your sources.list file:

    Code:
    deb http://ppa.launchpad.net/chromium-daily/ppa/ubuntu karmic main
    deb-src http://ppa.launchpad.net/chromium-daily/ppa/ubuntu karmic main
    ...then use synaptic to install, or you can use apt:

    Code:
    sudo apt-get update
    
    sudo apt-get install chromium-browser
    Here's a HowTo for using Synaptic, which is usually the easier method of installing software for new users:

    https://help.ubuntu.com/community/SynapticHowto
    oz

    new members/users: read this first | new member faq
    no private messages requesting computer support - post them on the forums!
    please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.

Posting Permissions

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