i tried install scrivener via ‘gdebi scrivener-1.5.1.1-beta.deb’ on both ubuntu 11.04 (running inside parallels desktop on a mac with an intel core i7 x86 chip) and on raspbian (a raspberry pi with an ARM chip running raspberry’s custom debian flavor)
both systems give me the same error:
This package is uninstallable
Wrong architecture ‘i386’
is there any way i (a linux semi-newbie) can make this work?
In Ubuntu, you have to force it to install on a 64-bit system with the following command:
sudo dpkg -i --force-architecture ./scrivener-*.deb
Hopefully it won’t give you any other errors, you may have to do one or two more steps. Try that first.