How To Install libdeal.ii-9.2.0 on Kali Linux
Introduction
In this tutorial we learn how to install libdeal.ii-9.2.0
on Kali Linux.
What is libdeal.ii-9.2.0
libdeal.ii-9.2.0 is:
deal.II is a C++ program library targeted at the computational solution of partial differential equations using adaptive finite elements. It uses state-of-the-art programming techniques to offer you a modern interface to the complex data structures and algorithms required.
This package contains the shared libraries.
There are three methods to install libdeal.ii-9.2.0
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 libdeal.ii-9.2.0 Using apt-get
Update apt database with apt-get
using the following command.
After updating apt database, We can install libdeal.ii-9.2.0
using apt-get
by running the following command:
Install libdeal.ii-9.2.0 Using apt
Update apt database with apt
using the following command.
After updating apt database, We can install libdeal.ii-9.2.0
using apt
by running the following command:
Install libdeal.ii-9.2.0 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.
After updating apt database, We can install libdeal.ii-9.2.0
using aptitude
by running the following command:
How To Uninstall libdeal.ii-9.2.0 on Kali Linux
To uninstall only the libdeal.ii-9.2.0
package we can use the following command:
Uninstall libdeal.ii-9.2.0 And Its Dependencies
To uninstall libdeal.ii-9.2.0
and its dependencies that are no longer needed by Kali Linux, we can use the command below:
Remove libdeal.ii-9.2.0 Configurations and Data
To remove libdeal.ii-9.2.0
configuration and data from Kali Linux we can use the following command:
Remove libdeal.ii-9.2.0 configuration, data, and all of its dependencies
We can use the following command to remove libdeal.ii-9.2.0
configurations, data and all of its dependencies, we can use the following command:
Dependencies
libdeal.ii-9.2.0 have the following dependencies:
- libassimp5
- libblas3
- libboost-iostreams1.74.0
- libboost-serialization1.74.0
- libc6
- libgcc-s1
- libgsl25
- libhdf5-openmpi-103-1
- liblapack3
- libmetis5
- libmuparser2v5
- libnetcdf-c++4
- libocct-data-exchange-7.5
- libocct-foundation-7.5
- libocct-modeling-algorithms-7.5
- libocct-modeling-data-7.5
- libopenmpi3
- libp4est-2.2
- libp4est-sc-2.2
- libpetsc-real3.14
- libscalapack-openmpi2.1
- libslepc-real3.14
- libstdc++6
- libtbb2
- libtrilinos-amesos12
- libtrilinos-aztecoo12
- libtrilinos-epetra12
- libtrilinos-epetraext12
- libtrilinos-ifpack12
- libtrilinos-kokkos12
- libtrilinos-ml12
- libtrilinos-muelu12
- libtrilinos-teuchos12
- libtrilinos-zoltan12
- libumfpack5
References
Summary
In this tutorial we learn how to install libdeal.ii-9.2.0
package on Kali Linux using different package management tools: apt
, apt-get
and aptitude
.