<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <p>On 09/21/2017 02:29 PM, Kevin O'Gorman wrote:<br>
    </p>
    <blockquote type="cite"
cite="mid:CAGVXcSaZUYB97XxwQrpGqDqKzgMy-K8oXz4t6Ci_TZN0BgiHcQ@mail.gmail.com">
      <div dir="ltr">As I understand it, dist-upgrade takes me to the
        latest release.  I don't want that.  I stay at LTS releases on
        purpose.  All I want really are security updates until the next
        LTS rolls out.<br>
        <br>
      </div>
      <div class="gmail_extra"><br>
      </div>
    </blockquote>
    <br>
    No, I think the command to upgrade releases is some like
    'do-release-upgrade'. <br>
    <br>
    If you use 14.04 use these commands:<br>
    <br>
    sudo apt-get update<br>
    sudo apt-get dist-upgrade<br>
    <br>
    with 16.04, use:<br>
    <br>
    sudo apt update<br>
    sudo apt full-upgrade<br>
    <br>
    That installs any new kernels, and everything that can be upgraded.
  </body>
</html>