urpmi.update

Update Mageia package repository lists

TLDR

Update all enabled media
$ urpmi.update -a
Update specific media by name
$ urpmi.update [medium1] [medium2]
Update only update media (security/bugfix repositories)
$ urpmi.update --update
Update all media with download speed limit
$ urpmi.update -a --limit-rate [100k]
Update in quiet mode
$ urpmi.update -a -q
Force GPG key update
$ urpmi.update -a --force-key

SYNOPSIS

urpmi.update [OPTIONS] [MEDIUM...]

DESCRIPTION

urpmi.update updates the list of packages from configured repositories in Mageia Linux. This should be run before installing or upgrading packages to ensure the latest package lists are available.In Mageia documentation, "medium" and "repository" are used synonymously.

PARAMETERS

-a

Update all enabled non-static media.
--update
Use only update media.
--no-md5sum
Disable MD5SUM file checking.
--force-key
Force update of GPG keys.
-q, --quiet
Quiet mode.
-v, --verbose
Verbose mode.
--limit-rate rate
Limit download speed in bytes/sec (suffixes k, m accepted).
--wget
Use wget for downloading.
--curl
Use curl for downloading.
--proxy url
Use specified HTTP proxy.
--proxy-user user:pass
Proxy authentication credentials.

CAVEATS

Mageia specific. Network access required for remote media. Should be run regularly to get security updates.

SEE ALSO

urpmi(8), urpmi.addmedia(8), urpmi.removemedia(8), urpme(8), urpmq(8)