How to Install and Uninstall libavutil-dev Package on Kali Linux

Last updated: April 29,2024

1. Install "libavutil-dev" package

This tutorial shows how to install libavutil-dev on Kali Linux

$ sudo apt update $ sudo apt install libavutil-dev

2. Uninstall "libavutil-dev" package

This is a short guide on how to uninstall libavutil-dev on Kali Linux:

$ sudo apt remove libavutil-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the libavutil-dev package on Kali Linux

Package: libavutil-dev
Source: ffmpeg
Version: 7:6.1.1-1
Installed-Size: 2366
Maintainer: Debian Multimedia Maintainers
Architecture: amd64
Depends: libavutil58 (= 7:6.1.1-1)
Size: 537084
SHA256: 29115a3fc641d96e25749463c22bad41885f278b0b966502aef032e92653a892
SHA1: edb2cdd8b4fc0a6036557031341af2d5356fe263
MD5sum: ce5c930ba6825feaf5f896cac8f46c2b
Description: FFmpeg library with functions for simplifying programming - development files
FFmpeg is the leading multimedia framework, able to decode, encode, transcode,
mux, demux, stream, filter and play pretty much anything that humans and
machines have created. It supports the most obscure ancient formats up to the
cutting edge.
.
This library is a utility library to aid portable multimedia programming.
It contains safe portable string functions, random number generators, data
structures, additional mathematics functions, cryptography and multimedia
related functionality (like enumerations for pixel and sample formats).
It is not a library for code needed by both libavcodec and libavformat.
The goal for this library is to be modular, small, efficient and useful.
.
This package contains the development files.
Description-md5:
Multi-Arch: same
Homepage: https://ffmpeg.org/
Tag: devel::lang:c, devel::library, implemented-in::c, role::devel-lib,
role::program, works-with::video
Section: libdevel
Priority: optional
Filename: pool/main/f/ffmpeg/libavutil-dev_6.1.1-1_amd64.deb