summaryrefslogtreecommitdiffstats
path: root/autoirpm.8
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>1999-12-17 00:21:09 +0000
committerPascal Rigaux <pixel@mandriva.com>1999-12-17 00:21:09 +0000
commit2b6d115da4ba39a0b30eb6e014684d82101f3265 (patch)
tree7ead586efca6413473c0b880d976f3dc5d7f2849 /autoirpm.8
parent8bc2804dffe993ded66f55ec4a6d13d9e8ed0bd7 (diff)
downloadurpmi-2b6d115da4ba39a0b30eb6e014684d82101f3265.tar
urpmi-2b6d115da4ba39a0b30eb6e014684d82101f3265.tar.gz
urpmi-2b6d115da4ba39a0b30eb6e014684d82101f3265.tar.bz2
urpmi-2b6d115da4ba39a0b30eb6e014684d82101f3265.tar.xz
urpmi-2b6d115da4ba39a0b30eb6e014684d82101f3265.zip
no_comment
Diffstat (limited to 'autoirpm.8')
-rw-r--r--autoirpm.843
1 files changed, 43 insertions, 0 deletions
diff --git a/autoirpm.8 b/autoirpm.8
new file mode 100644
index 00000000..949c6afb
--- /dev/null
+++ b/autoirpm.8
@@ -0,0 +1,43 @@
+.TH autoirpm 8 "22 Nov 1999" "Mandrakesoft" "Linux-Mandrake"
+.IX autoirpm
+.SH NAME
+autoirpm \- auto installs the RPM matching your command
+.SH SYNOPSIS
+.B autoirpm
+.SH DESCRIPTION
+autoirpm *magically* guesses which package you need and installs it. Let's imagine that you typed gmix to launch your sound mixer. If it is not available, you are then asked if you wish to install the package gnome-media which contains the gmix binary...
+.PP
+To do so, launch autoirpm.update-all, which scans all packages known by urpmi for all binary executables. It then creates links in respective binary directories...
+Use autoirpm.uninstall to remove all links created by autoirpm.update.
+.PP
+use \fBautoirpm.update <name>\fP to update executables contained in packages of <name>d media.
+.PP
+use \fBautoirpm.update-all\fP to update executables contained in packages of all medias known by urpmi.
+.PP
+use \fBautoirpm.uninstall\fP to remove all links installed by autoirpm.
+.PP
+This feature may be offered for menu icons installing autoirpm-icons package.
+.SH FILES
+/etc/urpmi/autoirpm.deny
+.br
+All binaries contained in packages listed in this file won't lead to an auto install of rpm.
+.PP
+/etc/urpmi/autoirpm.allow
+.br
+If present, only binaries of listed packages will offer the feature of auto-install.
+
+.SH "SEE ALSO"
+urpmi(8)
+.SH AUTHOR
+Pascal Rigaux, Mandrakesoft
+.br
+pixel@mandrakesoft.com
+
+
+
+
+
+
+
+
+