Hello, Mark Duckworth a écrit :
As long as you have some level of 32 bit compatibility installed, which would be a wise thing to do still, you can just install the RPM's available. Use it all the time.
Ok, but ubuntu is based on .deb packages...so i downloaded all the .deb packages from the sparemint cross page and installed them by typing
$ sudo dpkg -i --force-architecture *.debThe --force-architecture is needed because the provided .deb packages are for i386 architecture, and my system is an amd64 architecture, but it works OOTB on dapper (ubuntu 6.06).
Arnaud.