How to Install and Uninstall jack-tools Package on Ubuntu 21.04 (Hirsute Hippo)

Last updated: May 19,2024

1. Install "jack-tools" package

Here is a brief guide to show you how to install jack-tools on Ubuntu 21.04 (Hirsute Hippo)

$ sudo apt update $ sudo apt install jack-tools

2. Uninstall "jack-tools" package

Here is a brief guide to show you how to uninstall jack-tools on Ubuntu 21.04 (Hirsute Hippo):

$ sudo apt remove jack-tools $ sudo apt autoclean && sudo apt autoremove

3. Information about the jack-tools package on Ubuntu 21.04 (Hirsute Hippo)

Package: jack-tools
Architecture: amd64
Version: 20131226-1build4
Priority: optional
Section: universe/sound
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Multimedia Maintainers
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 244
Depends: libc6 (>= 2.15), libjack-jackd2-0 (>= 1.9.10+20150825) | libjack-0.125, liblo7 (>= 0.26~repack), libncurses6 (>= 6), libsamplerate0 (>= 0.1.7), libsndfile1 (>= 1.0.20), libtinfo6 (>= 6), libx11-6, libxext6, jackd
Filename: pool/universe/j/jack-tools/jack-tools_20131226-1build4_amd64.deb
Size: 64440
MD5sum: c12aa7aea31012b7ade19834138bb6b4
SHA1: 2293c109b935afb2a4c065e4161967166b048823
SHA256: 7e19e0b789c60439c8db1ddcdcf6b307170542e2b420ce60ac121fa2739225e3
SHA512: 0bddf8f0d95fe2a28b3bedb0a76e7d618bc36079d2af34c69c4c30c17fcfc3ee08db431e9f9060766b0ac6fbecdb562c1ba6b65bab9a267349fdc2a97ffdf451
Homepage: http://slavepianos.org/rd/?t=rju
Description-en: various JACK tools: dl, record, scope, osc, plumbing, udp, play, transport
jack-tools is a collection of small tools for the JACK Audio Connection
Kit.
.
JACK allows the connection of multiple applications to an audio device,
as well as allowing them to share audio between themselves.
.
jack-dl loads dsp algorithms from shared libraries. Commands are sent
as OSC packets over a UDP connection.
.
jack-record is a light-weight JACK capture client to write an arbitrary
number of channels to disk.
.
jack-scope draws either a time domain signal trace or a self
correlation trace. Multiple input channels are superimposed, each
channel is drawn in a different color. jack-scope accepts OSC packets
for interactive control of drawing parameters.
.
jack-osc publishes the transport state of the local JACK server as OSC
packets over a UDP connection. jack-osc allows any OSC enabled
application to act as a JACK transport client, receiving sample
accurate pulse stream timing data, and monitoring and initiating
transport state change.
.
jack-plumbing maintains a set of port connection rules and manages
these as clients register ports with JACK. Port names are implicitly
bounded regular expressions and support sub-expression patterns.
.
jack-udp is a UDP audio transport mechanism for JACK. jack-udp is
obsolete: use net driver instead.
.
jack-play is a light-weight JACK sound file player. It creates as many
output ports as there are channels in the input file.
.
jack-transport is a JACK session manager. It reads configuration
information from a system wide and a user specific configuration file
and manages sessions involving the JACK daemon proper and optionally a
set of secondary jack daemons.
Description-md5: 0aad80b14d3c61700c2616d2a794e5c5
Task: ubuntustudio-audio