There are unfinished transactions remaining. You might consider running yum-complete-transaction
|

There are unfinished transactions remaining. You might consider running yum-complete-transaction

Today while working on CentOS 7, I used yum command to install some packages. But I interrupted the yum command by pressing CTRL + C from keyboard. Which lead me to this error : There are unfinished transactions remaining. You might consider running yum-complete-transaction, or “yum-complete-transaction –cleanup-only” and “yum history redo last”, first to finish…

Yum command to download rpm file without installing in linux system
|

Yum command to download rpm file without installing in linux system

In this tutorial,we will learn how to use yum command to download rpm file without installing in linux system.It was before RHEL 5 arrival, when I used to download the source rpm packages by using up2date -d package-name Now things are changed,in Red Hat based Operating System above version 5.x . We use the yum…

Yum Error database disk image is malformed

Yum Error database disk image is malformed

In this post I am sharing, the troubleshooting step of the error which we found on using linux yum command.Error: database disk image is malformed, we found this problem running the command yum update To resolve this issue run the below given command yum clean dbcache If still issue persist,run below given command yum clean…