How to Install and Uninstall python3-bs4 Package on Kali Linux

Last updated: May 17,2024

1. Install "python3-bs4" package

Please follow the steps below to install python3-bs4 on Kali Linux

$ sudo apt update $ sudo apt install python3-bs4

2. Uninstall "python3-bs4" package

This guide let you learn how to uninstall python3-bs4 on Kali Linux:

$ sudo apt remove python3-bs4 $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-bs4 package on Kali Linux

Package: python3-bs4
Source: beautifulsoup4
Version: 4.12.3-1
Installed-Size: 679
Maintainer: Debian Python Team
Architecture: all
Depends: python3-soupsieve, python3:any
Recommends: python3-chardet | python3-charset-normalizer, python3-lxml
Size: 133312
SHA256: 692464d99a8e74c31ac23285effd423eb19774b55ba8a17343f0cac384005e91
SHA1: 79e0880c22d85309358575e35a9e5e7c09553e2d
MD5sum: 10c851c59bc37e19769c2be55bd40692
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.
Description-md5:
Homepage: https://www.crummy.com/software/BeautifulSoup
Section: python
Priority: optional
Filename: pool/main/b/beautifulsoup4/python3-bs4_4.12.3-1_all.deb