How to Install and Uninstall python2-beautifulsoup4.noarch Package on Oracle Linux 8

Last updated: April 30,2024

1. Install "python2-beautifulsoup4.noarch" package

This is a short guide on how to install python2-beautifulsoup4.noarch on Oracle Linux 8

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

2. Uninstall "python2-beautifulsoup4.noarch" package

Here is a brief guide to show you how to uninstall python2-beautifulsoup4.noarch on Oracle Linux 8:

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

3. Information about the python2-beautifulsoup4.noarch package on Oracle Linux 8

Last metadata expiration check: 0:11:56 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : python2-beautifulsoup4
Version : 4.6.3
Release : 2.el8.1
Architecture : noarch
Size : 183 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.