how to install libimobiledevice in ubuntu or linux mint or kali linux

Опубликовано: 27 Сентябрь 2024
на канале: How To Install
14,885
19

how to install libimobiledevice in ubuntu or linux mint or kali linux.
Development Packages of:OpenSSL,libplist,libplist++,libusbmuxd .
Software: usbmuxd, make, autoheader,automake,autoconf,libtool,pkg-config,gcc

*********
install devloppemt:
openssl:    • how to install openssl on ubuntu, lin...  
libplist:   • how to install libplist ,libxml2-dev ...  
libplist++:   • how to install libplist++ in ubuntu o...  
libusbmuxd:   • how to install libusbmuxd on ubuntu, ...  
install Software:
usbmuxd:   • how to install usbmuxd on ubuntu, lin...  
gcc and make:    • how to install gcc ,g++ on ubuntu lin...  
autoheader: installed by default
automake:    • how to install automake in ubunt , ka...  
autoconf and libtool:    • how to install autotools and autoconf...  
pkg-config : installed by default

*********
open terminal(CTRL+ALT+T)
1. sudo su
2. cd /opt
3. wget https://launchpad.net/ubuntu/+archive...
4. tar -xvf libimobiledevice_1.2.1~git20171128.5a854327+dfsg.orig.tar.bz2
5. cd libimobiledevice-1.2.1
6. chmod 755 configure
7. ./configure
8. make
9. make install