I tried to install libimobiledevice
only to see that I get the following error:
sudo apt-get install libimobiledevice
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package libimobiledevice
I found this page which I try to follow, but there was no file /etc/apt/sources.list.d/pmcenery.list
I can edit, only a file /etc/apt/sources.list.d/pmcenery-ppa-trusty.list
in which I replaced the line
deb http://ppa.launchpad.net/pmcenery/ppa/ubuntu trusty main
with
deb http://ppa.launchpad.net/pmcenery/ppa/ubuntu maverick main
But after that (and apt-get update
) the same error remains. I can even produce another error as follows:
sudo apt-get install libimobiledevice1
Reading package lists... Done
Building dependency tree
Reading state information... Done
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 to resolve the situation:
The following packages have unmet dependencies:
libimobiledevice1 : Depends: libtasn1-3 (>= 1.6-0) but it is not installable
E: Unable to correct problems, you have held broken packages.
How can I install libimobiledevice
on Ubuntu 14.045 LTS in order to transfer music files (mp3) to an iphone 6
, so I can listen to the music on this very iphone 6
?