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

Опубликовано: 07 Октябрь 2024
на канале: How To Install
16,701
60

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

*********
install devloppemt:
libimobiledevice:   • how to install libimobiledevice in ub...  
libirecovery:    • how to install libirecovery in ubuntu...  
openssl:    • how to install openssl on ubuntu, lin...  
libplist:   • how to install libplist ,libxml2-dev ...  
libplist++:   • how to install libplist++ in ubuntu o...  
libzip:    • how to install libzip in ubuntu or li...  
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. git clone https://github.com/libimobiledevice/i... idevicerestore
4. cd idevicerestore
5. chmod 755 autogen.sh
6. ./autogen.sh
7. make
8. make install