PDA

View Full Version : How to install and uninstall deb files in Apple iDevice



silverfox0786
24-10-11, 18:51
Here is how to INstall and uninstall deb files in Apple iDevices like the iPhone, iPad and iTouch

PLace your deb file via FTP, I use filezilla with vsftpd installed via cydia

to activate Vsftpd you need to install openssh again via cydia and log into iDevice via ssh, I use Putty

username is root
password is alpine

send this command


mkdir /usr/share/empty

now you can ftp into iDevice using same credentials as above

navigate to var/tmp

and drop the deb file into it

then to install ssh in again

and send this command editing in red to make name of yr deb app


dpkg -i /var/tmp/name of yr app.deb

then respring

to Uninstall do as above but dont sens app deb file to tmp just ssh into iDevice and sent this command


dpkg -r name of yr app

then respring