How To Install mapserver-libs on Fedora 36
Introduction
In this tutorial we learn how to install mapserver-libs
on Fedora 36.
What is mapserver-libs
This package contains the libs for mapserver.
We can use yum
or dnf
to install mapserver-libs
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install mapserver-libs.
Install mapserver-libs on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install mapserver-libs
using dnf
by running the following command:
sudo dnf -y install mapserver-libs
Install mapserver-libs on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install mapserver-libs
using yum
by running the following command:
sudo yum -y install mapserver-libs
How To Uninstall mapserver-libs on Fedora 36
To uninstall only the mapserver-libs
package we can use the following command:
sudo dnf remove mapserver-libs
mapserver-libs Package Contents on Fedora 36
---
title: "How To Install mapserver-libs on Fedora 36"
linkTitle: "mapserver-libs"
type: "docs"
description: "In this tutorial we learn how to install mapserver-libs in Fedora 36. mapserver-libs is Environment for building spatially-enabled internet applications"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/mapserver-libs-featured.png
---
## Introduction
In this tutorial we learn how to install `mapserver-libs` on Fedora 36.
### What is `mapserver-libs`
> This package contains the libs for mapserver.
We can use `yum` or `dnf` to install `mapserver-libs` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install mapserver-libs.
## Install mapserver-libs on Fedora 36 Using dnf
Update yum database with `dnf` using the following command.
```bash
sudo dnf makecache --refresh
After updating yum database, We can install mapserver-libs
using dnf
by running the following command:
sudo dnf -y install mapserver-libs
Install mapserver-libs on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install mapserver-libs
using yum
by running the following command:
sudo yum -y install mapserver-libs
How To Uninstall mapserver-libs on Fedora 36
To uninstall only the mapserver-libs
package we can use the following command:
sudo dnf remove mapserver-libs
mapserver-libs Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/a3
/usr/lib/.build-id/a3/7cf1017c0968893e37cff1db9c240ce2f78be2
/usr/lib64/libmapserver.so.2
/usr/lib64/libmapserver.so.7.6.4
/usr/share/doc/mapserver-libs
/usr/share/doc/mapserver-libs/README.rst
References
Summary
In this tutorial we learn how to install mapserver-libs
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
/usr/lib/.build-id /usr/lib/.build-id/40 /usr/lib/.build-id/40/849b3a6d9daf0108c41978920f5acee01ca756 /usr/lib/libmapserver.so.2 /usr/lib/libmapserver.so.7.6.4 /usr/share/doc/mapserver-libs /usr/share/doc/mapserver-libs/README.rst
## References
* [mapserver-libs website](http://www.mapserver.org)
## Summary
In this tutorial we learn how to install `mapserver-libs` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).