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

Last updated: September 20,2024

1. Install "python3-av" package

This tutorial shows how to install python3-av on Kali Linux

$ sudo apt update $ sudo apt install python3-av

2. Uninstall "python3-av" package

Please follow the guidance below to uninstall python3-av on Kali Linux:

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

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

Package: python3-av
Source: python-av
Version: 11.0.0-3
Installed-Size: 8686
Maintainer: Jonas Smedegaard
Architecture: amd64
Depends: python3-numpy, python3 (<< 3.13), python3 (>= 3.11~), python3:any, libavcodec60 (>= 7:6.0), libavdevice60 (>= 7:6.0), libavfilter9 (>= 7:6.0), libavformat60 (>= 7:6.0), libavutil58 (>= 7:6.0), libc6 (>= 2.14), libswresample4 (>= 7:6.0), libswscale7 (>= 7:6.0)
Recommends: ca-certificates
Size: 1458340
SHA256: f25a8533b18e171099237ead77cb2892b4b7830c605d28114e4150044bcced84
SHA1: 8a387b03419fa3ef9f860d8bc031121713a0a01a
MD5sum: 3574b9407f5e317ce61a42a3cd2f65c9
Description: pythonic bindings for FFmpeg's libraries
PyAV is a Pythonic binding for the FFmpeg libraries,
aiming to provide all of the power and control
of the underlying library,
but manage the gritty details as much as possible.
.
PyAV is for direct and precise access
to your media via containers, streams, packets, codecs, and frames.
It exposes a few transformations of that data,
and helps you get your data to/from other packages
(e.g. Numpy and Pillow).
Description-md5:
Homepage: https://pyav.org/
Section: python
Priority: optional
Filename: pool/main/p/python-av/python3-av_11.0.0-3_amd64.deb