How To Install libsiscone-spherical-dev on Kali Linux
Introduction
In this tutorial we learn how to install libsiscone-spherical-dev on Kali Linux.
What is libsiscone-spherical-dev
libsiscone-spherical-dev is:
SISCone implements a seedless infrared (IR) safe cone jet algorithm, it takes N^2ln(N) time to find jets among N particles, comparing to N2^N time of other algorithms.
The spherical version of SISCone is designed for use in e+e- collisions.
This package provides development files of spherical version of SISCone.
There are three methods to install libsiscone-spherical-dev 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 libsiscone-spherical-dev Using apt-get
Update apt database with apt-get using the following command.
sudo apt-get updateAfter updating apt database, We can install libsiscone-spherical-dev using apt-get by running the following command:
sudo apt-get -y install libsiscone-spherical-devInstall libsiscone-spherical-dev Using apt
Update apt database with apt using the following command.
sudo apt updateAfter updating apt database, We can install libsiscone-spherical-dev using apt by running the following command:
sudo apt -y install libsiscone-spherical-devInstall libsiscone-spherical-dev 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 libsiscone-spherical-dev using aptitude by running the following command:
sudo aptitude -y install libsiscone-spherical-devHow To Uninstall libsiscone-spherical-dev on Kali Linux
To uninstall only the libsiscone-spherical-dev package we can use the following command:
sudo apt-get remove libsiscone-spherical-devUninstall libsiscone-spherical-dev And Its Dependencies
To uninstall libsiscone-spherical-dev and its dependencies that are no longer needed by Kali Linux, we can use the command below:
sudo apt-get -y autoremove libsiscone-spherical-devRemove libsiscone-spherical-dev Configurations and Data
To remove libsiscone-spherical-dev configuration and data from Kali Linux we can use the following command:
sudo apt-get -y purge libsiscone-spherical-devRemove libsiscone-spherical-dev configuration, data, and all of its dependencies
We can use the following command to remove libsiscone-spherical-dev configurations, data and all of its dependencies, we can use the following command:
sudo apt-get -y autoremove --purge libsiscone-spherical-devDependencies
libsiscone-spherical-dev have the following dependencies:
References
Summary
In this tutorial we learn how to install libsiscone-spherical-dev package on Kali Linux using different package management tools: apt, apt-get and aptitude.