Ich weiß, dass die Frage bereits gestellt wurde, aber bitte hören Sie mich an. Also wollte ich Screenlets installieren. Ich bin gelaufen sudo apt-get install screenlets
, und das habe ich bekommen:
The following extra packages will be installed:
libart-2.0-2 libbonobo2-0 libbonobo2-common libbonoboui2-0 libbonoboui2-common libgnome2-0 libgnomecanvas2-0
libgnomecanvas2-common libgnomeui-0 libgnomeui-common libtidy-0.99-0 python-beautifulsoup python-evolution
python-feedparser python-gmenu python-gnome2 python-numpy python-pyorbit python-rsvg python-tz python-utidylib
screenlets-pack-basic
Suggested packages:
libbonobo2-bin python-gnome2-doc python-numpy-doc python-numpy-dbg python-nose python-dev gfortran
python-pyorbit-dbg screenlets-pack-all python-dcop
Recommended packages:
python-numeric python-gnome2-extras
The following NEW packages will be installed:
libart-2.0-2 libbonobo2-0 libbonobo2-common libbonoboui2-0 libbonoboui2-common libgnome2-0 libgnomecanvas2-0
libgnomecanvas2-common libgnomeui-0 libgnomeui-common libtidy-0.99-0 python-beautifulsoup python-evolution
python-feedparser python-gmenu python-gnome2 python-numpy python-pyorbit python-rsvg python-tz python-utidylib
screenlets screenlets-pack-basic
0 upgraded, 23 newly installed, 0 to remove and 2 not upgraded.
Die Leute sagen, dass empfohlene Pakete standardmäßig installiert sind, aber sie sind eindeutig nicht in den NEUEN Paketen enthalten, die oben installiert werden. Ich habe mich auch dazu entschlossen, die vorgeschlagenen Pakete in die Installation sudo apt-get --install-suggests install screenlets
einzubeziehen , also habe ich stattdessen ausgeführt, aber ich habe eine RIESIGE Liste NEUER Pakete erhalten, die installiert werden sollen. diese Zahl ist genau 0 upgraded, 944 newly installed, 0 to remove and 2 not upgraded
. Sollte ich nicht nur ungefähr 10 zusätzliche Pakete bekommen?
--no-install-recommends
, können Sie apt-get -o apt::install-recommends=true
sie dieses Mal installieren