0

I would like to know if it is possible to update from Ubuntu 16.04.3 LTS to Ubuntu 16.04.5 LTS.

Melebius
  • 11,121
  • 8
  • 50
  • 77
Nuñito Calzada
  • 115
  • 1
  • 8
  • 1
    https://askubuntu.com/questions/194651/why-use-apt-get-upgrade-instead-of-apt-get-dist-upgrade – kenn Jan 14 '19 at 20:57

1 Answers1

0

Point release upgrades (16.04.x to 16.04.y) are generally applied automatically whenever you update and upgrade the system from either "Software Updater" app or terminal/command line. To update from terminal/command line, run:

sudo apt update && sudo apt upgrade

To check which version you are currently using, either go to Settings → Details or open terminal and run:

lsb_release -a
Kulfy
  • 17,416
  • 26
  • 64
  • 103