How To Install libvpx-utils on Fedora 36

In this tutorial we learn how to install libvpx-utils in Fedora 36. libvpx-utils is VP8 utilities and tools

Introduction

In this tutorial we learn how to install libvpx-utils on Fedora 36.

What is libvpx-utils

A selection of utilities and tools for VP8, including a sample encoder and decoder.

We can use yum or dnf to install libvpx-utils on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libvpx-utils.

Install libvpx-utils 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 libvpx-utils using dnf by running the following command:

sudo dnf -y install libvpx-utils

Install libvpx-utils 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 libvpx-utils using yum by running the following command:

sudo yum -y install libvpx-utils

How To Uninstall libvpx-utils on Fedora 36

To uninstall only the libvpx-utils package we can use the following command:

sudo dnf remove libvpx-utils

libvpx-utils Package Contents on Fedora 36

/usr/bin/decode_to_md5
/usr/bin/decode_with_drops
/usr/bin/set_maps
/usr/bin/tools
/usr/bin/tools/tiny_ssim
/usr/bin/vp8_postproc
/usr/bin/vp8_simple_decoder
/usr/bin/vp8_simple_encoder
/usr/bin/vp8_twopass_encoder
/usr/bin/vp8cx_set_ref
/usr/bin/vp9_lossless_encoder
/usr/bin/vp9_spatial_svc_encoder
/usr/bin/vp9cx_set_ref
/usr/bin/vpx_temporal_svc_encoder
/usr/bin/vpxdec
/usr/bin/vpxenc
/usr/lib/.build-id
/usr/lib/.build-id/06
/usr/lib/.build-id/06/91da8047fe72f7875f37836e75e84edca375f0
/usr/lib/.build-id/19
/usr/lib/.build-id/19/3fc00a1635a927cc8582f6e29725c83e71a706
/usr/lib/.build-id/1d
/usr/lib/.build-id/1d/e97565ba076edf1a8c3a982d89be4682eb7419
/usr/lib/.build-id/33
/usr/lib/.build-id/33/ab7ee9aa14a5049a9f1dd659b0e77731f7a23b
/usr/lib/.build-id/3e
/usr/lib/.build-id/3e/36d0986014a46614b43f48f1b5556777cceec4
/usr/lib/.build-id/45
/usr/lib/.build-id/45/7d8a5faf9dd567b9b8153c31a72f909203c429
/usr/lib/.build-id/4e
/usr/lib/.build-id/4e/81757e1c17ab30c62434102d4dd3b2c40e03c5
/usr/lib/.build-id/54
/usr/lib/.build-id/54/6a9046088e6cfc850c362f0c63610d294ef1c3
/usr/lib/.build-id/82
/usr/lib/.build-id/82/cb17b6f07e25451cced89ff1f2de65e4e3dc12
/usr/lib/.build-id/a1
/usr/lib/.build-id/a1/4bdb04893ba68cebab822653d1829fd50a69c2
/usr/lib/.build-id/c3
/usr/lib/.build-id/c3/2c9fa6cc892045e8a2ff62b217171e2b51c6c4
/usr/lib/.build-id/c3/e175838530c7ab556c2b42f524d1e1382a53e2
/usr/lib/.build-id/d1
/usr/lib/.build-id/d1/869234fe78da2a28946eabd16432a41f5fcad6
/usr/lib/.build-id/ed
/usr/lib/.build-id/ed/bbd98c7ca97d7a9588463dff8b3343bf42832a
/usr/lib/.build-id/fd
/usr/lib/.build-id/fd/76422c7051a89fdb80808207d6e90047ceda5d

References

Summary

In this tutorial we learn how to install libvpx-utils on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).