-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Wed, 1 Feb 2012 21:20:14 +0100 (CET) [email protected] wrote:
> I have a 4.5 in my desktop pc, and I wanted to try upgrade to 5.0 > I had already tried once, but I had some problems and I had to reinstall > 4.5, (formatting hdd). There is a possibility to downgrade without > reinstalling, If things go still bad? > Thanks Hi, you can use /etc/apt/preferences to forcibly downgrade your distribution. I think that you can just put the following lines in the file and update your sources: Package: * Pin: release n=slaine Pin-Priority: 1001 For more information, see $ man apt_preferences Maybe you already know that, but to upgrade the sources you must edit /etc/apt/sources.list to point to slaine (4.5) I think that doing sed -i 's/dagda/slaine/' /etc/apt/sources.list ran as root, should work. The file should look like this: # Trisquel repositories for supported software and updates deb http://es.archive.trisquel.info/trisquel/ slaine main deb-src http://es.archive.trisquel.info/trisquel/ slaine main deb http://es.archive.trisquel.info/trisquel/ slaine-security main deb-src http://es.archive.trisquel.info/trisquel/ slaine-security main deb http://es.archive.trisquel.info/trisquel/ slaine-updates main deb-src http://es.archive.trisquel.info/trisquel/ slaine-updates main deb http://es.archive.trisquel.info/trisquel/ slaine-backports main deb-src http://es.archive.trisquel.info/trisquel/ slaine-backports main Best, - -- Stefano Fortune of the day: "You will engage in a profitable business activity." -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) iQEcBAEBAgAGBQJPKa0xAAoJEP8aw3rrwAiND54H/RmrS6O+cQZJZf2KBou3Ksdt c8rCme6eeTcAQ9SGQOiyu7HokOfnnukrI5DLt3xcbjn16y8xlgyNBBDWy3LNWXVn rGEUHOs0UoWrV4hkAi1AYQjbzC4p6kh0S4IsM6WtN0kI4Fxu9J0qolUMfpDKpCZq t3USVjcODZ+8VrbTNxW9JNLUcx4liZyVrL/RDohQ9qb2vp7o7YK65FzZ6JX0pmHE nN5vwtkGaHnLqY34bN9qz6OuZNIULIhY7E9bJWw/UjyRFW4s6NbRPclKqDlbn9AS C6Oh63TyTWFX15HvUM3Aq2GL3EFRPE1OAhmY9rRMAjH0tjcxw8vtJ1UuBlkQ6nY= =nUYl -----END PGP SIGNATURE-----
