How To Install cmrt on Fedora 36

In this tutorial we learn how to install cmrt in Fedora 36. cmrt is C for Media Runtime

Introduction

In this tutorial we learn how to install cmrt on Fedora 36.

What is cmrt

Media GPU kernel manager for Intel G45 & HD Graphics family. Allows to interface between Intel GPU’s driver and a host program through a high level language.

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

Install cmrt 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 cmrt using dnf by running the following command:

sudo dnf -y install cmrt

Install cmrt 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 cmrt using yum by running the following command:

sudo yum -y install cmrt

How To Uninstall cmrt on Fedora 36

To uninstall only the cmrt package we can use the following command:

sudo dnf remove cmrt

cmrt Package Contents on Fedora 36

---
title: "How To Install cmrt on Fedora 36"
linkTitle: "cmrt"
type: "docs"
description: "In this tutorial we learn how to install cmrt in Fedora 36. cmrt is C for Media Runtime"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/cmrt-featured.png
---

## Introduction

In this tutorial we learn how to install `cmrt` on Fedora 36.

### What is `cmrt`

> Media GPU kernel manager for Intel G45 & HD Graphics family. Allows to interface between Intel GPU's driver and a host program through a high level language.  

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

## Install cmrt 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 cmrt using dnf by running the following command:

sudo dnf -y install cmrt

Install cmrt 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 cmrt using yum by running the following command:

sudo yum -y install cmrt

How To Uninstall cmrt on Fedora 36

To uninstall only the cmrt package we can use the following command:

sudo dnf remove cmrt

cmrt Package Contents on Fedora 36

/etc/cmrt.conf
/usr/lib/.build-id
/usr/lib/.build-id/83
/usr/lib/.build-id/83/cd8ab5cb959b9148eb1b8f3b2e704cdeb383a2
/usr/lib64/libcmrt.so.1
/usr/lib64/libcmrt.so.1.1001.0
/usr/share/doc/cmrt
/usr/share/doc/cmrt/NEWS
/usr/share/doc/cmrt/README
/usr/share/licenses/cmrt
/usr/share/licenses/cmrt/AUTHORS
/usr/share/licenses/cmrt/COPYING

References

Summary

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

/etc/cmrt.conf /usr/lib/.build-id /usr/lib/.build-id/bb /usr/lib/.build-id/bb/dbf18db738de7106592e22c0da247554090194 /usr/lib/libcmrt.so.1 /usr/lib/libcmrt.so.1.1001.0 /usr/share/doc/cmrt /usr/share/doc/cmrt/NEWS /usr/share/doc/cmrt/README /usr/share/licenses/cmrt /usr/share/licenses/cmrt/AUTHORS /usr/share/licenses/cmrt/COPYING


## References

* [cmrt website](https://github.com/intel/cmrt)

## Summary

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