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

Last updated: November 26,2024

1. Install "python3-soupsieve" package

This guide covers the steps necessary to install python3-soupsieve on Kali Linux

$ sudo apt update $ sudo apt install python3-soupsieve

2. Uninstall "python3-soupsieve" package

Please follow the steps below to uninstall python3-soupsieve on Kali Linux:

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

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

Package: python3-soupsieve
Source: soupsieve
Version: 2.5-1
Installed-Size: 163
Maintainer: Debian Python Team
Architecture: all
Depends: python3:any
Size: 38108
SHA256: 5a99334f9636392cd86676343e068db8ee27c93c5743e36d83690265333a50b2
SHA1: 3541a23b22986cb969b12725a7d32624a254825c
MD5sum: c36941d3d43662b543e421c7176a57d0
Description: modern CSS selector implementation for BeautifulSoup (Python 3)
Soup Sieve is a CSS selector library designed to be used with Beautiful Soup 4
(python3-bs4 in Debian). It aims to provide selecting, matching, and filtering
using modern CSS selectors. Soup Sieve currently provides selectors from the
CSS level 1 specifications up through the latest CSS level 4 drafts (though
some are not yet implemented).
.
Soup Sieve was written with the intent to replace Beautiful Soup's builtin
select feature, and as of Beautiful Soup version 4.7.0, it now is 🎊. Soup
Sieve can also be imported in order to use its API directly for more
controlled, specialized parsing.
.
This package contains Soup Sieve for Python 3.x.
Description-md5:
Multi-Arch: foreign
Homepage: https://facelessuser.github.io/soupsieve/
Section: python
Priority: optional
Filename: pool/main/s/soupsieve/python3-soupsieve_2.5-1_all.deb