How to Install and Uninstall python3-beautifulsoup4.noarch Package on Rocky Linux 8

Last updated: May 19,2024

1. Install "python3-beautifulsoup4.noarch" package

Please follow the guidelines below to install python3-beautifulsoup4.noarch on Rocky Linux 8

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

2. Uninstall "python3-beautifulsoup4.noarch" package

This guide let you learn how to uninstall python3-beautifulsoup4.noarch on Rocky Linux 8:

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

3. Information about the python3-beautifulsoup4.noarch package on Rocky Linux 8

Last metadata expiration check: 1:32:19 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : python3-beautifulsoup4
Version : 4.6.3
Release : 2.el8.1
Architecture : noarch
Size : 185 k
Source : python-beautifulsoup4-4.6.3-2.el8.1.src.rpm
Repository : epel
Summary : HTML/XML parser for quick-turnaround applications like screen-scraping
URL : http://www.crummy.com/software/BeautifulSoup/
License : MIT
Description : Beautiful Soup is a Python HTML/XML parser designed for quick
: turnaround projects like screen-scraping. Three features make it
: powerful:
:
: Beautiful Soup wont choke if you give it bad markup.
:
: Beautiful Soup provides a few simple methods and Pythonic idioms for
: navigating, searching, and modifying a parse tree.
:
: Beautiful Soup automatically converts incoming documents to Unicode
: and outgoing documents to UTF-8.
:
: Beautiful Soup parses anything you give it.
:
: Valuable data that was once locked up in poorly-designed websites is
: now within your reach. Projects that would have taken hours take only
: minutes with Beautiful Soup.