Recently, I was made aware of the apropos command in Linux. What is it? What is it used for? What is the apropos command? apropos enables users to search terminal commands based on a keywords or descriptions. This is an incredibly useful tool because it quickly identifies commands based on man pages. Scenario: I forgot the command name for the qalculate CLI I installed. 1% apropos calculator 2qalc(1) - Powerful and easy to use command line calculator 3transicc(1) - little cms ColorSpace conve...