Unable to Install Nxlog on Centos 7 commandline

Tags:

#1 malwaresecninja

I've been unable to install Nxlog on Centos7 command line. I've researched the documentation and have used

yum install nxlog-ce-2.10.2150-1_rhel7.x86_64.rpm

at the command prompt and getting

No package nxlog-ce-2.10.2150-1_rhel7.x86_64.rpm available Error: nothing to do

Can you please assist? Thank you.

#2 Zhengshi Nxlog ✓
#1 malwaresecninja
I've been unable to install Nxlog on Centos7 command line. I've researched the documentation and have used yum install nxlog-ce-2.10.2150-1_rhel7.x86_64.rpm at the command prompt and getting No package nxlog-ce-2.10.2150-1_rhel7.x86_64.rpm available Error: nothing to do Can you please assist? Thank you.

If you are in the same directory as your package, try yum install ./nxlog-ce-2.10.2150-1_rhel7.x86_64.rpm.
CentOS 7 also has the dnf utility with the same syntax. dnf install ./nxlog-ce-2.10.2150-1_rhel7.x86_64.rpm