1YUM-VERSIONLOCK(1) User Manuals YUM-VERSIONLOCK(1)
2
3
4
6 yum-versionlock - Version lock rpm packages
7
9 yum-versionlock [ package-name [ package-name]] ...
10
12 yum-versionlock(1) is a Yum plugin that takes a set of name/versions
13 for packages and excludes all other versions of those packages (includ‐
14 ing optionally following obsoletes). This allows you to protect pack‐
15 ages from being updated by newer versions.
16
17 The plugin provides a command "versionlock" which allows you to view
18 and edit the list of locked packages easily.
19 yum versionlock add <package-wildcard>...
20
21 Add a versionlock for all of the packages in the rpmdb matching the
22 given wildcards. yum versionlock exclude <package-wildcard>...
23
24 Add a exclude (within versionlock) for the latest versions of the pack‐
25 ages in the available repos. matching the given wildcards. yum ver‐
26 sionlock list
27
28 List the current versionlock entries. yum versionlock delete <entry-
29 wildcard>...
30
31 Remove any matching versionlock entries. yum versionlock clear
32
33 Remove all versionlock entries.
34
35
37 /etc/yum/pluginconf.d/versionlock.conf
38 The system wide configuration file. See yum-versionlock.conf(5)
39 for more information.
40 /etc/yum/pluginconf.d/versionlock.list
41 The default place to put package version lock information (one
42 package and version per. line). The file takes entries in the
43 following format EPOCH:NAME-VERSION-RELEASE.ARCH See rpm(8) for
44 more information on custom query formats. If the package does
45 not have an EPOCH the number will default to 0.
46
48 There are of course no bugs, but should you find any, you should first
49 consult the FAQ section on http://yum.baseurl.org/wiki/Faq and if
50 unsuccessful in finding a resolution contact the mailing list: yum-
51 devel@lists.baseurl.org. To file a bug use http://bugzilla.redhat.com
52 for Fedora/RHEL/Centos related bugs and http://yum.baseurl.org/report
53 for all other bugs.
54
55
57 yum-versionlock is available via:
58 # yum install yum-versionlock
59
61 Panu Matilainen <pmatilai@laiskiainen.org>
62 James Antill <james@and.org>
63 Documetation modified by:
64 Gerhardus Geldenhuis <gerhardus.geldenhuis@gmail.com>
65
67 yum(1)
68
69
70
71 28 December 2009 YUM-VERSIONLOCK(1)