How to Install and Uninstall python3-howdoi.noarch Package on Fedora 34

Last updated: October 04,2024

1. Install "python3-howdoi.noarch" package

Learn how to install python3-howdoi.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install python3-howdoi.noarch

2. Uninstall "python3-howdoi.noarch" package

Please follow the guidance below to uninstall python3-howdoi.noarch on Fedora 34:

$ sudo dnf remove python3-howdoi.noarch $ sudo dnf autoremove

3. Information about the python3-howdoi.noarch package on Fedora 34

Last metadata expiration check: 4:53:45 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : python3-howdoi
Version : 2.0.16
Release : 2.fc34
Architecture : noarch
Size : 36 k
Source : python-howdoi-2.0.16-2.fc34.src.rpm
Repository : updates
Summary : Instant coding answers via the command line
URL : https://github.com/gleitz/howdoi
License : MIT
Description : Sherlock, your neighborhood command-line sloth sleuth.
:
: Are you a hack programmer? Do you find yourself constantly Googling for how to
: do basic programming tasks?
:
: Suppose you want to know how to format a date in bash. Why open your browser and
: read through blogs (risking major distraction) when you can simply stay in the
: console and ask howdoi:
:
: $ howdoi format date bash
: > DATE=`date +%Y-%m-%d`