How To Install vkd3d-compiler on Fedora 36

In this tutorial we learn how to install vkd3d-compiler in Fedora 36. vkd3d-compiler is Compiler tool for vkd3d

Introduction

In this tutorial we learn how to install vkd3d-compiler on Fedora 36.

What is vkd3d-compiler

Compiler tool for vkd3d

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

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

sudo dnf -y install vkd3d-compiler

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

sudo yum -y install vkd3d-compiler

How To Uninstall vkd3d-compiler on Fedora 36

To uninstall only the vkd3d-compiler package we can use the following command:

sudo dnf remove vkd3d-compiler

vkd3d-compiler Package Contents on Fedora 36

/usr/bin/vkd3d-compiler
/usr/lib/.build-id
/usr/lib/.build-id/77
/usr/lib/.build-id/77/235f035ad8d281be0818ed209fd9b57197d59b

References

Summary

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