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

Last updated: May 18,2024

1. Install "python3-beautifulsoup4.noarch" package

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

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

2. Uninstall "python3-beautifulsoup4.noarch" package

Learn how to uninstall python3-beautifulsoup4.noarch on Rocky Linux 9:

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

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

Last metadata expiration check: 2:35:45 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : python3-beautifulsoup4
Version : 4.10.0
Release : 6.el9
Architecture : noarch
Size : 173 k
Source : python-beautifulsoup4-4.10.0-6.el9.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 won't 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.