View previous topic :: View next topic |
Author |
Message |
ElOrens n00b
Joined: 01 Jul 2002 Posts: 72 Location: Guipúzcoa - España
|
Posted: Tue Jul 02, 2002 12:48 pm Post subject: Control de versiones |
|
|
¿Alguien sabría indicarme cómo hacer una "limpia" de versiones de paquetes , bajados con emerge, de los que ya tenga nueva versión?
Por ejemplo si me he bajado algún tar para kde 3.0 y ahora ya dispongo del de 3.01.
Esta claro que no me refiero a rm uno a uno.
¿Algún comando utilidad?
Gracias. |
|
Back to top |
|
|
nonius n00b
Joined: 20 Jun 2002 Posts: 8 Location: spain
|
Posted: Thu Jul 04, 2002 2:08 am Post subject: |
|
|
emerge clean (limpia el sistema de paquetes antiguos)
Code: | Actions:
clean (-c short option)
Cleans the system by removing outdated packages which will not
remove functionalities or prevent your system from working.
The arguments can be in several different formats :
* world
* system
* /var/db/pkg/category/package-version, or
* 'dependency specification' (in single quotes is best.)
|
emerge unmerge paquete (peligroso, este desinstala)
En todo caso:
Saludos |
|
Back to top |
|
|
|