You will need to jailbreak your iPad and install something like Cydia that can understand .deb files.
Okay, now help me out... Isn't a .deb file a Debian linux (ie Linux mint, umbunto ect) software
package file ?
I tried to paste a link, but the forum replaces the URL with *s.
Type 'install .deb on ipad' into Google and you will find the answer 🙂
This is sorta what I Found.
1.Jailbreak your iPad using Spirit (working for Mac OS, window might have errors)
2.Download the *deb file
3.Go Cydia & download OpenSSH
4.Use your favorite FTP/SSH program (I use Filezilla) to transfer the tvout2.deb into /tmp/ folder in your iPad (Username: root, Default Password: alpine)
5.GET iSSH from iTunes (Free cydia app mobile terminal not working for iPad at this moment)
6.Configure your iSSH to connect to your iPad own IP Address (use SBSetting to see your iPad IP address)
7.Use iSSH to navigate to /tmp/ folder on your ipad (You need to know the a little terminal commands to do that)
8.dpkg -i /tmp/file.deb && killall SpringBoard (without double quotes) in the iSSH to install the app.
IS this sorta what needs to be done?? Also, MobileTerminal doesnt work for that iPad.. is there another App that will?
Thanks again Mike!!
I'm not a jailbreaker, just someone with Unix experience, but hopefully these notes will be useful.
- Make sure that you change the OpenSSH password, there was a worm going ready a while back that used the default "alpine" password.
- Do you really need to use iSSH on your iPad? I would have thought that connecting from your main computer would have worked just as well. On OSX start up Terminal and type "ssh root@your.ipad.address". On Windows Putty works well as an SSH client and is free.
I won't go into to much detail as to why I wanna know this... just simply.. I have a *.deb file on my host machine, and I am curious about how to install it on the iPad? Anyone know anything about this!?
Thanks in advance!
Cheers,
Easiest way is to ssh into iPad.
1. Go to var/root/media and create a folder called cydia
2. Create another folder within cydia called autoinstaller
3. Transfer file to this folder and restart iPad.
Job done
As it has been mentioned don't bother with frash yet, it clearly isn't ready for release. Very clever what they have done but not ready.
i have a different way, I have dropbox on my iMac and drop the *.deb file into a dropbox folder, then on the ipad open dropbox and choose the file *.deb file a favourite (this downloads a local copy).
The open iFile and navigate to the dropbox cached files folder, when you try to open the *.deb file it gives you the option to use installer to execute the *.de file.
Job done and quite easy
Cheers
dpkg -i filename.deb
dpkg -i PATH/TO/THE/FILE/filename.deb