Aramo upgrade for ecne
- Login o registrati per inviare commenti
Is it possible to upgrade Trisquel 11 (aramo) to Trisquel 12 (ecne) through 'do-release-upgrade'?
Not yet, apparently:
$ sudo do-release-upgrade -d
Recherche d'une nouvelle version d'Trisquel
Could not find the release announcement
The server may be overloaded.
Thank you
You can edit /etc/apt/sources.list and replace « aramo » for « ecne ». Then apt-get update and apt-get dist-upgrade :)
That might not be the best idea. I would wait for do-release-upgrade data to be available.
LTS upgrades might have quirks on the upgrade path, do-release-upgrade "knows" about them and sets a clear path to avoid known issues while upgrading.
Once Beta 3 ISO set is published we should be closer to get the data published.
I can't make a clean ecne installation. So I'm waiting for do-release-upgrade.
> You can edit /etc/apt/sources.list and replace « aramo » for « ecne ». Then apt-get update and apt-get dist-upgrade :)
To make the nabia update to the aramo did this and broke the apt in an irrecoverable way.
I didn't try it on my desktops.
But in my servers it worked very well:
sudo apt update sudo apt upgrade sudo apt autoremove sudo sed -i 's/aramo/ecne/' /etc/apt/sources.list sudo apt full-upgrade reboot