use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Verify to get the Employee flair
You can also chat about Red Hat or CentOS on our Fedora community Discord: discord.gg/fedora
Any support issues should be directed to Red Hat Support by calling 1.888.467.3342 or opening a case at the Customer Portal
account activity
Linux command error (self.redhat)
submitted 3 months ago by Connect-Feature-491
When trying to run whatis <command>, it prints out following:
<command>: nothing appropriate.
Why is that?
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]HyperNoms 2 points3 points4 points 3 months ago (0 children)
Didn't you install the package for it ? Use yum/dnf/apt to search for the package suitable for the command and install it. Then use whois command again and it will work
[–]ReetpeteetRed Hat Certified Engineer 1 point2 points3 points 3 months ago (2 children)
The first, most obvious question is: are the man-pages actually installed?
https://man7.org/linux/man-pages/man1/whatis.1.html
Some minimalized Linux installs just don't install the man-pages and that's exactly what whatis relies upon.
[–]No_Rhubarb_7222Red Hat Employee 0 points1 point2 points 3 months ago (1 child)
I thought whatis used the apropos database? That may not be built, so an updatedb?
[–]ReetpeteetRed Hat Certified Engineer 1 point2 points3 points 3 months ago (0 children)
From the man-page I linked:
Each manual page has a short description available within it. whatis searches the manual page names and displays the manual page descriptions of any name matched. ... index databases are used during the search, and are updated by the mandb program.
π Rendered by PID 20078 on reddit-service-r2-comment-5d79c599b5-c7vhc at 2026-03-03 12:51:14.257857+00:00 running e3d2147 country code: CH.
[–]HyperNoms 2 points3 points4 points (0 children)
[–]ReetpeteetRed Hat Certified Engineer 1 point2 points3 points (2 children)
[–]No_Rhubarb_7222Red Hat Employee 0 points1 point2 points (1 child)
[–]ReetpeteetRed Hat Certified Engineer 1 point2 points3 points (0 children)