How to Install and Uninstall mapnik.x86_64 Package on Fedora 34

Last updated: July 01,2024

1. Install "mapnik.x86_64" package

This is a short guide on how to install mapnik.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install mapnik.x86_64

2. Uninstall "mapnik.x86_64" package

In this section, we are going to explain the necessary steps to uninstall mapnik.x86_64 on Fedora 34:

$ sudo dnf remove mapnik.x86_64 $ sudo dnf autoremove

3. Information about the mapnik.x86_64 package on Fedora 34

Last metadata expiration check: 5:13:54 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : mapnik
Version : 3.1.0
Release : 5.fc34
Architecture : x86_64
Size : 2.5 M
Source : mapnik-3.1.0-5.fc34.src.rpm
Repository : fedora
Summary : Free Toolkit for developing mapping applications
URL : http://mapnik.org/
License : LGPLv2+
Description : Mapnik is a Free Toolkit for developing mapping applications.
: It's written in C++ and there are Python bindings to
: facilitate fast-paced agile development. It can comfortably
: be used for both desktop and web development, which was something
: I wanted from the beginning.
:
: Mapnik is about making beautiful maps. It uses the AGG library
: and offers world class anti-aliasing rendering with subpixel
: accuracy for geographic data. It is written from scratch in
: modern C++ and doesn't suffer from design decisions made a decade
: ago. When it comes to handling common software tasks such as memory
: management, filesystem access, regular expressions, parsing and so
: on, Mapnik doesn't re-invent the wheel, but utilises best of breed
: industry standard libraries from boost.org