LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Run yum in non-caching mode??? (https://www.linuxquestions.org/questions/linux-newbie-8/run-yum-in-non-caching-mode-4175417868/)

Trollin' Gunny 07-20-2012 06:29 PM

Run yum in non-caching mode???
 
Everytime I try to install something I get this message

"There are unfinished transactions remaining. Please run yum-complete-transaction as root."

Well I figured out what software is causing the problem, but I don't know how to run yum in non-caching mode. Can someone help me??? It'd be a great help.

unSpawn 07-21-2012 02:50 AM

Quote:

Originally Posted by Trollin' Gunny (Post 4734140)
Well I figured out what software is causing the problem

Which software is it then?


Quote:

Originally Posted by Trollin' Gunny (Post 4734140)
I don't know how to run yum in non-caching mode.

See 'man yum.conf' for the "keepcache" directive and 'man yum' for the 'yum clean ' options?

John VV 07-21-2012 05:11 AM

Quote:

There are unfinished transactions remaining. Please run yum-complete-transaction as root."
what operating system is this ???
Fedora 17
fedora 16
Centos 6
centos 5
RHEL6
RHEL5
SL6
SL5

all of those use yum

as to the error
did you install the yum tools ?
"complete-transaction" in in the extra yum tools on fedora
for a list

Code:

su -
yum search yum


unSpawn 07-21-2012 05:26 AM

I also should warn you that running Yum in non-caching mode probably isn't a solution (determine what the problem actually is), it's also inefficient and as such puts unnecessary strain on repo mirrors.

Trollin' Gunny 07-21-2012 07:31 PM

It's Fedora 17.

John VV 07-21-2012 07:48 PM

well then did you install the yum tools on fedora 17 ?
Code:

su -
yum install yum-utils

the error told you HOW to fix the problem
run" complete transaction "

see the yum manual
Code:

su -
man yum
--- and the help ----
yum --help

Code:

su -
yum-complete-transaction

to see the "auto complete" possible options
type in "yum" and hit the <tab> button twice


All times are GMT -5. The time now is 07:02 PM.