Originariamente inviato da spider1985
In breve...a cosa servono???
Posso usare con Mandrake 10???
codice:
urpmi(8) Mandrake Linux urpmi(8)
NAME
urpmi - rpm wrapper making installs easier for the user
SYNOPSIS
urpmi [options] [package_names | rpm_files...]
DESCRIPTION
urpmi authorizes well-known rpms (or rpm files) to be installed includ-
ing all their dependencies. You can use it to install source package
dependencies or source package itself.
You can compare rpm vs. urpmi with insmod vs. modprobe or dpkg vs
apt-get
Just launch urpmi followed by what you think is the name of the pack-
age(s), and urpmi will:
- Propose different package names if availables and quit.
- If only one corresponding package is found, check whether dependen-
cies are already installed, or not.
- If not, propose to install the dependencies and then install all
required dependencies and the package.
Note that urpmi handle installations from various medias (ftp, http,
local and nfs volumes, removable medias such as CDROMs) and is able to
install dependencies from a media different from the package's media.
If necessary, urpmi asks you to insert the required media.
To add a new media containing rpms run urpmi.addmedia.
To remove a media use urpmi.removemedia.
To update the packages list (for example when the ftp archive changed)
use urpmi.update.
To automatically install a package corresponding to an executable you
tried to launch, use autoirpm.
To install all available menu entries of all known packages, use
autoirpm-icons.
Vedi la documentazione di Mandrake (o manu urpmi) per dettagli.
Questo e` estratto dal manuale di una mandrake 9.1, ma ovviamente puoi usare urpmi (e famiglia: urpme, urpmq, urpmf) anche su tutte le versioni successive.
Se non vuoi usare la riga di comando per qualsivoglia motivo, dal centro di controllo Mandrake puoi fare le stesse operazioni.