How To Install libmatroska on Fedora 36
Introduction
In this tutorial we learn how to install libmatroska on Fedora 36.
What is libmatroska
Matroska is an extensible open standard Audio/Video container. It aims to become THE standard of multimedia container formats. Matroska is usually found as .mkv files (matroska video) and .mka files (matroska audio).
We can use yum or dnf to install libmatroska on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libmatroska.
Install libmatroska 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 libmatroska using dnf by running the following command:
sudo dnf -y install libmatroska
Install libmatroska 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 libmatroska using yum by running the following command:
sudo yum -y install libmatroska
How To Uninstall libmatroska on Fedora 36
To uninstall only the libmatroska package we can use the following command:
sudo dnf remove libmatroska
libmatroska Package Contents on Fedora 36
---
title: "How To Install libmatroska on Fedora 36"
linkTitle: "libmatroska"
type: "docs"
description: "In this tutorial we learn how to install libmatroska in Fedora 36. libmatroska is Open audio/video container format library"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/libmatroska-featured.png
---
## Introduction
In this tutorial we learn how to install `libmatroska` on Fedora 36.
### What is `libmatroska`
> Matroska is an extensible open standard Audio/Video container. It aims to become THE standard of multimedia container formats. Matroska is usually found as .mkv files (matroska video) and .mka files (matroska audio).
We can use `yum` or `dnf` to install `libmatroska` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libmatroska.
## Install libmatroska 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 libmatroska using dnf by running the following command:
sudo dnf -y install libmatroska
Install libmatroska 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 libmatroska using yum by running the following command:
sudo yum -y install libmatroska
How To Uninstall libmatroska on Fedora 36
To uninstall only the libmatroska package we can use the following command:
/usr/lib/.build-id
/usr/lib/.build-id/82
/usr/lib/.build-id/82/100c4ef44ae84449b0b319d4fb6d58af63ec69
/usr/lib/libmatroska.so.7
/usr/lib/libmatroska.so.7.0.0
/usr/share/doc/libmatroska
/usr/share/doc/libmatroska/ChangeLog
/usr/share/licenses/libmatroska
/usr/share/licenses/libmatroska/LICENSE.LGPL
sudo dnf remove libmatroska
libmatroska Package Contents on Fedora 36
```bash
## References
* [libmatroska website](https://www.matroska.org/)
## Summary
In this tutorial we learn how to install `libmatroska` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).
/usr/lib/.build-id
/usr/lib/.build-id/b3
/usr/lib/.build-id/b3/192418d82e383628792a875b096b5ffee5436b
/usr/lib64/libmatroska.so.7
/usr/lib64/libmatroska.so.7.0.0
/usr/share/doc/libmatroska
/usr/share/doc/libmatroska/ChangeLog
/usr/share/licenses/libmatroska
/usr/share/licenses/libmatroska/LICENSE.LGPL
References
Summary
In this tutorial we learn how to install libmatroska on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).