1yum-complete-transaction(8) yum-complete-transaction(8)
2
3
4
6 yum-complete-transaction - attempt to complete failed or aborted Yum
7 transactions
8
10 yum-complete-transaction [options]
11
13 -h, --help
14 Help; display a help message and then quit.
15
16 --cleanup-only
17 Only clean up only transaction journal files and exit.
18
19
21 yum-complete-transaction is a program which finds incomplete or aborted
22 yum transactions on a system and attempts to complete them. It looks at
23 the transaction-all* and transaction-done* files which can normally be
24 found in /var/lib/yum if a yum transaction aborted in the middle of
25 execution.
26
27 If it finds more than one unfinished transaction it will attempt to
28 complete the most recent one first. You can run it more than once to
29 clean up all unfinished transactions.
30
32 As yum-complete-transaction uses YUM libraries for retrieving all the
33 information, it relies on YUM configuration for its default values like
34 which repositories to use. Consult YUM documentation for details:
35
36 /etc/yum.conf
37 /etc/yum/repos.d/
38 /var/cache/yum/
39
40
42 yum.conf [4m(5)
43 http://yum.baseurl.org/
44
45
47 See the Authors file included with this program.
48
49
51 There are of course no bugs, but should you find any, you should first
52 consult the FAQ section on http://yum.baseurl.org/wiki/Faq and if
53 unsuccessful in finding a resolution contact the mailing list: yum-
54 devel@lists.baseurl.org. To file a bug use http://bugzilla.redhat.com
55 for Fedora/RHEL/Centos related bugs and http://yum.baseurl.org/report
56 for all other bugs.
57
58
59
60
61Seth Vidal 10 December 2007 yum-complete-transaction(8)