How To Install libballview1.5 on Kali Linux
Introduction
In this tutorial we learn how to install libballview1.5
on Kali Linux.
What is libballview1.5
libballview1.5 is:
BALL (Biochemical Algorithms Library) is an application framework in C++ that has been specifically designed for rapid software development in Molecular Modeling and Computational Molecular Biology. It provides an extensive set of data structures as well as classes for Molecular Mechanics, advanced solvation methods, comparison and analysis of protein structures, file import/export, and visualization. BALL is currently being developed in the groups of Oliver Kohlbacher (University of Tuebingen, Germany), Andreas Hildebrandt (Saarland University, Saarbruecken, Germany), and Hans-Peter Lenhof (Saarland University, Saarbruecken, Germany).
This package contains the view parts of BALL (libVIEW). Those are required for molecular visualization and for running BALLView.
There are three methods to install libballview1.5
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 libballview1.5 Using apt-get
Update apt database with apt-get
using the following command.
After updating apt database, We can install libballview1.5
using apt-get
by running the following command:
Install libballview1.5 Using apt
Update apt database with apt
using the following command.
After updating apt database, We can install libballview1.5
using apt
by running the following command:
Install libballview1.5 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 libballview1.5
using aptitude
by running the following command:
How To Uninstall libballview1.5 on Kali Linux
To uninstall only the libballview1.5
package we can use the following command:
Uninstall libballview1.5 And Its Dependencies
To uninstall libballview1.5
and its dependencies that are no longer needed by Kali Linux, we can use the command below:
Remove libballview1.5 Configurations and Data
To remove libballview1.5
configuration and data from Kali Linux we can use the following command:
Remove libballview1.5 configuration, data, and all of its dependencies
We can use the following command to remove libballview1.5
configurations, data and all of its dependencies, we can use the following command:
Dependencies
libballview1.5 have the following dependencies:
- libball1.5
- libboost-iostreams1.74.0
- libc6
- libgcc-s1
- libgl1
- libglu1-mesa
- libqt5core5a
- libqt5gui5
- libqt5network5
- libqt5opengl5
- libqt5printsupport5
- libqt5test5
- libqt5webenginewidgets5
- libqt5widgets5
- libstdc++6
References
Summary
In this tutorial we learn how to install libballview1.5
package on Kali Linux using different package management tools: apt
, apt-get
and aptitude
.