How to upgrade to openSUSE Leap 15.0 openSUSE Leap 15.1

This stable, community-based and open-source enterprise GNU / Linux distributions openSUSE Leap 15.1 provides a new graphics stack update. 4.19 kernel graphics hardware support made reverse in transplantation Leap 15.1, Leap 15.1 4.12 are used to support additional core and a graphics processing unit (GPU, Graphics Processing Unit) drivers, and improved the chipset AMD Vega stand by.

GPU virtualization has become very popular, such as AMD, Intel and Nvidia and other suppliers, Leap 15.1 help to virtualized and cloud environments and implement solutions.

openSUSE Leap 15.1 officially released, based on SUSE Linux Enterprise 15

How openSUSE Leap 15.0 openSUSE Leap 15.1 upgrade to the following steps:

1. First upgrading of existing systems to the latest

zypper refresh

zypper update

2. Delete source software 15.0 (15.0 in source USTC example), if other data sources, such as nginx, but also need to be deleted, use zypper lr -d to query.

zypper rr Security-tools USTC:15.0:NON-OSS  USTC:15.0:OSS USTC:15.0:UPDATE-NON-OSS USTC:15.0:UPDATE-OSS

zypper lr -d

3. Then add the new software source to source USTC example

sudo zypper ar -fcg http://download.opensuse.org/repositories/security/openSUSE_Leap_15.1/ Security-tools
sudo zypper ar -fcg https://mirrors.ustc.edu.cn/opensuse/distribution/leap/15.1/repo/oss USTC:15.1:OSS
sudo zypper ar -fcg https://mirrors.ustc.edu.cn/opensuse/distribution/leap/15.1/repo/non-oss USTC:15.1:NON-OSS
sudo zypper ar -fcg https://mirrors.ustc.edu.cn/opensuse/update/leap/15.1/oss USTC:15.1:UPDATE-OSS
sudo zypper ar -fcg https://mirrors.ustc.edu.cn/opensuse/update/leap/15.1/non-oss USTC:15.1:UPDATE-NON-OSS

zypper lr -d

4. Verify that the software update source success

zypper lr -d

5. Refresh

zypper ref

6. The first update zypper

zypper patch --updatestack-only

7. Update system

zypper dup

8. Once the update is complete, reboot the system

shutdown -r now

9. After the restart, view system information.

cat /etc/os-release

Displays the following information:

NAME="openSUSE Leap"
VERSION="15.1"
ID="opensuse-leap"
ID_LIKE="suse opensuse"
VERSION_ID="15.1"
PRETTY_NAME="openSUSE Leap 15.1"
ANSI_COLOR="0;32"
CPE_NAME="cpe:/o:opensuse:leap:15.1"
BUG_REPORT_URL="https://bugs.opensuse.org"
HOME_URL="https://www.opensuse.org/"

update completed.

Guess you like

Origin www.linuxidc.com/Linux/2019-12/161632.htm