<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#ffffff" text="#000000">
    On 9/4/2010 2:48 PM, Thomas Mashos wrote:
    <blockquote
      cite="mid:AANLkTinBck7To8yUaiLBKe5eJpk1ha-5drjiHD+RPg67@mail.gmail.com"
      type="cite">
      <div class="gmail_quote">
        <blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt
          0.8ex; border-left: 1px solid rgb(204, 204, 204);
          padding-left: 1ex;">
          <div>
            <div class="h5">
              <br>
            </div>
          </div>
          You might give "aptitude upgrade" a shot instead of apt-get..
          &nbsp;I find<br>
          it doesn't "keep back" packages like apt-get does a lot of
          times.<br>
          <font color="#888888"><br>
            -Greg<br>
          </font>
          <div>
            <div class="h5">_______________________________________________<br>
              mythtv-users mailing list<br>
              <a moz-do-not-send="true"
                href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br>
              <a moz-do-not-send="true"
                href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users"
                target="_blank">http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a><br>
            </div>
          </div>
        </blockquote>
        <br>
      </div>
      <br>
      <div>Apt-get will keep back packages usually when it has to add
        new packages, or dependency issues aren't met. &nbsp;Do an apt-get -s
        dist-upgrade. dist-upgrade will tell it to install those
        packages resolving dependency issues. -s is simulation, so it
        only shows you what it would do.</div>
      <pre wrap="">
<fieldset class="mimeAttachmentHeader"></fieldset>
_______________________________________________
mythtv-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a>
<a class="moz-txt-link-freetext" href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users">http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a>
</pre>
    </blockquote>
    well, I ran "sudo aptitude upgrade" and got the following:<br>
    <br>
    hdevine@hdevine-desktop:/etc$ sudo aptitude upgrade<br>
    W: The "upgrade" command is deprecated; use "safe-upgrade" instead.<br>
    Reading package lists... Done<br>
    Building dependency tree<br>
    Reading state information... Done<br>
    Reading extended state information<br>
    Initializing package states... Done<br>
    Writing extended state information... Done<br>
    Resolving dependencies...<br>
    The following packages have been kept back:<br>
    &nbsp; libmyth-0.23-0{a} mythgallery mythmovies mythmusic
    mythtv-backend{a}<br>
    &nbsp; mythtv-common{a} mythtv-frontend{a} mythtv-transcode-utils{a}
    mythvideo<br>
    &nbsp; mythweather<br>
    The following packages will be REMOVED:<br>
    &nbsp; firefox-3.5{u} firefox-3.5-branding{u} libfftw3-3{u}
    libmyth-0.22-0{u}<br>
    &nbsp; xulrunner-1.9.1{u} xulrunner-1.9.1-gnome-support{u}<br>
    0 packages upgraded, 0 newly installed, 6 to remove and 10 not
    upgraded.<br>
    Need to get 0B of archives. After unpacking 61.7MB will be freed.<br>
    Do you want to continue? [Y/n/?]<br>
    <br>
    <br>
    As you can see, it wants to remove some things, but still says that
    the myth packages will not be upgraded.&nbsp; When I tried "sudo apt-get
    -s dist-upgrade", I got the same result as earlier: no packages
    added or removed, and the myth packages set to not be upgraded.<br>
    <br>
    Any ideas?<br>
    Harry<br>
    <br>
  </body>
</html>