The officially official Devuan Forum!

You are not logged in.

#1 Yesterday 21:31:24

pcalvert
Member
Registered: 2017-05-15
Posts: 214  

New packages automatically installed?

Today I ran apt upgrade on a Chimaera system that I am still using and this was the output:

# apt upgrade
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Calculating upgrade... Done
The following NEW packages will be installed:
  libc++1-16 libc++abi1-16 libunwind-16
The following packages will be upgraded:
  libjavascriptcoregtk-4.0-18 libwebkit2gtk-4.0-37
2 upgraded, 3 newly installed, 0 to remove and 0 not upgraded.
Need to get 25.5 MB of archives.
After this operation, 768 kB disk space will be freed.
Do you want to continue? [Y/n]

Notice that apt wants to install new packages. I've seen this before, and it always struck me as being a bit unusual. I thought that automatic installation of new packages is only supposed to occur if one is using testing or unstable. Does anyone have an explanation for why this is happening?


Freespoke is a new search engine that respects user privacy and does not engage in censorship.
Another one is called Luxxle.

Offline

#2 Yesterday 22:41:16

golinux
Administrator
Registered: 2016-11-25
Posts: 3,316  

Re: New packages automatically installed?

Are you trying to update Chimaera or upgrade to Daedalus? Or maybe I'm misunderstanding something . . . wouldn't be the first time.

Offline

#3 Today 00:07:53

pcalvert
Member
Registered: 2017-05-15
Posts: 214  

Re: New packages automatically installed?

golinux wrote:

Are you trying to update Chimaera or upgrade to Daedalus?

Update Chimaera (i.e., normal, regular maintenance).


Freespoke is a new search engine that respects user privacy and does not engage in censorship.
Another one is called Luxxle.

Offline

#4 Today 00:55:19

ralph.ronnquist
Administrator
From: Battery Point, Tasmania, AUS
Registered: 2016-11-30
Posts: 1,251  

Re: New packages automatically installed?

Apparently your system has older versions those packages, and your command asks for upgrading anything upgradable. You might try

$ apt-cache policy libjavascriptcoregtk-4.0-18 libwebkit2gtk-4.0-37

to get more information before accepting... or maybe that's too late now?

Offline

Board footer