How To Install libmapnik3.1 on Kali Linux
Introduction
In this tutorial we learn how to install libmapnik3.1
on Kali Linux.
What is libmapnik3.1
libmapnik3.1 is:
Mapnik is an OpenSource C++ toolkit for developing GIS (Geographic Information Systems) applications. At the core is a C++ shared library providing algorithms/patterns for spatial data access and visualization.
Essentially a collection of geographic objects (map, layer, datasource, feature, geometry), the library doesn’t rely on “windowing systems” and is intended to work in multi-threaded environments
This package contains the shared library and input plugins.
There are three methods to install libmapnik3.1
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 libmapnik3.1 Using apt-get
Update apt database with apt-get
using the following command.
After updating apt database, We can install libmapnik3.1
using apt-get
by running the following command:
Install libmapnik3.1 Using apt
Update apt database with apt
using the following command.
After updating apt database, We can install libmapnik3.1
using apt
by running the following command:
Install libmapnik3.1 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 libmapnik3.1
using aptitude
by running the following command:
How To Uninstall libmapnik3.1 on Kali Linux
To uninstall only the libmapnik3.1
package we can use the following command:
Uninstall libmapnik3.1 And Its Dependencies
To uninstall libmapnik3.1
and its dependencies that are no longer needed by Kali Linux, we can use the command below:
Remove libmapnik3.1 Configurations and Data
To remove libmapnik3.1
configuration and data from Kali Linux we can use the following command:
Remove libmapnik3.1 configuration, data, and all of its dependencies
We can use the following command to remove libmapnik3.1
configurations, data and all of its dependencies, we can use the following command:
Dependencies
libmapnik3.1 have the following dependencies:
- fonts-dejavu
- libboost-filesystem1.74.0
- libboost-regex1.74.0-icu67
- libc6
- libcairo2
- libfreetype6
- libgcc-s1
- libgdal28
- libharfbuzz0b
- libicu67
- libjpeg62-turbo
- libpng16-16
- libpq5
- libproj19
- libsqlite3-0
- libstdc++6
- libtiff5
- libwebp6
- libxml2
References
Summary
In this tutorial we learn how to install libmapnik3.1
package on Kali Linux using different package management tools: apt
, apt-get
and aptitude
.