How to Install and Uninstall libusbmuxd-tools Package on openSuSE Tumbleweed

Last updated: May 19,2024

1. Install "libusbmuxd-tools" package

Please follow the guidelines below to install libusbmuxd-tools on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install libusbmuxd-tools

2. Uninstall "libusbmuxd-tools" package

This guide covers the steps necessary to uninstall libusbmuxd-tools on openSuSE Tumbleweed:

$ sudo zypper remove libusbmuxd-tools

3. Information about the libusbmuxd-tools package on openSuSE Tumbleweed

Information for package libusbmuxd-tools:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : libusbmuxd-tools
Version : 2.0.2-1.15
Arch : x86_64
Vendor : openSUSE
Installed Size : 46.1 KiB
Installed : No
Status : not installed
Source package : libusbmuxd-2.0.2-1.15.src
Upstream URL : https://github.com/libimobiledevice/libusbmuxd
Summary : An example tools to forward localhost ports to iOS devices
Description :
'usbmuxd' stands for "USB multiplexing daemon". This daemon is in charge of
multiplexing connections over USB to an iPhone or iPod touch. To users, it means
you can sync your music, contacts, photos, etc. over USB. To developers, it
means you can connect to any listening localhost socket on the device. usbmuxd
is not used for tethering data transfer, which uses a dedicated USB interface as
a virtual network device.
Multiple connections to different TCP ports can happen in parallel. An example
(and useful) tool called 'iproxy' is included that allows you to forward
localhost ports to the device---allows SSH over USB on jailbroken devices, or
allowing access the lockdown daemon (and then to all of the file access, sync,
notification and backup services running on the device).