How To Install theora-tools on Fedora 36
Introduction
In this tutorial we learn how to install theora-tools
on Fedora 36.
What is theora-tools
The theora-tools package contains simple command line tools for use with theora bitstreams.
We can use yum
or dnf
to install theora-tools
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install theora-tools.
Install theora-tools 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 theora-tools
using dnf
by running the following command:
sudo dnf -y install theora-tools
Install theora-tools 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 theora-tools
using yum
by running the following command:
sudo yum -y install theora-tools
How To Uninstall theora-tools on Fedora 36
To uninstall only the theora-tools
package we can use the following command:
sudo dnf remove theora-tools
theora-tools Package Contents on Fedora 36
/usr/bin/png2theora
/usr/bin/theora_dump_video
/usr/bin/theora_encode
/usr/bin/theora_player
/usr/lib/.build-id
/usr/lib/.build-id/33
/usr/lib/.build-id/33/5aa2b75096969345abc69912acc8d8cd3c01fd
/usr/lib/.build-id/ad
/usr/lib/.build-id/ad/c505c07d77e4aafe14dfdeac2eb8fe703476c9
/usr/lib/.build-id/bf
/usr/lib/.build-id/bf/6090355e4a1068bf26b2620b4171bfc0ec815a
/usr/lib/.build-id/eb
/usr/lib/.build-id/eb/7f38338c2dea05569b2098af2028f107ec66fd
References
Summary
In this tutorial we learn how to install theora-tools
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).