Ubuntu – use every .deb file, whatever the Ubuntu version or architecture

64-bitArchitecturedebinstallationversions

Sometimes I want to download programs that are not proposed in the Software Center but only on the developer's website, like for example World of Goo Demo. But the website proposes only one .deb download link usable by Ubuntu.

Is it possible for me to use this file, even if I use an old version of Ubuntu or an architecture that still remains more or less exotic, as a 64-bit one? If yes, can I encounter any difficulties running the program, once installed?

Best Answer

I encountered the following two errors when trying to install .deb files:

  • Wrong architecture
  • Unmet dependencies

So no, sometimes if you want to install a Jaunty Package in Maverick (for example) it won't install, because it depends on an OLDER Version of a package than the Version available in Maverick. (however, there are tools to change dependecies-list within a deb file...)

I don't know about the architecture problem, as normally a 64-bit system should support 32bit binaries (however, I don't think it works the other way around)

Related Question