Results 61 to 63 of 63
Thread: Linux Mint on a Sony laptop
-
2019-01-23, 17:30 #61
- Join Date
- Dec 2009
- Location
- South Glos., UK
- Posts
- 3,817
- Thanks
- 171
- Thanked 1,073 Times in 850 Posts
18.2 is a Long term support release (LTS) and is supported until April 2021.
Have you tried in a terminal the following:
Code:sudo apt update && sudo apt upgrade
Hope this helps...
-
2019-01-23, 17:32 #62
- Join Date
- Nov 2012
- Location
- Maryland, USA
- Posts
- 475
- Thanks
- 31
- Thanked 22 Times in 21 Posts
Okay! Mystery solved. That makes me feel a lot better. Thank you very much Rick.
-
2019-01-23, 18:02 #63
- Join Date
- Dec 2009
- Location
- South Glos., UK
- Posts
- 3,817
- Thanks
- 171
- Thanked 1,073 Times in 850 Posts
Once installed, just be aware that your installation is not yet up-to-date. Whilst I try to avoid Linux's commandline, the first thing I do after a fresh Linux install is to connect to the internet, open Terminal then use the command I suggested to @mrjimphelps in post #61, i.e.:
Code:sudo apt update && sudo apt upgrade
mint-upgrade-yn.png
Click to enlarge
It will finish up by writing a log then return you to the prompt.
mint-upgrade-finish.png
Click to enlarge
You can then close the Terminal window and reboot.
I find this easier and faster than using the Update Manager GUI which, weirdly, doesn't refresh itself automatically when it's opened. YMMV
Hope this helps...