iPhone4 felcsatolása Debian Squeeze alatt

Egy ismerősömnek össze kellett hozni. Lejegyeztem nagyjából:

# MOUNT IPHONE4 ON DEBIAN SQUEEZE WITH IFUSE
# work also with 4.3.3.

# with squeeze repos
sudo apt-get clean
sudo apt-get update
sudo apt-get build-dep libimobiledevice1

# with sid repos
sudo apt-get clean
sudo apt-get update
sudo apt-get -b source libimobiledevice1

sudo dpkg -i libimobiledevice_*.deb

# with squeeze repos
sudo apt-get clean
sudo apt-get update
sudo apt-get install ifuse

# plug iphone in usb and mount it
ifuse /media/iphone

# unmount it
fusermount -u /media/iphone

Hozzászólások

ezek a torott fuggosegek csak szerintem gazak igy 2011-ben? :/ (marmint hogy ifuse-hoz kell egy repokban nem talalhato deb, ez szerintem ultragaz)

Nem törött függőség, hanem a stabilban 1.04-es libimobiledevice1 van, de a friss iPhone4-hez meg 1.06-os kell.

Tehát a fenti trükk az "apt-get install ifuse" helyett van, csupán annyi, hogy libimobiledevice1 frissítése minden más frissítése nélkül úgy, hogy a helyi stabil verziós dev-ekkel forgatom újra csak azt az egy frissebb csomagot az unstable-ből.

(mindegyik debian-os repo)