How to Install and Uninstall python3-howdoi.noarch Package on Fedora 36
Last updated: January 09,2025
1. Install "python3-howdoi.noarch" package
This tutorial shows how to install python3-howdoi.noarch on Fedora 36
$
sudo dnf update
Copied
$
sudo dnf install
python3-howdoi.noarch
Copied
2. Uninstall "python3-howdoi.noarch" package
Learn how to uninstall python3-howdoi.noarch on Fedora 36:
$
sudo dnf remove
python3-howdoi.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the python3-howdoi.noarch package on Fedora 36
Last metadata expiration check: 4:14:02 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : python3-howdoi
Version : 2.0.16
Release : 4.fc36
Architecture : noarch
Size : 35 k
Source : python-howdoi-2.0.16-4.fc36.src.rpm
Repository : fedora
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`
Available Packages
Name : python3-howdoi
Version : 2.0.16
Release : 4.fc36
Architecture : noarch
Size : 35 k
Source : python-howdoi-2.0.16-4.fc36.src.rpm
Repository : fedora
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`