How To Install mongo-cxx-driver-bsoncxx on Fedora 36

In this tutorial we learn how to install mongo-cxx-driver-bsoncxx in Fedora 36. mongo-cxx-driver-bsoncxx is C++ library for working with BSON

Introduction

In this tutorial we learn how to install mongo-cxx-driver-bsoncxx on Fedora 36.

What is mongo-cxx-driver-bsoncxx

This package provides the shared library for working with BSON.

We can use yum or dnf to install mongo-cxx-driver-bsoncxx on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install mongo-cxx-driver-bsoncxx.

Install mongo-cxx-driver-bsoncxx 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-cxx-driver-bsoncxx using dnf by running the following command:

sudo dnf -y install mongo-cxx-driver-bsoncxx

Install mongo-cxx-driver-bsoncxx 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-cxx-driver-bsoncxx using yum by running the following command:

sudo yum -y install mongo-cxx-driver-bsoncxx

How To Uninstall mongo-cxx-driver-bsoncxx on Fedora 36

To uninstall only the mongo-cxx-driver-bsoncxx package we can use the following command:

sudo dnf remove mongo-cxx-driver-bsoncxx

mongo-cxx-driver-bsoncxx Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/13
/usr/lib/.build-id/13/56a4cd8775f0abe09a1134d45ebe26550bafa9
/usr/lib64/libbsoncxx.so.3.6.5
/usr/lib64/libbsoncxx.so._noabi

References

Summary

In this tutorial we learn how to install mongo-cxx-driver-bsoncxx on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).


title: “How To Install mongo-cxx-driver-bsoncxx on Fedora 36” linkTitle: “mongo-cxx-driver-bsoncxx” type: “docs” description: “In this tutorial we learn how to install mongo-cxx-driver-bsoncxx in Fedora 36. mongo-cxx-driver-bsoncxx is C++ library for working with BSON” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/mongo-cxx-driver-bsoncxx-featured.png

Introduction

In this tutorial we learn how to install mongo-cxx-driver-bsoncxx on Fedora 36.

What is mongo-cxx-driver-bsoncxx

This package provides the shared library for working with BSON.

We can use yum or dnf to install mongo-cxx-driver-bsoncxx on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install mongo-cxx-driver-bsoncxx.

Install mongo-cxx-driver-bsoncxx 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-cxx-driver-bsoncxx using dnf by running the following command:

sudo dnf -y install mongo-cxx-driver-bsoncxx

Install mongo-cxx-driver-bsoncxx 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-cxx-driver-bsoncxx using yum by running the following command:

sudo yum -y install mongo-cxx-driver-bsoncxx

How To Uninstall mongo-cxx-driver-bsoncxx on Fedora 36

To uninstall only the mongo-cxx-driver-bsoncxx package we can use the following command:

sudo dnf remove mongo-cxx-driver-bsoncxx

mongo-cxx-driver-bsoncxx Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/1b
/usr/lib/.build-id/1b/866bc469e249932738e6a87c538b6dafae20fc
/usr/lib/libbsoncxx.so.3.6.5
/usr/lib/libbsoncxx.so._noabi

References

Summary

In this tutorial we learn how to install mongo-cxx-driver-bsoncxx on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).