How to Install and Uninstall man-db.x86_64 Package on CentOS Stream 8

Last updated: May 18,2024

1. Install "man-db.x86_64" package

Please follow the instructions below to install man-db.x86_64 on CentOS Stream 8

$ sudo dnf update $ sudo dnf install man-db.x86_64

2. Uninstall "man-db.x86_64" package

In this section, we are going to explain the necessary steps to uninstall man-db.x86_64 on CentOS Stream 8:

$ sudo dnf remove man-db.x86_64 $ sudo dnf autoremove

3. Information about the man-db.x86_64 package on CentOS Stream 8

Last metadata expiration check: 4:49:16 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : man-db
Version : 2.7.6.1
Release : 18.el8
Architecture : x86_64
Size : 887 k
Source : man-db-2.7.6.1-18.el8.src.rpm
Repository : baseos
Summary : Tools for searching and reading man pages
URL : http://www.nongnu.org/man-db/
License : GPLv2+ and GPLv3+
Description : The man-db package includes five tools for browsing man-pages:
: man, whatis, apropos, manpath and lexgrog. man formats and displays
: manual pages. whatis searches the manual page names. apropos searches the
: manual page names and descriptions. manpath determines search path
: for manual pages. lexgrog directly reads header information in
: manual pages.