How to Install and Uninstall python3-micawber.noarch Package on Fedora 36

Last updated: January 16,2025

1. Install "python3-micawber.noarch" package

In this section, we are going to explain the necessary steps to install python3-micawber.noarch on Fedora 36

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

2. Uninstall "python3-micawber.noarch" package

Please follow the step by step instructions below to uninstall python3-micawber.noarch on Fedora 36:

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

3. Information about the python3-micawber.noarch package on Fedora 36

Last metadata expiration check: 4:19:06 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : python3-micawber
Version : 0.5.4
Release : 3.fc36
Architecture : noarch
Size : 52 k
Source : python-micawber-0.5.4-3.fc36.src.rpm
Repository : fedora
Summary : a small library for extracting rich content from urls
URL : http://github.com/coleifer/micawber/
License : MIT
Description : A small library for extracting rich content from urls. what does it do?
: -micawber supplies a few methods for retrieving rich metadata about a variety
: of links, such as links to youtube videos. micawber also provides functions for
: parsing blocks of text and html and replacing links to videos with rich
: embedded --here is a quick example:.. code-block:: python import micawber load
: up rules for...