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

Last updated: December 23,2024

1. Install "python3-srt" package

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

$ sudo apt update $ sudo apt install python3-srt

2. Uninstall "python3-srt" package

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

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

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

Package: python3-srt
Source: python-srt
Version: 3.5.3-1
Installed-Size: 85
Maintainer: Debian Python Team
Architecture: all
Depends: python3:any
Size: 23132
SHA256: 714bb08b2206c89b76d722706e9113ac22e3fea3513138572e34e8ac088ea51d
SHA1: 472c3453bd5e696717368a20d2530d0910880029
MD5sum: 630b41b42ca51144b9d8503b55f3cd1d
Description: Python library to handle SRT subtitle files
srt is a tiny but featureful Python library for parsing, modifying, and
composing SRT subtitle files. It has a very robust parser that can deal with
many broken SRT files, and needs no dependencies beyond the Python Standard
Library.
.
This package provides the Python 3 module.
Description-md5:
Homepage: https://github.com/cdown/srt
Section: python
Priority: optional
Filename: pool/main/p/python-srt/python3-srt_3.5.3-1_all.deb