I would like to know if it is possible to update from Ubuntu 16.04.3 LTS to Ubuntu 16.04.5 LTS.
Asked
Active
Viewed 819 times
0
-
1https://askubuntu.com/questions/194651/why-use-apt-get-upgrade-instead-of-apt-get-dist-upgrade – kenn Jan 14 '19 at 20:57
1 Answers
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,696