How to Install and Uninstall sox Package on Kali Linux

Last updated: May 01,2024

1. Install "sox" package

Please follow the steps below to install sox on Kali Linux

$ sudo apt update $ sudo apt install sox

2. Uninstall "sox" package

Please follow the steps below to uninstall sox on Kali Linux:

$ sudo apt remove sox $ sudo apt autoclean && sudo apt autoremove

3. Information about the sox package on Kali Linux

Package: sox
Source: sox (14.4.2+git20190427-4)
Version: 14.4.2+git20190427-4+b1
Installed-Size: 216
Maintainer: Debian Multimedia Maintainers
Architecture: amd64
Depends: libsox-fmt-alsa (= 14.4.2+git20190427-4+b1) | libsox-fmt-ao (= 14.4.2+git20190427-4+b1) | libsox-fmt-oss (= 14.4.2+git20190427-4+b1) | libsox-fmt-pulse (= 14.4.2+git20190427-4+b1), libsox-fmt-base (= 14.4.2+git20190427-4+b1), libsox3 (= 14.4.2+git20190427-4+b1), libc6 (>= 2.34)
Suggests: libsox-fmt-all
Size: 133188
SHA256: 80e9aa8278060bfc6339379f8b987d4d9311539bffc0fbf6a62757c3cc462bb5
SHA1: caea3a1c8483bfb46260f13185e3b7f704d1f0f2
MD5sum: 634941a0bff5549196c8f51ee825f03c
Description: Swiss army knife of sound processing
SoX is a command line utility that can convert various formats of computer
audio files in to other formats. It can also apply various effects to these
sound files during the conversion. As an added bonus, SoX can play and record
audio files on several unix-style platforms.
.
SoX is able to handle formats like Ogg Vorbis, MP3, WAV, AIFF, VOC, SND, AU,
GSM and several more.
Any format support requires at least libsox-fmt-base. Some formats have their
own package e.g. mp3 read and write support is provided by libsox-fmt-mp3.
.
SoX supports most common sound architectures i.e. Alsa, Libao, OSS and Pulse
(respectively provided by libsox-fmt-alsa, libsox-fmt-ao, libsox-fmt-oss and
libsox-fmt-pulse). It also supports LADSPA plugins.
Description-md5:
Homepage: https://sox.sourceforge.io/
Tag: implemented-in::c, interface::commandline, role::program,
scope::utility, sound::compression, sound::mixer, sound::player,
sound::recorder, use::analysing, use::compressing, use::converting,
use::filtering, use::playing, works-with-format::mp3,
works-with-format::oggvorbis, works-with-format::wav, works-with::audio
Section: sound
Priority: optional
Filename: pool/main/s/sox/sox_14.4.2+git20190427-4+b1_amd64.deb