How To Install libsiscone-spherical-dev on Ubuntu 18.04

In this tutorial we learn how to install libsiscone-spherical-dev on Ubuntu 18.04. libsiscone-spherical-dev is Spherical version of SISCone - development files

Introduction

In this tutorial we learn how to install libsiscone-spherical-dev on Ubuntu 18.04.

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 Ubuntu 18.04. 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 update

After updating apt database, We can install libsiscone-spherical-dev using apt-get by running the following command:

sudo apt-get -y install libsiscone-spherical-dev

Install libsiscone-spherical-dev Using apt

Update apt database with apt using the following command.

sudo apt update

After updating apt database, We can install libsiscone-spherical-dev using apt by running the following command:

sudo apt -y install libsiscone-spherical-dev

Install libsiscone-spherical-dev Using aptitude

If you want to follow this method, you might need to install aptitude first since aptitude is usually not installed by default on Ubuntu. Update apt database with aptitude using the following command.

sudo aptitude update

After updating apt database, We can install libsiscone-spherical-dev using aptitude by running the following command:

sudo aptitude -y install libsiscone-spherical-dev

How To Uninstall libsiscone-spherical-dev on Ubuntu 18.04

To uninstall only the libsiscone-spherical-dev package we can use the following command:

sudo apt-get remove libsiscone-spherical-dev

Uninstall libsiscone-spherical-dev And Its Dependencies

To uninstall libsiscone-spherical-dev and its dependencies that are no longer needed by Ubuntu 18.04, we can use the command below:

sudo apt-get -y autoremove libsiscone-spherical-dev

Remove libsiscone-spherical-dev Configurations and Data

To remove libsiscone-spherical-dev configuration and data from Ubuntu 18.04 we can use the following command:

sudo apt-get -y purge libsiscone-spherical-dev

Remove 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-dev

References

Summary

In this tutorial we learn how to install libsiscone-spherical-dev package on Ubuntu 18.04 using different package management tools: apt, apt-get and aptitude.