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.
Linux Administration
Posted on:
31 Yum command for Package Management in Linux
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.
Troubleshooting
Posted on:
Solution for error: cannot open Packages database in /var/lib/rpm
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 […]
Troubleshooting
Posted on:
Solution for python error while using yum install
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 […]