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

Last updated: May 17,2024

1. Install "python3-m3u8" package

Please follow the guidelines below to install python3-m3u8 on Kali Linux

$ sudo apt update $ sudo apt install python3-m3u8

2. Uninstall "python3-m3u8" package

This tutorial shows how to uninstall python3-m3u8 on Kali Linux:

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

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

Package: python3-m3u8
Source: python-m3u8
Version: 0.8.0-3
Installed-Size: 133
Maintainer: Debian Python Team ,
Architecture: all
Depends: python3-iso8601, python3:any
Size: 50596
SHA256: 3a60b1a181000a1ad60ee28135f77247301d2806fb65cedc10862b320baf7a8a
SHA1: ef81270ad95b5b6802827a230f06e4c3cc2e8b10
MD5sum: eda6585fefe493775e621f6324399d3c
Description: Python m3u8 parser - Python 3.x
m3u8 library can load and parse m3u8 HTTP Live Streaming (HLS) playlist.
It supports DRM and variable bitrates.
.
The basic usage is to create a playlist object from uri, file path or
directly from a string.
.
This package contains the Python 3.x module.
Description-md5:
Homepage: https://github.com/globocom/m3u8
Section: python
Priority: optional
Filename: pool/main/p/python-m3u8/python3-m3u8_0.8.0-3_all.deb