A Centos noob question

I pulled the wrong power while yum was installing,

Now is warns me and advises me to yum-complete-transaction

it’s not “not found”, any clues?

Maybe the path to the program yum-complete-transaction is not known. If I am correct yum-complete-transaction is located in /usr/sbin/
Try to ‘activate’ it by typing ‘sudo /usr/sbin/yum-complete-transaction’ and hit enter.

Try www.rpmfind.net Dowload yum-complete-transaction for you version (which yields a yum-utils. And run rpm -i

https://www.rpmfind.net/linux/rpm2html/search.php?query=yum-complete-transaction+&submit=Search+

which yum-complete-transaction
/usr/bin/which: no yum-complete-transaction in (/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/root/bin)

Ah ha,

i have to install yum-utils

thanx

Better if downloaded from the official centos repositories
http://mirror.centos.org/centos/

1 Like

2 posts were split to a new topic: Installing NethServer on Red Hat Enterprise Linux?

Thank you, Filippo; I’ll give it a try and post results here.