common-problems

Differences between revisions 1 and 2
Revision 1 as of 2012-04-03 22:23:20
Size: 1337
Editor: S010600259c4d520b
Comment:
Revision 2 as of 2012-04-03 22:37:24
Size: 3722
Editor: S010600259c4d520b
Comment:
Deletions are marked like this. Additions are marked like this.
Line 8: Line 8:
That said, if you just want to feel like an early adopter, you can upgrade by replacing all instances of "This_version" in your /etc/apt/sources.list with "the_next_version", using the following command, this example uses the current released and testing versions: That said, if you just want to feel like an early adopter, you can upgrade by replacing all instances of "This_version" in your /etc/apt/sources.list with "the_next_version", using the following command, this example uses the current released and testing versions names:
Line 17: Line 17:

== I already have a testing installation. Do I have to reinstall the latest alpha/beta when it comes out? ==

If you have the latest updates installed on your testing installation, you don't have to remove your current testing installation and install the alpha / beta / RC, unless you want to test installation-specific components (the installer, bootloader etc.), or your installation is affected by potential corner cases that may arise during the development cycle that require a reinstall to fix.

The milestone releases (alphas and betas) are slightly stabilized snapshots of the package archive at pre-decided dates, so they reflect the latest state of Precise on those dates. If you're up to date, you already have the latest packages. If you have to reinstall, and have an old disc image, you may want to use zsync to avoid having to download the whole image.

== If I install the alpha/beta now, do I need to reinstall the final version when it's released? ==

You don't have to (Update Manager will let you upgrade to the final version), but you may want to, if one or more of the below apply:

 *You have tweaked your testing installation to a point where you're not aware of its exact components and configuration
 *You have replaced essential components of your installation with versions from external repositories/PPAs
 *You have used package installation scripts or similar tools which are not trusted by the Ubuntu development community
 *You have applied hacks/workarounds for testing purposes for good reason (prompted during structured testing, bug triage etc.), which may cause problems during daily usage of a stable installation
 *You're affected by potential corner cases that may require a reinstall to fix (which will be documented in the release notes)

== Update Manager offers a "Partial Upgrade". What should I do? ==

[[https://wiki.ubuntu.com/U%2B1/partial_upgrade|See here]]

== When/at what time will the alpha/beta be released? ==

Take a look at the release schedule There's no specific time of the day for releases; just wait for the official release announcement, which will be mirrored immediately in the forum with an announcement thread. If you would personally like to be notified of the release, become a member of the [[https://lists.ubuntu.com/mailman/listinfo/ubuntu-announce|ubuntu-annouce]] mailing list.

Describe U+1/common-problems here.

How can I upgrade to the next version

There's basically no point in upgrading to Precise at this point. It exists as a release in the archive, but isn't open for development, the Debian auto-sync hasn't started, and you can't really do anything useful. Unless you're a toolchain hacker or have special interest in a particular Debian sync issue, it's going to stay this way until after UDS.

That said, if you just want to feel like an early adopter, you can upgrade by replacing all instances of "This_version" in your /etc/apt/sources.list with "the_next_version", using the following command, this example uses the current released and testing versions names:

  • sudo sed -i 's/oneiric/precise/g' /etc/apt/sources.list

Once you've changed the version names use the following command:

  • sudo apt-get upgrade && sudo apt-get dist-upgrade

Other methods such as using Update Manager will not be working until around Alpha 1. Be advised that "apt-get dist-upgrade"ing isn't a supported upgrade method for regular upgrades; it's only used in the early stages of a development cycle since it's the only way to upgrade during those periods.

I already have a testing installation. Do I have to reinstall the latest alpha/beta when it comes out?

If you have the latest updates installed on your testing installation, you don't have to remove your current testing installation and install the alpha / beta / RC, unless you want to test installation-specific components (the installer, bootloader etc.), or your installation is affected by potential corner cases that may arise during the development cycle that require a reinstall to fix.

The milestone releases (alphas and betas) are slightly stabilized snapshots of the package archive at pre-decided dates, so they reflect the latest state of Precise on those dates. If you're up to date, you already have the latest packages. If you have to reinstall, and have an old disc image, you may want to use zsync to avoid having to download the whole image.

If I install the alpha/beta now, do I need to reinstall the final version when it's released?

You don't have to (Update Manager will let you upgrade to the final version), but you may want to, if one or more of the below apply:

  • You have tweaked your testing installation to a point where you're not aware of its exact components and configuration
  • You have replaced essential components of your installation with versions from external repositories/PPAs
  • You have used package installation scripts or similar tools which are not trusted by the Ubuntu development community
  • You have applied hacks/workarounds for testing purposes for good reason (prompted during structured testing, bug triage etc.), which may cause problems during daily usage of a stable installation
  • You're affected by potential corner cases that may require a reinstall to fix (which will be documented in the release notes)

Update Manager offers a "Partial Upgrade". What should I do?

See here

When/at what time will the alpha/beta be released?

Take a look at the release schedule There's no specific time of the day for releases; just wait for the official release announcement, which will be mirrored immediately in the forum with an announcement thread. If you would personally like to be notified of the release, become a member of the ubuntu-annouce mailing list.

U+1/common-problems (last edited 2020-04-29 20:15:38 by cariboo)