Sé que la pregunta se ha hecho antes, pero por favor escúchame. Entonces quería instalar screenlets. Corrí sudo apt-get install screenlets
, y esto es lo que obtuve:
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.
La gente dice que los paquetes recomendados se instalan por defecto, pero claramente no se incluyen en los NUEVOS paquetes que se instalarán anteriormente. También decidí incluir los paquetes sugeridos en la instalación, así que ejecuté en su sudo apt-get --install-suggests install screenlets
lugar, pero obtuve una ENORME lista de NUEVOS paquetes que se instalarán; ese número es precisamente 0 upgraded, 944 newly installed, 0 to remove and 2 not upgraded
. ¿No debería recibir solo alrededor de 10 paquetes adicionales?
--no-install-recommends
, puede apt-get -o apt::install-recommends=true
instalarlo esta vez