Re: Buster 10.9 why does apt -y update followed by apt -y upgrade not proceed with upgrades

2021-04-07 Thread Curt
On 2021-04-07, Keith Christian wrote: > Looking on the www, some people recommend using apt-get -y upgrade or > apt-get -y install to avoid the following message: > > "NNN packages can be upgraded. Run 'apt list > --upgradable' to see them." That's the message you receive afte

Re: Buster 10.9 why does apt -y update followed by apt -y upgrade not proceed with upgrades

2021-04-07 Thread David Wright
On Wed 07 Apr 2021 at 08:19:40 (-0600), Keith Christian wrote: > Looking on the www, some people recommend using apt-get -y upgrade or > apt-get -y install to avoid the following message: > > "NNN packages can be upgraded. Run 'apt list > --upgradable' to see them." > > Is "ap

Re: Buster 10.9 why does apt -y update followed by apt -y upgrade not proceed with upgrades

2021-04-07 Thread IL Ka
works for me: $ apt -y update && apt upgrade -y You can also use yes(1): yes | apt upgrade On Wed, Apr 7, 2021 at 5:20 PM Keith Christian wrote: > Looking on the www, some people recommend using apt-get -y upgrade or > apt-get -y install to avoid the following message: > >

Buster 10.9 why does apt -y update followed by apt -y upgrade not proceed with upgrades

2021-04-07 Thread Keith Christian
Looking on the www, some people recommend using apt-get -y upgrade or apt-get -y install to avoid the following message: "NNN packages can be upgraded. Run 'apt list --upgradable' to see them." Is "apt" unable to perform an "upgrade," or am I missing a command line option (e.g