Lonnie Borntreger <[EMAIL PROTECTED]> writes: > Updated to the latest urpmi. The functionality has changed so that > after a successful install, all packages are deleted from the cache > directory. > > Is it possible to add an option to urpmi to not remove files after > install. I see one for not removing not installed packages, and for > removing files in the cache at startup, but nothing to not delete > installed packages. > > Even an option that would specify another directory to move the rpms to > after a successful install would be nice.
Such a feature is still available of course but not by default. You can add "--pre-clean --no-post-clean" to get exactly the same behaviour as before for urpmi. --clean has been added to completely clean the cache before anything else (--noclean was here for a long time to avoid cleaning at all), --(no-)?pre-clean and --(no-)?post-clean are added to allow (or disable) pre cleaning the cache or post cleaning the cache. --test always disable post cleaning the cache. Fran�ois.
