<div dir="ltr"><div dir="ltr">Thanks again, Walter.  Googling yields: <br><br>Traditionally, Debian releases have been upgradeable by changing Apt's <code>/etc/apt/sources.list</code>, which specifies package repositories, and using <code>apt-get dist-upgrade</code>
 to perform the upgrade itself.  Ubuntu is still a Debian-derived 
distribution, so this process would likely still work.  Instead, 
however, we'll use <code>do-release-upgrade</code>, a tool provided by the Ubuntu project, which handles checking for a new release, updating <code>sources.list</code>,
 and a range of other tasks.  This is the officially recommended upgrade
 path for server upgrades which must be performed over a remote 
connection.</div><div dir="ltr"><br></div><div>I'm afraid to use the do-release-upgrade command, because (1) I can't find documentation for it</div><div>(The above site just tells how to do it like a monkey), and (2) It might  try to give me 18.04, not 16.04.</div><div><br></div><div>I'd like to try the apt-get dist-upgrade command instead.  But to do this I need to know <br></div><div>what to ADD to /etc/apt/sources.list to get 16.04 Lubuntu.   Any idea what repository (file name)  <br></div><div>I should add?  <br></div><div><br></div><div>gary knott, <a href="mailto:garyknott@gmail.com">garyknott@gmail.com</a></div><div><br></div><div dir="ltr"><br></div></div><br><div class="gmail_quote"><div dir="ltr">On Sat, Nov 10, 2018 at 5:42 PM Aere Greenway <<a href="mailto:Aere@dvorak-keyboards.com">Aere@dvorak-keyboards.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On 11/10/18 3:16 PM, Gary Knott wrote:<br>
> You suggest I can use  "do-release-upgrade"  -- that<br>
> must be part of an apt-get command, right?<br>
> Can you tell me what the full command is I should type?<br>
><br>
I'm quite sure it's a standalone command.  You have to put "sudo" in <br>
front of it, and you may need the "-d" option.  So it would be:<br>
<br>
sudo do-release-upgrade<br>
<br>
or<br>
<br>
sudo do-release-upgrade -d<br>
<br>
-- <br>
Sincerely,<br>
Aere<br>
<br>
</blockquote></div>