How to Install python3-bs4 in Ubuntu 18.04



Install python3-bs4 by entering the following commands in the terminal:

sudo apt update
sudo apt install python3-bs4

Description:

error-tolerant HTML parser for Python 3

Beautiful Soup is a Python library for pulling data out of HTML and XML files. It works with your favorite parser to provide idiomatic ways of navigating, searching, and modifying the parse tree. It commonly saves programmers hours or days of work. . This package contains BeautifulSoup 4, for Python 3.x.

Homepage: https://www.crummy.com/software/BeautifulSoup

Version: 4.6.0-1

Section: python