How To Install iem-plugin-suite-standalone on Kali Linux
Introduction
In this tutorial we learn how to install iem-plugin-suite-standalone on Kali Linux.
What is iem-plugin-suite-standalone
iem-plugin-suite-standalone is:
The IEM Plug-in Suite is an audio plugin suite created at the Institute of Electronic Music and Acoustics (Graz, Austria). It features Higher-Order Ambisonic plug-ins (up to 7th order), among them a number of state of the art encoders, directional compressors, directivity shapers, delay and reverb effects and analysis tools.
This package provides the plugins as standalone applications.
There are three methods to install iem-plugin-suite-standalone on Kali Linux. We can use apt-get, apt and aptitude. In the following sections we will describe each method. You can choose one of them.
Install iem-plugin-suite-standalone Using apt-get
Update apt database with apt-get using the following command.
sudo apt-get updateAfter updating apt database, We can install iem-plugin-suite-standalone using apt-get by running the following command:
sudo apt-get -y install iem-plugin-suite-standaloneInstall iem-plugin-suite-standalone Using apt
Update apt database with apt using the following command.
sudo apt updateAfter updating apt database, We can install iem-plugin-suite-standalone using apt by running the following command:
sudo apt -y install iem-plugin-suite-standaloneInstall iem-plugin-suite-standalone Using aptitude
If you want to follow this method, you might need to install aptitude on Kali Linux first since aptitude is usually not installed by default on Kali Linux. Update apt database with aptitude using the following command.
sudo aptitude updateAfter updating apt database, We can install iem-plugin-suite-standalone using aptitude by running the following command:
sudo aptitude -y install iem-plugin-suite-standaloneHow To Uninstall iem-plugin-suite-standalone on Kali Linux
To uninstall only the iem-plugin-suite-standalone package we can use the following command:
sudo apt-get remove iem-plugin-suite-standaloneUninstall iem-plugin-suite-standalone And Its Dependencies
To uninstall iem-plugin-suite-standalone and its dependencies that are no longer needed by Kali Linux, we can use the command below:
sudo apt-get -y autoremove iem-plugin-suite-standaloneRemove iem-plugin-suite-standalone Configurations and Data
To remove iem-plugin-suite-standalone configuration and data from Kali Linux we can use the following command:
sudo apt-get -y purge iem-plugin-suite-standaloneRemove iem-plugin-suite-standalone configuration, data, and all of its dependencies
We can use the following command to remove iem-plugin-suite-standalone configurations, data and all of its dependencies, we can use the following command:
sudo apt-get -y autoremove --purge iem-plugin-suite-standaloneDependencies
iem-plugin-suite-standalone have the following dependencies:
- libasound2
- libc6
- libcurl3-gnutls
- libfftw3-single3
- libflac8
- libfreetype6
- libgcc-s1
- libgl1
- libjpeg62-turbo
- libogg0
- libpng16-16
- libstdc++6
- libvorbis0a
- libvorbisenc2
- libvorbisfile3
- libx11-6
- libxext6
- zlib1g
References
Summary
In this tutorial we learn how to install iem-plugin-suite-standalone package on Kali Linux using different package management tools: apt, apt-get and aptitude.