How to download only RPM with dependencies using yum ?
In this article, we will see how to download rpm packages with dependencies using yum. The trick is very useful especially for servers where the repo is not reachable. Lets...
In this article, we will see how to download rpm packages with dependencies using yum. The trick is very useful especially for servers where the repo is not reachable. Lets...
In this post, we will see how to reinstall any installed package in Linux using Yum or dnf. 1. Check out the package and version available to install/reinstall. [ngeroot@ngelinux01 grub2]#...
In this post, we will see one of the common error message and its solution. I. Error Message /share/common/pkgs/python/v3.6.1/lib/python3.6/site-packages/pandas/compat/__init__.py:117: UserWarning: Could not import the lzma module. Your installed Python is...
Today in this post, we will see how to troubleshoot when httpd service is failing in Linux OS. Lets see step by step process to troubleshoot issues with http/apache service....
Today we will see how to install konsole 5 in RHEL 8, or CentOS 8 Operating System. There are many challenges in configuring konsole on RHEL 8, hence i preferred...
Let us have a look how to check and install redcloak service/package in Linux. Redcloak is secureworks agent to detect and respond to unknown threats to secure our Linux system....
Today we will look one of the most common error message. Lets have a look at the error message and its solution. I. Error Message [user@ngelinux001 ~]$ yum search nvidia...
In this post we will see how to download the packages saved in YUM repository in linux. There are two ways to achieve this. 1. Using downloadonly option with YUM....
Today in this post, we will see a very useful and quick tip how to install ansible on RHEL 6 or CentOS 6. Lets have a look step by step....