How To Install mongo-c-driver-libs on Fedora 36
Introduction
In this tutorial we learn how to install mongo-c-driver-libs
on Fedora 36.
What is mongo-c-driver-libs
This package contains the shared libraries for mongo-c-driver.
We can use yum
or dnf
to install mongo-c-driver-libs
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install mongo-c-driver-libs.
Install mongo-c-driver-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 mongo-c-driver-libs
using dnf
by running the following command:
sudo dnf -y install mongo-c-driver-libs
Install mongo-c-driver-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 mongo-c-driver-libs
using yum
by running the following command:
sudo yum -y install mongo-c-driver-libs
How To Uninstall mongo-c-driver-libs on Fedora 36
To uninstall only the mongo-c-driver-libs
package we can use the following command:
sudo dnf remove mongo-c-driver-libs
mongo-c-driver-libs Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/d7
/usr/lib/.build-id/d7/ad4a7971ee75d08b0c4db27e603a1b55fa52af
/usr/lib64/libmongoc-1.0.so.0
/usr/lib64/libmongoc-1.0.so.0.0.0
/usr/share/licenses/mongo-c-driver-libs
/usr/share/licenses/mongo-c-driver-libs/COPYING
/usr/share/licenses/mongo-c-driver-libs/THIRD_PARTY_NOTICES
References
Summary
In this tutorial we learn how to install mongo-c-driver-libs
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install mongo-c-driver-libs on Fedora 36” linkTitle: “mongo-c-driver-libs” type: “docs” description: “In this tutorial we learn how to install mongo-c-driver-libs in Fedora 36. mongo-c-driver-libs is Shared libraries for mongo-c-driver” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/mongo-c-driver-libs-featured.png
Introduction
In this tutorial we learn how to install mongo-c-driver-libs
on Fedora 36.
What is mongo-c-driver-libs
This package contains the shared libraries for mongo-c-driver.
We can use yum
or dnf
to install mongo-c-driver-libs
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install mongo-c-driver-libs.
Install mongo-c-driver-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 mongo-c-driver-libs
using dnf
by running the following command:
sudo dnf -y install mongo-c-driver-libs
Install mongo-c-driver-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 mongo-c-driver-libs
using yum
by running the following command:
sudo yum -y install mongo-c-driver-libs
How To Uninstall mongo-c-driver-libs on Fedora 36
To uninstall only the mongo-c-driver-libs
package we can use the following command:
sudo dnf remove mongo-c-driver-libs
mongo-c-driver-libs Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/7d
/usr/lib/.build-id/7d/132ccf217bcd892bd919aff88f8bbca1776629
/usr/lib/libmongoc-1.0.so.0
/usr/lib/libmongoc-1.0.so.0.0.0
/usr/share/licenses/mongo-c-driver-libs
/usr/share/licenses/mongo-c-driver-libs/COPYING
/usr/share/licenses/mongo-c-driver-libs/THIRD_PARTY_NOTICES
References
Summary
In this tutorial we learn how to install mongo-c-driver-libs
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).