How to Install and Uninstall python3-beautifulsoup4.noarch Package on Fedora 38
Last updated: January 18,2025
1. Install "python3-beautifulsoup4.noarch" package
In this section, we are going to explain the necessary steps to install python3-beautifulsoup4.noarch on Fedora 38
$
sudo dnf update
Copied
$
sudo dnf install
python3-beautifulsoup4.noarch
Copied
2. Uninstall "python3-beautifulsoup4.noarch" package
Please follow the guidelines below to uninstall python3-beautifulsoup4.noarch on Fedora 38:
$
sudo dnf remove
python3-beautifulsoup4.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the python3-beautifulsoup4.noarch package on Fedora 38
Last metadata expiration check: 0:27:35 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : python3-beautifulsoup4
Version : 4.12.3
Release : 1.fc38
Architecture : noarch
Size : 326 k
Source : python-beautifulsoup4-4.12.3-1.fc38.src.rpm
Repository : updates
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.
Available Packages
Name : python3-beautifulsoup4
Version : 4.12.3
Release : 1.fc38
Architecture : noarch
Size : 326 k
Source : python-beautifulsoup4-4.12.3-1.fc38.src.rpm
Repository : updates
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.