Aramo upgrade for ecne

7 risposte [Ultimo contenuto]
bio
bio
Offline
Iscritto: 03/16/2023

Is it possible to upgrade Trisquel 11 (aramo) to Trisquel 12 (ecne) through 'do-release-upgrade'?

Magic Banana

I am a member!

I am a translator!

Offline
Iscritto: 07/24/2010

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.

bio
bio
Offline
Iscritto: 03/16/2023

Thank you

Athozus
Offline
Iscritto: 12/23/2022

You can edit /etc/apt/sources.list and replace « aramo » for « ecne ». Then apt-get update and apt-get dist-upgrade :)

Ark74

I am a member!

I am a translator!

Offline
Iscritto: 07/15/2009

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.

bio
bio
Offline
Iscritto: 03/16/2023

I can't make a clean ecne installation. So I'm waiting for do-release-upgrade.

bio
bio
Offline
Iscritto: 03/16/2023

> 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.

icarolongo
Offline
Iscritto: 03/26/2011

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