I am new to Linux so I don't really know how to install from source.
I went to libusb.org and downloaded the latest version of libusb.
- Where do I put it?
- When I follow the install instructions, where does it end up?
- How can I make sure that it has installed correctly?
The reason I need to install it (and many other things) is because I need to use this project: http://www.libimobiledevice.org/ and there are many things to install, but I will start with libusb 1.0.9 first, and then I install USBMUXD.
apt-cache rdepends libimobiledevice4
and and thensudo apt install usbmuxd
, and then I writeusbmuxd -V
to check the version and it is 1.0.9 while the latest version ofusbmuxd
seems to be 1.1.0. Why didn't the latest version get installed? – vaid Oct 10 '15 at 14:30