File: README

package info (click to toggle)
yum 3.2.12-1.2
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 2,012 kB
  • ctags: 2,147
  • sloc: python: 16,715; sh: 266; makefile: 230
file content (30 lines) | stat: -rw-r--r-- 918 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
-------------------------------------
Yum - an automatic updater and installer for rpm-based systems
-------------------------------------

Included programs:
/usr/bin/yum		Main program

Basic usage description follows:

Yum is run with one of the following options:

 - update [package list]
	If run without any packages, Yum will automatically upgrade every
	currently installed package.  If one or more packages are
	specified, Yum will only update the packages listed.

 - install <package list>
	Yum will install the latest version of the specified package
	(don't specify version information).

 - remove <package list>
	Yum will remove the specified packages from the system.

 - yum list [package list]
        List available packages

See the man page for more information (man yum)
Also see the webpage and wiki for more information:
web page: http://linux.duke.edu/yum/
wiki: http://wiki.linux.duke.edu/Yum