How to Install and Uninstall python-beautifulsoup Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 19,2024

1. Install "python-beautifulsoup" package

This guide covers the steps necessary to install python-beautifulsoup on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-beautifulsoup

2. Uninstall "python-beautifulsoup" package

In this section, we are going to explain the necessary steps to uninstall python-beautifulsoup on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python-beautifulsoup $ sudo apt autoclean && sudo apt autoremove

3. Information about the python-beautifulsoup package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python-beautifulsoup
Priority: optional
Section: universe/web
Installed-Size: 160
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Source: beautifulsoup
Version: 3.2.1-1
Depends: python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8)
Recommends: python-chardet
Filename: pool/universe/b/beautifulsoup/python-beautifulsoup_3.2.1-1_all.deb
Size: 34578
MD5sum: 0a8d166bd11a1e09ec2bca0100ed6447
SHA1: ed15f903c887cb85ba2715d1054f0cb7e26e302c
SHA256: 71d3f3b28ee9ce165d9b6efd39b2c9b7a9eacfc21fcccf92643546d6afa094e1
Description-en: error-tolerant HTML parser for Python
The BeautifulSoup class turns arbitrarily bad HTML into a tree-like nested
tag-soup list of Tag objects and text snippets. A Tag object corresponds to
an HTML tag. It knows about the HTML tag's attributes, and contains a
representation of everything contained between the original tag and its
closing tag (if any). It's easy to extract Tags that meet certain criteria.
Description-md5: a0a082ce6d5ccf6ee98716a7f9d14f42
Homepage: http://www.crummy.com/software/BeautifulSoup
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu
Task: edubuntu-desktop-gnome