How to Install and Uninstall mapnik.i686 Package on Fedora 36

Last updated: April 29,2024

1. Install "mapnik.i686" package

Please follow the steps below to install mapnik.i686 on Fedora 36

$ sudo dnf update $ sudo dnf install mapnik.i686

2. Uninstall "mapnik.i686" package

Please follow the instructions below to uninstall mapnik.i686 on Fedora 36:

$ sudo dnf remove mapnik.i686 $ sudo dnf autoremove

3. Information about the mapnik.i686 package on Fedora 36

Last metadata expiration check: 0:04:45 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : mapnik
Version : 3.1.0
Release : 15.fc36
Architecture : i686
Size : 2.7 M
Source : mapnik-3.1.0-15.fc36.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