Posts: 43
Threads: 15
Joined: Aug 2015
Reputation:
0
So I want to address this now, as I really wanted to upgrade all my machines to LL 3.8. However I have a single machine running LL 3.6 that just always tells me it's up to date and it's been doing that for months (despite other machines finding and install updates regularly). Currently when I try to upgrade that machine to LL 3.8, I get a message stating I already have the latest version. Does anyone have any idea why this might be happening? I'm not a Linux expert, but I haven't really changed the system much, so I'm a bit befuddled as to why this is all happening.
Posts: 1,511
Threads: 140
Joined: Mar 2016
Reputation:
0
Run: sudo apt-get update from the terminal first. If it completes exit the terminal and run Lite Updates from the GUI. After Lite Updates complete reboot and run Lite Upgrade.
TC
All opinions expressed and all advice given by Trinidad Cruz on this forum are his responsibility alone and do not necessarily reflect the views or methods of the developers of Linux Lite. He is a citizen of the United States where it is acceptable to occasionally be uninformed and inept as long as you pay your taxes.
Posts: 1,599
Threads: 86
Joined: Jun 2015
Reputation:
0
02-22-2018, 01:29 AM
(This post was last modified: 02-22-2018, 01:36 AM by torreydale.)
Does this command help:
Code:
sudo apt-get -f install
Or this one?
Code:
sudo apt-get dist-upgrade
Want to thank me? Click my [Thank] link.
Posts: 43
Threads: 15
Joined: Aug 2015
Reputation:
0
dist-upgrade seemed to work, it allowed me to then run Lite Upgrade successfully.