How To Install mongoose-lib on Fedora 36
Introduction
In this tutorial we learn how to install mongoose-lib
on Fedora 36.
What is mongoose-lib
This package contains the shared library required by applications that are using mongoose’s embeddable API to provide web services.
We can use yum
or dnf
to install mongoose-lib
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install mongoose-lib.
Install mongoose-lib 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 mongoose-lib
using dnf
by running the following command:
sudo dnf -y install mongoose-lib
Install mongoose-lib 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 mongoose-lib
using yum
by running the following command:
sudo yum -y install mongoose-lib
How To Uninstall mongoose-lib on Fedora 36
To uninstall only the mongoose-lib
package we can use the following command:
sudo dnf remove mongoose-lib
mongoose-lib Package Contents on Fedora 36
---
title: "How To Install mongoose-lib on Fedora 36"
linkTitle: "mongoose-lib"
type: "docs"
description: "In this tutorial we learn how to install mongoose-lib in Fedora 36. mongoose-lib is Shared Object for applications that use mongoose embedded"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/mongoose-lib-featured.png
---
## Introduction
In this tutorial we learn how to install `mongoose-lib` on Fedora 36.
### What is `mongoose-lib`
> This package contains the shared library required by applications that are using mongoose's embeddable API to provide web services.
We can use `yum` or `dnf` to install `mongoose-lib` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install mongoose-lib.
## Install mongoose-lib 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 mongoose-lib
using dnf
by running the following command:
sudo dnf -y install mongoose-lib
Install mongoose-lib 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 mongoose-lib
using yum
by running the following command:
sudo yum -y install mongoose-lib
How To Uninstall mongoose-lib on Fedora 36
To uninstall only the mongoose-lib
package we can use the following command:
sudo dnf remove mongoose-lib
mongoose-lib Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/5f
/usr/lib/.build-id/5f/623bb25c30dcb0d6726ed000d13f13b506967f
/usr/lib64/libmongoose.so.3
/usr/lib64/libmongoose.so.3.1
References
Summary
In this tutorial we learn how to install mongoose-lib
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
/usr/lib/.build-id /usr/lib/.build-id/e5 /usr/lib/.build-id/e5/98186721164337c05d00bb35f28ad5247631ca /usr/lib/libmongoose.so.3 /usr/lib/libmongoose.so.3.1
## References
* [mongoose-lib website](http://code.google.com/p/mongoose)
## Summary
In this tutorial we learn how to install `mongoose-lib` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).