how to patch SUSE
How to refresh all repositories
$ sudo zypper refresh
How to list available updates on SUSE Enterprise Linux server
We need to see all applicable patches, run:
zypper lp
zypper list-updates
How to update installed packages with newer versions
Let us patch update Suse Enterprise Linux server, execute:
You can restart those services using the systemctl command:$ sudo zypper update
$ sudo systemctl restart sshd
Reboot the box
Linux 4.4.114-94.14-default x86_64
You must reboot the box for the SUSE Enterprise Linux kernel update:
OR
Verify new Linux kernel version after the system reboot:
Sample outputs:
$ sudo reboot
OR
$ sudo shutdown -r now
Verify new Linux kernel version after the system reboot:
$ uname -mrs
Sample outputs:
Linux 4.4.126-94.22-default x86_64
Summary
And there you have it, SUSE Enterprise Linux Server version 12 SP3 patched and updated. We got a new kernel running too. Here is a summary of all of the options used so far in this tutorial:
Comments
Post a Comment