Sunday, June 03, 2007

dpkg's --force-architecture option is your friend on amd64 systems

For example, to install picasa for linux

sudo dpkg --force-architecture -i picasa*.deb (-i for install)

If you don't do this, you'll get a warning about the package being i386-based and therefore unusable on your system.

No comments: