Difference between revisions of "Knoppix Remastering Howto Brazilian Portuguese"
From Knoppix Documentation Wiki
(→Configurações do APT) |
(→Configurações do APT) |
||
| Line 119: | Line 119: | ||
Para verificar se há pacotes órfãos, tecle isto: | Para verificar se há pacotes órfãos, tecle isto: | ||
deborphan | deborphan | ||
| − | Se quer salvar mais espaço retirando os pacotes órfãos, tecle isto (<u>Cuidado</u>: | + | Se quer salvar mais espaço retirando os pacotes órfãos (?)malvados(?) (que crueldade!), tecle isto (<u>Cuidado</u>: <u>Não</u> será indagado "yes/no" para confirmar a remoção destes pacotes. Quando você pressionar Enter depois deste comando, os pacotes terão desaparecido!): |
deborphan | xargs apt-get -y remove | deborphan | xargs apt-get -y remove | ||
If you're uncertain about the previous command and want to see what will happen without making any changes, just add the '''-s''' option to the apt-get command like this (you can do this with all of the apt-get commands, and it's a good habit to use this option before mass operations like this one): | If you're uncertain about the previous command and want to see what will happen without making any changes, just add the '''-s''' option to the apt-get command like this (you can do this with all of the apt-get commands, and it's a good habit to use this option before mass operations like this one): | ||