How To Install mir-common-libs on Fedora 36

title: “How To Install mir-common-libs on Fedora 36” description: “In this tutorial we learn how to install mir-common-libs in Fedora 36. mir-common-libs is Common libraries for Mir” linkTitle: “mir-common-libs” date: “2022-08-17” type: “docs” lastmod: “2022-08-17” #image: /images/fedora/36/mir-common-libs-featured.png description: “In this tutorial we learn how to install mir-common-libs in Fedora 36. mir-common-libs is Common libraries for Mir”

date: “2022-08-17”

lastmod: “2022-08-17”

Introduction

#image: /images/fedora/36/mir-common-libs-featured.png

In this tutorial we learn how to install mir-common-libs on Fedora 36.

Introduction

What is mir-common-libs

This package provides the libraries common to be used by Mir clients or Mir servers.
In this tutorial we learn how to install mir-common-libs on Fedora 36.

What is mir-common-libs

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

This package provides the libraries common to be used by Mir clients or Mir servers.

Install mir-common-libs on Fedora 36 Using dnf

We can use yum or dnf to install mir-common-libs on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install mir-common-libs. Update yum database with dnf using the following command.

## Install mir-common-libs on Fedora 36 Using dnf
sudo dnf makecache --refresh

Update yum database with dnf using the following command.

After updating yum database, We can install mir-common-libs using dnf by running the following command:


sudo dnf makecache --refresh
```bash

sudo dnf -y install mir-common-libs

After updating yum database, We can install `mir-common-libs` using `dnf` by running the following command:


## Install mir-common-libs on Fedora 36 Using yum
```bash

sudo dnf -y install mir-common-libs

Update yum database with yum using the following command.

Install mir-common-libs on Fedora 36 Using yum


sudo yum makecache --refresh
Update yum database with `yum` using the following command.
After updating yum database, We can install `mir-common-libs` using `yum` by running the following command:
sudo yum makecache --refresh
sudo yum -y install mir-common-libs
After updating yum database, We can install `mir-common-libs` using `yum` by running the following command:
## How To Uninstall mir-common-libs on Fedora 36

sudo yum -y install mir-common-libs

To uninstall only the mir-common-libs package we can use the following command:

How To Uninstall mir-common-libs on Fedora 36

To uninstall only the mir-common-libs package we can use the following command:

sudo dnf remove mir-common-libs

mir-common-libs Package Contents on Fedora 36


```bash
sudo dnf remove mir-common-libs

mir-common-libs Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/32
/usr/lib/.build-id/32/d5d67d9eeaf52258205411e60b597f547961c0
/usr/lib/.build-id/50
/usr/lib/.build-id/50/0f75993aa875620e16c0b36fce6fb3ba0c0865
/usr/lib/.build-id/77
/usr/lib/.build-id/77/f3ecd9118a50239f5a0cf2f4f262c0f22d639e
/usr/lib/.build-id/a4
/usr/lib/.build-id/a4/5e3a8e9210c939ab5547981e36bd0c10776b97
/usr/lib64/libmircommon.so.8
/usr/lib64/libmircookie.so.2
/usr/lib64/libmircore.so.1
/usr/lib64/libmirplatform.so.23
/usr/lib64/mir
/usr/share/doc/mir-common-libs
/usr/share/doc/mir-common-libs/README.md
/usr/share/licenses/mir-common-libs
/usr/share/licenses/mir-common-libs/COPYING.LGPL2
/usr/share/licenses/mir-common-libs/COPYING.LGPL3

References

Summary

In this tutorial we learn how to install mir-common-libs on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).

/usr/lib/.build-id /usr/lib/.build-id/12 /usr/lib/.build-id/12/63c60c87e48cb7f7ed96a9a492066031515599 /usr/lib/.build-id/42 /usr/lib/.build-id/42/4a6d55a9e3e39d38f48a4789c30b7ecb6e0123 /usr/lib/.build-id/a4 /usr/lib/.build-id/a4/c32f7e5a18e3b2ca02c06988658cf719c812c3 /usr/lib/.build-id/b6 /usr/lib/.build-id/b6/0ea16af44d1d60a1c2a59c33fbd5f444f669df /usr/lib/libmircommon.so.8 /usr/lib/libmircookie.so.2 /usr/lib/libmircore.so.1 /usr/lib/libmirplatform.so.23 /usr/lib/mir /usr/share/doc/mir-common-libs /usr/share/doc/mir-common-libs/README.md /usr/share/licenses/mir-common-libs /usr/share/licenses/mir-common-libs/COPYING.LGPL2 /usr/share/licenses/mir-common-libs/COPYING.LGPL3


## References

* [mir-common-libs website](https://mir-server.io/)

## Summary

In this tutorial we learn how to install `mir-common-libs` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).