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 we will see Nagios Installation on Linux Lets see step by step procedure how to do this in Linux. 1. First create User and Group # useradd nagios #...
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...
Nagios Installation on Linux 1. First create User and Group # useradd nagios # groupadd nagcmd # usermod -G nagcmd nagios # usermod -g nagcmd apache [root@ngelinux001 ~]# id...
In this post, we will see how to build and install Openssl on RHEL 7. Lets see this step by step. 1. First download the package from below URL. https://github.com/openssl/openssl/tree/OpenSSL_1_1_1-stable...
Today in this post, we will see one of the common error and its solution. This error comes to me when i upgraded and ran openssl binary on my linux...