You are not logged in.
Pages: 1
Hello,
The simple command : apt-get install gnumeric will result in a lot of packages, which actually is part of gnome (evince,... and "millions" things).
The deb dependencies are therefore faulty.
Would it be some concern from Devuan about such issue(s)?
thank you
Last edited by spartrekus (2018-12-18 07:17:50)
Offline
I checked this with...
apt-get install gnumeric ...vs... apt-get install gnumeric --no-install-recommends
Here are my results (please note: I didn't install it either way, so I don't know if its functionality was affected)
With apt-get install gnumeric...
dan@miyolinux:~$ sudo apt-get install gnumeric
[sudo] password for dan:
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following additional packages will be installed:
evince evince-common gnome-desktop3-data gnumeric-common gnumeric-doc
libdjvulibre-text libdjvulibre21 libevdocument3-4 libevview3-3
libgnome-desktop-3-12 libgoffice-0.10-10 libgoffice-0.10-10-common
libkpathsea6 libspectre1 lp-solve pxlib1
Suggested packages:
nautilus-sendto unrar gnumeric-plugins-extra docbook-xsl
The following NEW packages will be installed:
evince evince-common gnome-desktop3-data gnumeric gnumeric-common
gnumeric-doc libdjvulibre-text libdjvulibre21 libevdocument3-4 libevview3-3
libgnome-desktop-3-12 libgoffice-0.10-10 libgoffice-0.10-10-common
libkpathsea6 libspectre1 lp-solve pxlib1
0 upgraded, 17 newly installed, 0 to remove and 0 not upgraded.
Need to get 25.7 MB of archives.
After this operation, 73.7 MB of additional disk space will be used.
Do you want to continue? [Y/n]
With apt-get install gnumeric --no-install-recommends...
dan@miyolinux:~$ sudo apt-get install gnumeric --no-install-recommends
[sudo] password for dan:
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following additional packages will be installed:
gnumeric-common libgoffice-0.10-10 libgoffice-0.10-10-common pxlib1
Suggested packages:
gnumeric-plugins-extra
Recommended packages:
gnumeric-doc evince | evince-gtk lp-solve
The following NEW packages will be installed:
gnumeric gnumeric-common libgoffice-0.10-10 libgoffice-0.10-10-common pxlib1
0 upgraded, 5 newly installed, 0 to remove and 0 not upgraded.
Need to get 7,542 kB of archives.
After this operation, 37.0 MB of additional disk space will be used.
Do you want to continue? [Y/n]
I have been Devuanated, and my practice in the art of Devuanism shall continue until my Devuanization is complete. Until then, I will strive to continue in my understanding of Devuanchology, Devuanprocity, and Devuanivity.
Veni, vidi, vici vdevuaned. I came, I saw, I Devuaned.
Offline
that is why I switched to "APT::Install-Recommends "false";" a long time ago...
Offline
Pages: 1