How to Install and Uninstall netconsd.x86_64 Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: October 10,2024

1. Install "netconsd.x86_64" package

Please follow the guidance below to install netconsd.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8)

$ sudo dnf update $ sudo dnf install netconsd.x86_64

2. Uninstall "netconsd.x86_64" package

This is a short guide on how to uninstall netconsd.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8):

$ sudo dnf remove netconsd.x86_64 $ sudo dnf autoremove

3. Information about the netconsd.x86_64 package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 0:16:40 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : netconsd
Version : 0.4
Release : 1.el8
Architecture : x86_64
Size : 301 k
Source : netconsd-0.4-1.el8.src.rpm
Repository : epel
Summary : The Netconsole Daemon
URL : https://facebookmicrosites.github.io/netconsd
License : BSD-3-Clause
Description : This is a daemon for receiving and processing logs from the Linux Kernel, as
: emitted over a network by the kernel's netconsole module. It supports both the
: old "legacy" text-only format, and the new extended format added in v4.4.
:
: The core of the daemon does nothing but process messages and drop them: in order
: to make the daemon useful, the user must supply one or more "output modules".
: These modules are shared object files which expose a small ABI that is called by
: netconsd with the content and metadata for netconsole messages it receives.