<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote"><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Lubuntu-17.10<br>
lxde desktop<br>
<br>
How does one run the gui updater that pops up on the desktop showing<br>
available updates, from the command line.<br>
<br>
If I ssh into the box how can I run that tool.  What is it called?<br>
<br>
I would normally run `aptitude full-upgrade' but having done that I<br>
see the updater does not agree and that there are still updates<br>
available<br>
<br>
<br>
<br>
Harry Putnam,<br>
<br>
As far as I know, the tool is named APT for Advanced Packaging Tool.<br>
When first setting up a computer (new install), the actual commands I<br>
run are:<br>
<br>
sudo apt update -y && sudo apt upgrade -y<br>
<br>
But, in order to see everything available before agreeing, you can run:<br>
<br>
sudo apt update && sudo apt upgrade<br>
<br>
Or, run those commands one at a time:<br>
<br>
sudo apt update<br>
sudo apt upgrade<br>
<br>
And to upgrade the OS itself (like, say, after a point release) I do:<br>
<br>
sudo apt dist-upgrade<br>
<br>
Or, add that to the first command:<br>
<br>
sudo apt update -y && sudo apt upgrade -y && sudo apt dist-upgrade -y<br>
<br>
Or, to see everything available, again take away the answers:<br>
<br>
sudo apt update && sudo apt upgrade && sudo apt dist-upgrade<br>
<br>
As to SSH - I'd defer to the wisdom of other folks on this list.<br>
*But, from what I understand from a quick DuckDuckGo search,<br>
the single command that takes care of everything seems to be:<br>
<br>
###sudo do-release-upgrade###<br>
<br>
<br>
Eric Bradshaw<br>
<span class="HOEnZb"><font color="#888888">--<br>
</font></span><br></blockquote><div><br></div><div>I concur with everything mr B has posted, except I believe that the final line is for when you want to move from one LTS to the next . . . not a "regular" update/upgrade within a version or release . . . . ????</div><div><br></div><div>F<br></div></div></div></div>