How to Install and Uninstall libtheora.i686 Package on Rocky Linux 8

Last updated: September 22,2024

1. Install "libtheora.i686" package

This tutorial shows how to install libtheora.i686 on Rocky Linux 8

$ sudo dnf update $ sudo dnf install libtheora.i686

2. Uninstall "libtheora.i686" package

Here is a brief guide to show you how to uninstall libtheora.i686 on Rocky Linux 8:

$ sudo dnf remove libtheora.i686 $ sudo dnf autoremove

3. Information about the libtheora.i686 package on Rocky Linux 8

Last metadata expiration check: 1:10:35 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : libtheora
Epoch : 1
Version : 1.1.1
Release : 21.el8
Architecture : i686
Size : 182 k
Source : libtheora-1.1.1-21.el8.src.rpm
Repository : appstream
Summary : Theora Video Compression Codec
URL : http://www.theora.org
License : BSD
Description : Theora is Xiph.Org's first publicly released video codec, intended
: for use within the Ogg's project's Ogg multimedia streaming system.
: Theora is derived directly from On2's VP3 codec; Currently the two are
: nearly identical, varying only in encapsulating decoder tables in the
: bitstream headers, but Theora will make use of this extra freedom
: in the future to improve over what is possible with VP3.