Debian Linux 10.2 released and here is how to upgrade it

The Debian GNU/Linux project has released an updated version of its stable Linux distribution Debian 10 (“buster”). You must upgrade to get corrections for security problem as this version made a few adjustments for the severe issue found in Debian version 10.1. Debian is a Unix-like (Linux distro) operating system and a distribution of Free Software. It is mainly maintained and updated through the work of many users who volunteer their time and effort. The Debian Project was first announced in 1993 by Ian Murdock.

More about Debian Linux 10.2 released

From the release note:

The Debian project pleased to announce the second update of its stable distribution Debian 10 (codename “buster”). This point release mainly adds corrections for security issues, along with a few adjustments for serious problems. Security advisories have already been published separately and are referenced where available.

Please note that the point release does not constitute a new version of Debian 10 but only updates some of the packages included. There is no need to throw away old “buster” media. After installation, packages can be upgraded to the current versions using an up-to-date Debian mirror.

Those who frequently install updates from security.debian.org won’t have to update many packages, and most such updates are included in the point release.

New installation images will be available soon at the regular locations.

How to upgrade Debian 10 from version 10.1 to 10.2

The procedure is as follows. First, note down the current version:
$ lsb_release -a
$ cat /etc/debian_version
$ uname -mrs

Sample outputs:

No LSB modules are available.
Distributor ID:	Debian
Description:	Debian GNU/Linux 10 (buster)
Release:	10.1
Codename:	buster

And:

Linux 4.19.0-6-amd64 x86_64

Upgrade the Debian Linux system to 10.2

Type the following apt-get command/apt command to upgrade your system:
$ sudo apt-get update
$ sudo apt-get dist-upgrade

OR
$ sudo apt update
$ sudo apt dist-upgrade

Debian Linux 10.2 released
Updating Debian 10.1 system with the help of apt-get/apt command

Finally reboot the Linux system:
$ sudo shutdown -r now

Verification

Verify that upgrade went smoothly with help of cat command/grep command/egrep command:
$ uname -mrs
$ lsb_release -a
$ dmesg | egrep -i 'err|warn|critical'
$ sudo tail -f /var/log/nginx/access_log

Debian Linux 10.2 released and here is how to upgrade it

Conclusion

The installer has been updated to include the fixes incorporated into stable by the point release. You can download updated ISO for full installation too. This stable update added important package corrections and security enhancements to the system. Happy upgrades!