3

I don't know how, but I was upgrading from ubuntu 11.10 using:

sudo do-release-upgrade -d

Then after the upgrade and a reboot, I did:

sudo lsb_release -a

and got:

No LSB modules are available.
Distributor ID: 
Ubuntu Description:Ubuntu Trusty Tahr (development branch)
Release:        14.04
Codename:       trusty

How was this possible? Is it possible to downgrade without a rebuild? I guess I'm an alpha tester for 14.04 now?

Braiam
  • 67,791
  • 32
  • 179
  • 269
GarethAyres
  • 31
  • 1
  • 2
  • 3
    from the man-page of do-release-upgrade: -d, --devel-release Check if upgrading to the latest devel release is possible so it exactly that and upgraded to the latest development release. – Wouter Jan 15 '14 at 11:42
  • 1
    http://askubuntu.com/help/on-topic states questions about unreleased versions are off-topic. Bug reports about 14.04 may be filed at http://launchpad.net – K7AAY Jan 15 '14 at 11:47
  • 1
    Ah i see, doh. Bit stupid on my part. Checking if devel is available also means install it without a prompt. – GarethAyres Jan 15 '14 at 11:58
  • This is why you should always use the written-out command line options like --devel-release in documentation, not the cryptic abbreviations like -d. I did the same thing. :( – endolith Feb 22 '21 at 02:03

2 Answers2

3

You have chosen to upgrade to the development version by choosing option -d in sudo do-release-upgrade -d

So, for one reason or another, you've upgraded Ubuntu to a new version. Now, you're not liking the new version (or it's a development version and too unstable for your taste).

there are mainly two methods to downgrade and since its too long to state here so please check the community help page for that by clicking here.

Maythux
  • 84,289
0

The release team is enabling upgrade paths that will allow jumping between releases. I don't really know why were you using -d parameter that will leave you in the latest development version, but that's expected... I guess. I've never seen someone jumping through 7 releases, ever, but with the recent changes in the upgrade paths I should be expecting some weird cases.

There's no method to downgrade Ubuntu version, just reinstall using your prefered LTS or normal releases after doing the mandatory backups.

Braiam
  • 67,791
  • 32
  • 179
  • 269