Como instalar o libimobiledevice?

6

Assim como o título indica como instalo essa biblioteca para gerenciar meu iPhone?

    
por Mysterio 12.11.2011 / 15:46

1 resposta

7

Primeiro, tente isto:

  1. Digite no terminal sudo add-apt-repository ppa:pmcenery/ppa
  2. Em seguida, execute sudo apt-get update .
  3. Em seguida, execute sudo apt-get install libimobiledevice .

Se estiver escrito Pacote não encontrado :

  1. Digite no terminal sudo gedit /etc/apt/sources.list.d/pmcenery.list
  2. Ele abrirá o Gedit , um editor de texto. Substitua essas duas linhas ...

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

    ... com estas duas linhas:

    deb http://ppa.launchpad.net/pmcenery/ppa/ubuntu maverick main
    deb-src http://ppa.launchpad.net/pmcenery/ppa/ubuntu maverick main
    
  3. Salve o arquivo.

  4. Então, novamente no terminal, execute sudo apt-get update .
  5. Em seguida, execute sudo apt-get install libimobiledevice .
por RobinJ 12.11.2011 / 15:55

Tags