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

Last updated: October 08,2024

1. Install "python3-micawber.noarch" package

This is a short guide on how to install python3-micawber.noarch on Fedora 35

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

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

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

Last metadata expiration check: 5:46:35 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : python3-micawber
Version : 0.5.4
Release : 2.fc35
Architecture : noarch
Size : 52 k
Source : python-micawber-0.5.4-2.fc35.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...