Kubuntu downgrade (Kubuntu 14.04-& gt; Kubuntu 13.10)

Source: Internet
Author: User

Kubuntu downgrade (Kubuntu 14.04-> Kubuntu 13.10)

Curious: Upgrade the stable version kUbuntu13.10 to kubuntu14.04. The result is a waste of two days of fixing the system, one by one!

Downgrading ....

Kubuntu14.04-> kubuntu13.10

1) Find the code of the two systems: saucy (13.10) | trusty (14.04)

 

2) modify the/etc/apt/sources. list file and put it in only two rows (note that the font content with the same color is consistent)

Deb http://archive.ubuntu.com/ubuntu saucy main restricted universe multiverse
Deb http://archive.ubuntu.com/ubuntu trusty main restricted universe multiverse

 

3) modify or add the/etc/apt/preferences file and only fill in the following content:

Package :*
Pin: release a = saucy
Pin-Priority: 1001

Package :*
Pin: release a = trusty
Pin-Priority: 60

 

4) sudo apt-get update

5) sudo apt-get dist-upgrade

6) restart the instance.

 

Note: The method for downgrading other Debian versions is similar.

 

References:

 

Create /etc/apt/preferences with the contents:        Package: *        Pin: release a=stable        Pin-Priority: 1001        Package: *        Pin: release a=testing        Pin-Priority: 60        Package: *        Pin: release a=unstable        Pin-Priority: 50

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.