detect iphone in wine

Questions about Wine on Linux
Locked
007fred50
Newbie
Newbie
Posts: 3
Joined: Thu Sep 12, 2019 3:39 am

detect iphone in wine

Post by 007fred50 »

Hello,

I'm in ubuntu 16.04

is it posible to detect an iPhone in wine-4.15. inside iTunes
I have installed iTunes 12.1.3.

can someone tell me how?
thepearl98
Level 2
Level 2
Posts: 10
Joined: Wed Apr 24, 2019 10:30 am

Re: detect iphone in wine

Post by thepearl98 »

You can install iFuse, It uses the software library libmobiledevice to make everything possible, and as a result users do not need to “jailbreak” their devices. Here’s how to get it installed on your Linux distribution.

Code: Select all

sudo apt install ifuse
Locked