miércoles, agosto 13, 2008

apt-get

apt-get install





dpkg --configure --pending
Continúa el trabajo por donde se quedó (habitualmente con un bloqueo de sources.list)






apt-get autoclean
Like clean, autoclean clears out the local repository of retrieved
package files. The difference is that it only removes package files
that can no longer be downloaded, and are largely useless. This allows
a cache to be maintained over a long period without it growing out of
control. The configuration option APT::Clean-Installed will prevent
installed packages from being erased if it is set to off.


apt-get autoremove
autoremove is used to remove packages that were automatically
installed to satisfy dependencies for some package and that are no
more needed.

No hay comentarios: