If I install 16.04.1 from ISO, how do I upgrade to 16.04.4, but prevent 16.04.5 from being installed?
Asked
Active
Viewed 595 times
2
1 Answers
1
You need to boot that version manually after downloading the necessary files from website. The update feature only supports getting to the latest version (which is also accepted as the best)
J Deo
- 11
-
how do I update to the latest point release of a specific LTS version, rather than the latest version or LTS verison? – MRule Aug 09 '24 at 13:09
sudo apt-mark hold base-filesto hold point releases but that also prevents upgrading to .4 – Rinzwind Jul 31 '18 at 08:14sudo apt-get update && sudo apt-get upgradebefore August 2nd, it will upgrade your system to 16.04.4. – Kulfy Jul 31 '18 at 13:14