How To Install AMF-devel on Fedora 36

In this tutorial we learn how to install AMF-devel in Fedora 36. AMF-devel is Development files for AMF

Introduction

In this tutorial we learn how to install AMF-devel on Fedora 36.

What is AMF-devel

A light-weight, portable multimedia framework that abstracts away most of the platform and API-specific details. AMF is supported on the closed source AMD Pro driver and OpenMax on the open source AMD Mesa driver. The AMF-devel package contains libraries and header files for developing applications that use AMF.

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

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

sudo dnf -y install AMF-devel

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

sudo yum -y install AMF-devel

How To Uninstall AMF-devel on Fedora 36

To uninstall only the AMF-devel package we can use the following command:

sudo dnf remove AMF-devel

AMF-devel Package Contents on Fedora 36

/usr/include/AMF
/usr/include/AMF/components
/usr/include/AMF/components/Ambisonic2SRenderer.h
/usr/include/AMF/components/AudioCapture.h
/usr/include/AMF/components/Capture.h
/usr/include/AMF/components/ChromaKey.h
/usr/include/AMF/components/ColorSpace.h
/usr/include/AMF/components/Component.h
/usr/include/AMF/components/ComponentCaps.h
/usr/include/AMF/components/CursorCapture.h
/usr/include/AMF/components/DisplayCapture.h
/usr/include/AMF/components/FFMPEGAudioConverter.h
/usr/include/AMF/components/FFMPEGAudioDecoder.h
/usr/include/AMF/components/FFMPEGAudioEncoder.h
/usr/include/AMF/components/FFMPEGComponents.h
/usr/include/AMF/components/FFMPEGFileDemuxer.h
/usr/include/AMF/components/FFMPEGFileMuxer.h
/usr/include/AMF/components/FFMPEGVideoDecoder.h
/usr/include/AMF/components/MediaSource.h
/usr/include/AMF/components/PreAnalysis.h
/usr/include/AMF/components/PreProcessing.h
/usr/include/AMF/components/VideoCapture.h
/usr/include/AMF/components/VideoConverter.h
/usr/include/AMF/components/VideoDecoderUVD.h
/usr/include/AMF/components/VideoEncoderHEVC.h
/usr/include/AMF/components/VideoEncoderVCE.h
/usr/include/AMF/components/VideoStitch.h
/usr/include/AMF/components/ZCamLiveStream.h
/usr/include/AMF/core
/usr/include/AMF/core/AudioBuffer.h
/usr/include/AMF/core/Buffer.h
/usr/include/AMF/core/Compute.h
/usr/include/AMF/core/ComputeFactory.h
/usr/include/AMF/core/Context.h
/usr/include/AMF/core/CurrentTime.h
/usr/include/AMF/core/D3D12AMF.h
/usr/include/AMF/core/Data.h
/usr/include/AMF/core/Debug.h
/usr/include/AMF/core/Dump.h
/usr/include/AMF/core/Factory.h
/usr/include/AMF/core/Interface.h
/usr/include/AMF/core/Plane.h
/usr/include/AMF/core/Platform.h
/usr/include/AMF/core/PropertyStorage.h
/usr/include/AMF/core/PropertyStorageEx.h
/usr/include/AMF/core/Result.h
/usr/include/AMF/core/Surface.h
/usr/include/AMF/core/Trace.h
/usr/include/AMF/core/Variant.h
/usr/include/AMF/core/Version.h
/usr/include/AMF/core/VulkanAMF.h
/usr/share/doc/AMF-devel
/usr/share/doc/AMF-devel/AMF_API_Reference.pdf
/usr/share/doc/AMF-devel/AMF_Video_Converter_API.pdf
/usr/share/doc/AMF-devel/AMF_Video_Decode_API.pdf
/usr/share/doc/AMF-devel/AMF_Video_Encode_API.pdf
/usr/share/doc/AMF-devel/AMF_Video_Encode_HEVC_API.pdf
/usr/share/doc/AMF-devel/AMF_Video_PreAnalysis_API.pdf
/usr/share/doc/AMF-devel/AMF_Video_PreProcessing_API.pdf
/usr/share/doc/AMF-devel/README.md
/usr/share/doc/AMF-devel/Readme.txt
/usr/share/licenses/AMF-devel
/usr/share/licenses/AMF-devel/LICENSE.txt

References

Summary

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