Sei que a pergunta já foi feita antes, mas ouça-me. Então, eu queria instalar screenlets. Eu corri sudo apt-get install screenlets
, e é isso que eu tenho:
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.
As pessoas dizem que os pacotes recomendados são instalados por padrão, mas claramente não estão incluídos nos NOVOS pacotes que serão instalados acima. Também decidi incluir os pacotes sugeridos na instalação, então executei sudo apt-get --install-suggests install screenlets
, mas tenho uma lista enorme de NOVOS pacotes que serão instalados; esse número é precisamente 0 upgraded, 944 newly installed, 0 to remove and 2 not upgraded
. Eu não deveria estar recebendo apenas cerca de 10 pacotes extras?
--no-install-recommends
você pode usar apt-get -o apt::install-recommends=true
para instalar os desta vez