libimobiledevice / ifuse

A fuse filesystem to access the contents of iOS devices
https://libimobiledevice.org
GNU Lesser General Public License v2.1
806 stars 134 forks source link

Problem With a 'libfuse' Dependencie #27

Open RobertoHN opened 8 years ago

RobertoHN commented 8 years ago

I'm trying to install iFuse 1.1.3, according with the readme file, all these dependencies must be installed in order to get a successful installation of iFuse 1.1.3:

1.- libfuse (and the associated kernel modules) 2.- libimobiledevice 3.- libplist

Whn I go to the terminal and 'sudo dpkg -l | grep fuse' this is what I have:

ii fuse > 2.9.2-4ubuntu4.14.04.1
ii fuseiso > 20070708-3ubuntu1
ii fuseiso9660 > 0.3-1.1
ii gvfs-fuse > 1.20.3-0ubuntu1.2
iU ifuse > 1.1.3-1
ii libfuse-dev > 2.9.2-4ubuntu4.14.04.1
ii libfuse2:i386 > 2.9.2-4ubuntu4.14.04.1

so I thought 'libfuse2' was a newer version of 'libefuse' [see dependencie #1] but apparently they are a whole different thing because when I try to 'sudo checkinstalll' [I prefer to use 'checkinstall' instead of 'make install'] this is what I get on the screen:

dpkg: dependency problems prevent configuration of ifuse: ifuse depends on libfuse; however: Package libfuse is not installed. dpkg: error processing package ifuse (--install): dependency problems - leaving unconfigured Processing triggers for man-db (2.6.7.1-1ubuntu1) ... Errors were encountered while processing: ifuse

runing apt-get install libfuse returns this:

Reading package lists... Done Building dependency tree
Reading state information... Done Package libfuse is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source E: Package 'libfuse' has no installation candidate]

I have googled for the 'libfuse' package but it has been impossible to find it, so maybe somebody can help me out with this please.

PS: My linux ditro is Mint 17.2 Rafaela

Thanks in advance.

aflyhorse commented 7 years ago

Seems there is a libfuse-dev on Mint.