[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [lmi] Problem upgrading 'wine'
From: |
Vadim Zeitlin |
Subject: |
Re: [lmi] Problem upgrading 'wine' |
Date: |
Thu, 24 Jan 2019 13:23:50 +0100 |
On Thu, 24 Jan 2019 11:44:12 +0000 Greg Chicares <address@hidden> wrote:
GC> TL;DR: if the first compound command fails, use the second:
GC> apt-get upgrade && apt-get dist-upgrade
GC> apt-get dist-upgrade && apt-get upgrade
GC> Thanks so much.
Just a small note: "upgrade" after "dist-upgrade" is not needed and
shouldn't do anything. The only reason for using "upgrade" is when you want
to update some packages (e.g. to get security updates for them perhaps)
without making any big changes to the system. Otherwise, and, in
particular, in a testing chroot, there is no reason to not always use
"dist-upgrade" AFAIK.
Regards,
VZ