How To Install movit on Fedora 36

In this tutorial we learn how to install movit in Fedora 36. movit is GPU video filter library

Introduction

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

What is movit

Movit is a library for video filters. It uses the GPU present in many computers to accelerate computation of common filters and transitions, facilitating real-time HD video editing. This package contains the Movit shared library.

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

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

sudo dnf -y install movit

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

sudo yum -y install movit

How To Uninstall movit on Fedora 36

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

sudo dnf remove movit

movit Package Contents on Fedora 36

---
title: "How To Install movit on Fedora 36"
linkTitle: "movit"
type: "docs"
description: "In this tutorial we learn how to install movit in Fedora 36. movit is GPU video filter library"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/movit-featured.png
---

## Introduction

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

### What is `movit`

> Movit is a library for video filters. It uses the GPU present in many computers to accelerate computation of common filters and transitions, facilitating real-time HD video editing.  This package contains the Movit shared library.  

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

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

sudo dnf -y install movit

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

sudo yum -y install movit

How To Uninstall movit on Fedora 36

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

sudo dnf remove movit

movit Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/58
/usr/lib/.build-id/58/47d8033aa3fe1436f8e908a028d7597a444a93
/usr/lib64/libmovit.so.8
/usr/lib64/libmovit.so.8.0.3
/usr/share/doc/movit
/usr/share/doc/movit/NEWS
/usr/share/doc/movit/README
/usr/share/licenses/movit
/usr/share/licenses/movit/COPYING

References

Summary

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

/usr/lib/.build-id /usr/lib/.build-id/88 /usr/lib/.build-id/88/aafe52cbf2dba5c70dc10e0712be8a8f4f0ee8 /usr/lib/libmovit.so.8 /usr/lib/libmovit.so.8.0.3 /usr/share/doc/movit /usr/share/doc/movit/NEWS /usr/share/doc/movit/README /usr/share/licenses/movit /usr/share/licenses/movit/COPYING


## References

* [movit website](https://movit.sesse.net)

## Summary

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