How to install libimobiledevice?

31,752

First try this:

  1. Type in terminal sudo add-apt-repository ppa:pmcenery/ppa
  2. Then run sudo apt-get update.
  3. Then run sudo apt-get install libimobiledevice.

If it says Package not found:

  1. Type in terminal sudo gedit /etc/apt/sources.list.d/pmcenery.list
  2. It will open Gedit, a text editor. Replace these two lines...

    deb http://ppa.launchpad.net/pmcenery/ppa/ubuntu oneiric main
    deb-src http://ppa.launchpad.net/pmcenery/ppa/ubuntu oneiric main
    

    ...with these two lines:

    deb http://ppa.launchpad.net/pmcenery/ppa/ubuntu maverick main
    deb-src http://ppa.launchpad.net/pmcenery/ppa/ubuntu maverick main
    
  3. Save the file.

  4. Then again in terminal, run sudo apt-get update.
  5. Then run sudo apt-get install libimobiledevice.
Share:
31,752

Related videos on Youtube

Tojamismis
Author by

Tojamismis

Updated on September 18, 2022

Comments

  • Tojamismis
    Tojamismis almost 2 years

    Just as the title states how do I install that library to manage my iPhone?

    • Admin
      Admin about 12 years
      On my 12.04 the target sorce list file is here: /etc/apt/sources.list.d/pmcenery-ppa-precise.list I have changed precise by maverick, but I still got Package not found error message.
  • rowntreerob
    rowntreerob about 12 years
    On 12.04 I got this response, even editing back to maverick as you suggested. W: Failed to fetch ppa.launchpad.net/pmcenery/ppa/ubuntu/dists/precise/main/sou‌​rce/… 404 Not Found W: Failed to fetch ppa.launchpad.net/pmcenery/ppa/ubuntu/dists/precise/main/… 404 Not Found E: Some index files failed to download. They have been ignored, or old ones used instead.
  • RobinJ
    RobinJ about 12 years
    That's why you need to replace oneiric or precise by maverick.