How To Install libqgis-3d3.10.14 on Kali Linux
Introduction
In this tutorial we learn how to install libqgis-3d3.10.14 on Kali Linux.
What is libqgis-3d3.10.14
libqgis-3d3.10.14 is:
QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information.
This package contains the shared 3d library.
There are three methods to install libqgis-3d3.10.14 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 libqgis-3d3.10.14 Using apt-get
Update apt database with apt-get using the following command.
sudo apt-get updateAfter updating apt database, We can install libqgis-3d3.10.14 using apt-get by running the following command:
sudo apt-get -y install libqgis-3d3.10.14Install libqgis-3d3.10.14 Using apt
Update apt database with apt using the following command.
sudo apt updateAfter updating apt database, We can install libqgis-3d3.10.14 using apt by running the following command:
sudo apt -y install libqgis-3d3.10.14Install libqgis-3d3.10.14 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 libqgis-3d3.10.14 using aptitude by running the following command:
sudo aptitude -y install libqgis-3d3.10.14How To Uninstall libqgis-3d3.10.14 on Kali Linux
To uninstall only the libqgis-3d3.10.14 package we can use the following command:
sudo apt-get remove libqgis-3d3.10.14Uninstall libqgis-3d3.10.14 And Its Dependencies
To uninstall libqgis-3d3.10.14 and its dependencies that are no longer needed by Kali Linux, we can use the command below:
sudo apt-get -y autoremove libqgis-3d3.10.14Remove libqgis-3d3.10.14 Configurations and Data
To remove libqgis-3d3.10.14 configuration and data from Kali Linux we can use the following command:
sudo apt-get -y purge libqgis-3d3.10.14Remove libqgis-3d3.10.14 configuration, data, and all of its dependencies
We can use the following command to remove libqgis-3d3.10.14 configurations, data and all of its dependencies, we can use the following command:
sudo apt-get -y autoremove --purge libqgis-3d3.10.14Dependencies
libqgis-3d3.10.14 have the following dependencies:
- qt3d-assimpsceneimport-plugin
- qt3d-defaultgeometryloader-plugin
- qt3d-gltfsceneio-plugin
- qt3d-scene2d-plugin
- libc6
- libgcc-s1
- libgdal28
- libqgis-core3.10.14
- libqt53dcore5
- libqt53dextras5
- libqt53dinput5
- libqt53dlogic5
- libqt53drender5
- libqt5core5a
- libqt5gui5
- libqt5webkit5
- libqt5widgets5
- libqt5xml5
- libstdc++6
References
Summary
In this tutorial we learn how to install libqgis-3d3.10.14 package on Kali Linux using different package management tools: apt, apt-get and aptitude.