How To Install libqgis-app3.10.14 on Kali Linux
Introduction
In this tutorial we learn how to install libqgis-app3.10.14
on Kali Linux.
What is libqgis-app3.10.14
libqgis-app3.10.14 is:
QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information.
This package contains the shared app library.
There are three methods to install libqgis-app3.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-app3.10.14 Using apt-get
Update apt database with apt-get
using the following command.
After updating apt database, We can install libqgis-app3.10.14
using apt-get
by running the following command:
Install libqgis-app3.10.14 Using apt
Update apt database with apt
using the following command.
After updating apt database, We can install libqgis-app3.10.14
using apt
by running the following command:
Install libqgis-app3.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.
After updating apt database, We can install libqgis-app3.10.14
using aptitude
by running the following command:
How To Uninstall libqgis-app3.10.14 on Kali Linux
To uninstall only the libqgis-app3.10.14
package we can use the following command:
Uninstall libqgis-app3.10.14 And Its Dependencies
To uninstall libqgis-app3.10.14
and its dependencies that are no longer needed by Kali Linux, we can use the command below:
Remove libqgis-app3.10.14 Configurations and Data
To remove libqgis-app3.10.14
configuration and data from Kali Linux we can use the following command:
Remove libqgis-app3.10.14 configuration, data, and all of its dependencies
We can use the following command to remove libqgis-app3.10.14
configurations, data and all of its dependencies, we can use the following command:
Dependencies
libqgis-app3.10.14 have the following dependencies:
- libc6
- libexiv2-27
- libgcc-s1
- libgdal28
- libgeos-c1v5
- libproj19
- libqgis-3d3.10.14
- libqgis-analysis3.10.14
- libqgis-core3.10.14
- libqgis-gui3.10.14
- libqgis-native3.10.14
- libqscintilla2-qt5-15
- libqt53dcore5
- libqt53drender5
- libqt5concurrent5
- libqt5core5a
- libqt5gui5
- libqt5network5
- libqt5printsupport5
- libqt5sql5
- libqt5svg5
- libqt5webkit5
- libqt5widgets5
- libqt5xml5
- libqwt-qt5-6
- libspatialite7
- libsqlite3-0
- libstdc++6
- ocl-icd-libopencl1
- ocl-icd-libopencl1
References
Summary
In this tutorial we learn how to install libqgis-app3.10.14
package on Kali Linux using different package management tools: apt
, apt-get
and aptitude
.