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

Last updated: October 06,2024

1. Install "python3-micawber.noarch" package

Please follow the instructions below to install python3-micawber.noarch on Fedora 34

$ 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 34:

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

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

Last metadata expiration check: 0:57:30 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : python3-micawber
Version : 0.5.4
Release : 1.fc34
Architecture : noarch
Size : 52 k
Source : python-micawber-0.5.4-1.fc34.src.rpm
Repository : updates
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...