How To Install ogmtools on Fedora 36
Introduction
In this tutorial we learn how to install ogmtools
on Fedora 36.
What is ogmtools
These tools allow information about (ogminfo) or extraction from (ogmdemux) or creation of (ogmmerge) OGG media streams. Note that OGM is used for “OGG media streams”.
We can use yum
or dnf
to install ogmtools
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ogmtools.
Install ogmtools 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 ogmtools
using dnf
by running the following command:
sudo dnf -y install ogmtools
Install ogmtools 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 ogmtools
using yum
by running the following command:
sudo yum -y install ogmtools
How To Uninstall ogmtools on Fedora 36
To uninstall only the ogmtools
package we can use the following command:
sudo dnf remove ogmtools
ogmtools Package Contents on Fedora 36
/usr/bin/dvdxchap
/usr/bin/ogmcat
/usr/bin/ogmdemux
/usr/bin/ogminfo
/usr/bin/ogmmerge
/usr/bin/ogmsplit
/usr/lib/.build-id
/usr/lib/.build-id/04
/usr/lib/.build-id/04/8c04ac3bfa1dd6cb70e40022285b92d4eb4e6f
/usr/lib/.build-id/52
/usr/lib/.build-id/52/d6f20d397d55112da11ad69a6feebd6caac368
/usr/lib/.build-id/53
/usr/lib/.build-id/53/2e51f576bbffe2fb9aa738e0d4529c4a9f911b
/usr/lib/.build-id/63
/usr/lib/.build-id/63/de98f99ba95d47644f8079ac6076a6b226de78
/usr/lib/.build-id/88
/usr/lib/.build-id/88/0c4ff3b9860b0db33664278f2ee9621bc5f2b1
/usr/lib/.build-id/9e
/usr/lib/.build-id/9e/1fe56f55652bb8b0d7d953631c319d1b28b7bd
/usr/share/doc/ogmtools
/usr/share/doc/ogmtools/COPYING
/usr/share/doc/ogmtools/ChangeLog
/usr/share/doc/ogmtools/README
/usr/share/doc/ogmtools/TODO
/usr/share/man/man1/dvdxchap.1.gz
/usr/share/man/man1/ogmcat.1.gz
/usr/share/man/man1/ogmdemux.1.gz
/usr/share/man/man1/ogminfo.1.gz
/usr/share/man/man1/ogmmerge.1.gz
/usr/share/man/man1/ogmsplit.1.gz
References
Summary
In this tutorial we learn how to install ogmtools
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).