How to Install and Uninstall mapnik-devel.i686 Package on Fedora 35

Last updated: September 21,2024

1. Install "mapnik-devel.i686" package

Here is a brief guide to show you how to install mapnik-devel.i686 on Fedora 35

$ sudo dnf update $ sudo dnf install mapnik-devel.i686

2. Uninstall "mapnik-devel.i686" package

This guide covers the steps necessary to uninstall mapnik-devel.i686 on Fedora 35:

$ sudo dnf remove mapnik-devel.i686 $ sudo dnf autoremove

3. Information about the mapnik-devel.i686 package on Fedora 35

Last metadata expiration check: 1:43:27 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : mapnik-devel
Version : 3.1.0
Release : 13.fc35
Architecture : i686
Size : 468 k
Source : mapnik-3.1.0-13.fc35.src.rpm
Repository : fedora
Summary : Mapnik is a 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