Set up a local Yum repository on RedHat Enterprise Linux 8 and CentOS 8 using a DVD or ISO file, This helps us to get the packages offline and ready to install.
yum command is a package manager used to manage RPM packages in Linux servers. YUM is known as "Yellow-dog Updater Modified" it has several options with arguments to search, install, remove and update the packages.
In this guide, a simple and single remove command will help us to recover from the corrupted yum database. While we try to clean packages using “yum clean all” if we face error remove the DB and run “yum repolist” which will again rebuild the database. [root@ProSrv0765 ~]# yum clean all rpmdb: Thread/process 57569/140362829735680 failed: ... Read More
In this guide we are about to see how to resolve the python error while using all yum command such as install, remove some package. Reason of this error is because of Library path conflict with libPython(version).so. Below error output truncated due to long output. root@proappserver ~]# yum install iptraf Plugin "refresh-packagekit" can't be imported ... Read More