How To Install libmpeg2 on Fedora 36
Introduction
In this tutorial we learn how to install libmpeg2
on Fedora 36.
What is libmpeg2
libmpeg2 is a free library for decoding mpeg-2 and mpeg-1 video streams. It is released under the terms of the GPL license.
We can use yum
or dnf
to install libmpeg2
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libmpeg2.
Install libmpeg2 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 libmpeg2
using dnf
by running the following command:
sudo dnf -y install libmpeg2
Install libmpeg2 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 libmpeg2
using yum
by running the following command:
sudo yum -y install libmpeg2
How To Uninstall libmpeg2 on Fedora 36
To uninstall only the libmpeg2
package we can use the following command:
sudo dnf remove libmpeg2
libmpeg2 Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/94
/usr/lib/.build-id/94/46fb4d059866041c95dd4b9499ea88c47dfbb9
/usr/lib/.build-id/b4
/usr/lib/.build-id/b4/cfffa423c545ee3f8b06e46d06cac76896568a
/usr/lib64/libmpeg2.so.0
/usr/lib64/libmpeg2.so.0.1.0
/usr/lib64/libmpeg2convert.so.0
/usr/lib64/libmpeg2convert.so.0.0.0
/usr/share/doc/libmpeg2
/usr/share/doc/libmpeg2/AUTHORS
/usr/share/doc/libmpeg2/ChangeLog
/usr/share/doc/libmpeg2/NEWS
/usr/share/doc/libmpeg2/README
/usr/share/doc/libmpeg2/TODO
/usr/share/licenses/libmpeg2
/usr/share/licenses/libmpeg2/COPYING
References
Summary
In this tutorial we learn how to install libmpeg2
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install libmpeg2 on Fedora 36” linkTitle: “libmpeg2” type: “docs” description: “In this tutorial we learn how to install libmpeg2 in Fedora 36. libmpeg2 is MPEG-2 decoder libraries” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libmpeg2-featured.png
Introduction
In this tutorial we learn how to install libmpeg2
on Fedora 36.
What is libmpeg2
libmpeg2 is a free library for decoding mpeg-2 and mpeg-1 video streams. It is released under the terms of the GPL license.
We can use yum
or dnf
to install libmpeg2
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libmpeg2.
Install libmpeg2 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 libmpeg2
using dnf
by running the following command:
sudo dnf -y install libmpeg2
Install libmpeg2 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 libmpeg2
using yum
by running the following command:
sudo yum -y install libmpeg2
How To Uninstall libmpeg2 on Fedora 36
To uninstall only the libmpeg2
package we can use the following command:
sudo dnf remove libmpeg2
libmpeg2 Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/9d
/usr/lib/.build-id/9d/ede3edeb06258537129cbc2cb51e9a61c4c87d
/usr/lib/.build-id/e7
/usr/lib/.build-id/e7/3edeef719ffffeafb73eec92a290ab4e37a590
/usr/lib/libmpeg2.so.0
/usr/lib/libmpeg2.so.0.1.0
/usr/lib/libmpeg2convert.so.0
/usr/lib/libmpeg2convert.so.0.0.0
/usr/share/doc/libmpeg2
/usr/share/doc/libmpeg2/AUTHORS
/usr/share/doc/libmpeg2/ChangeLog
/usr/share/doc/libmpeg2/NEWS
/usr/share/doc/libmpeg2/README
/usr/share/doc/libmpeg2/TODO
/usr/share/licenses/libmpeg2
/usr/share/licenses/libmpeg2/COPYING
References
Summary
In this tutorial we learn how to install libmpeg2
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).