How To Upgrade OpenSUSE 13.1 to OpenSUSE 13.2

Posted by

Few day ago, OpenSUSE 13.2 just released. Everyday, i am always using Linux OpenSUSE as primary operating system. Know OpenSUSE 13.2 has been release, i am immediately upgrade my OpenSUSE 13.1. Process upgrading is easy and simple. This is how to upgrade OpenSUSE 13.1 to OpenSUSE 13.2

Make sure all package OpenSUSE 13.1 most recent update
[code lang=’bash’]
su
zypper ref
zypper up
[/code]
Disable all repositories and adding repositories OpenSUSE 13.2
[code lang=’bash’]
zypper mr -da
zypper ar http://download.opensuse.org/distribution/13.2/repo/non-oss/ non-oss-13.2
zypper ar http://download.opensuse.org/distribution/13.2/repo/oss/ oss-13.2
zypper ar http://download.opensuse.org/update/13.2/ update-13.2
zypper ar http://download.opensuse.org/update/13.2-non-oss/ update-non-oss-13.2
[/code]
Update and upgrade OpenSUSE
[code lang=’bash’]
zypper up
zypper dup
[/code]
Please wait until upgrade finish. All package needed for upgrade approximately 1,5 GB. This is information my system who has been upgraded. Overall my application working fine after upgraded

os-version

Good luck and hopefully useful 😀

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.