diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2007-08-09 14:04:25 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2007-08-09 14:04:25 +0000 |
commit | dc5524b0906cf3111c49cd16396b22668b6d7ee2 (patch) | |
tree | 9e1774b16d2f4ce3b4f764b4ba25853e9db2b526 /pod/urpmi.cfg.5.pod | |
parent | b07ef84b0bef0bb8ae4a2bea7bd7211fcceffe96 (diff) | |
download | urpmi-dc5524b0906cf3111c49cd16396b22668b6d7ee2.tar urpmi-dc5524b0906cf3111c49cd16396b22668b6d7ee2.tar.gz urpmi-dc5524b0906cf3111c49cd16396b22668b6d7ee2.tar.bz2 urpmi-dc5524b0906cf3111c49cd16396b22668b6d7ee2.tar.xz urpmi-dc5524b0906cf3111c49cd16396b22668b6d7ee2.zip |
- urpmi
o explicit error when using "urpmi ---install-src" as user with remote media
o add support for "suggests": a newly suggested package is installed as if
required, but one can remove it afterwards, or use --no-suggests
- urpmf
o handle --suggests
all the work is done in perl-URPM 1.69
Diffstat (limited to 'pod/urpmi.cfg.5.pod')
-rw-r--r-- | pod/urpmi.cfg.5.pod | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pod/urpmi.cfg.5.pod b/pod/urpmi.cfg.5.pod index 420b41c6..34e90a28 100644 --- a/pod/urpmi.cfg.5.pod +++ b/pod/urpmi.cfg.5.pod @@ -29,6 +29,10 @@ Same as specifying B<--allow-force> for urpmi. Disabled by default. Same as specifying B<--allow-nodeps> for urpmi. Disabled by default. +=item B<no-suggests> + +Same as specifying B<--no-suggests> for urpmi. Disabled by default. + =item B<auto> Same as specifying B<--auto> for urpmi. Disabled by default. |