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

Last updated: May 05,2024

1. Install "libswscale-dev" package

This guide covers the steps necessary to install libswscale-dev on Kali Linux

$ sudo apt update $ sudo apt install libswscale-dev

2. Uninstall "libswscale-dev" package

Here is a brief guide to show you how to uninstall libswscale-dev on Kali Linux:

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

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

Package: libswscale-dev
Source: ffmpeg
Version: 7:6.1.1-1
Installed-Size: 1041
Maintainer: Debian Multimedia Maintainers
Architecture: amd64
Depends: libavutil-dev (= 7:6.1.1-1), libswscale7 (= 7:6.1.1-1)
Size: 234532
SHA256: c11dfe637b2ea0a163486fbd1a30184aa60deafe49795e39d5b795e195bdacab
SHA1: 891c9b39b2795064a801ab1254da97c81025a10d
MD5sum: 7c8de557948578a61d2859dd82b5cc70
Description: FFmpeg library for image scaling and various conversions - 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 performs highly optimized image scaling and colorspace and pixel
format conversion operations.
Specifically, this library performs the following conversions:
* Rescaling is the process of changing the video size. Several rescaling
options and algorithms are available. This is usually a lossy process.
* Pixel format conversion is the process of converting the image format and
colorspace of the image, for example from planar YUV420P to RGB24 packed.
It also handles packing conversion, that is converts from packed layout
(all pixels belonging to distinct planes interleaved in the same buffer),
to planar layout (all samples belonging to the same plane stored in a
dedicated buffer or "plane"). This is usually a lossy process in case the
source and destination colorspaces differ.
.
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/libswscale-dev_6.1.1-1_amd64.deb