How To Install libvkd3d-utils on Fedora 36

In this tutorial we learn how to install libvkd3d-utils in Fedora 36. libvkd3d-utils is Utility library for vkd3d

Introduction

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

What is libvkd3d-utils

libvkd3d-utils contains simple implementations of various functions which might be useful for source ports of Direct3D 12 applications.

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

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

sudo dnf -y install libvkd3d-utils

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

sudo yum -y install libvkd3d-utils

How To Uninstall libvkd3d-utils on Fedora 36

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

sudo dnf remove libvkd3d-utils

libvkd3d-utils Package Contents on Fedora 36

---
title: "How To Install libvkd3d-utils on Fedora 36"
linkTitle: "libvkd3d-utils"
type: "docs"
description: "In this tutorial we learn how to install libvkd3d-utils in Fedora 36. libvkd3d-utils is Utility library for vkd3d"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/libvkd3d-utils-featured.png
---

## Introduction

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

### What is `libvkd3d-utils`

> libvkd3d-utils contains simple implementations of various functions which might be useful for source ports of Direct3D 12 applications.  

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

## Install libvkd3d-utils on Fedora 36 Using dnf

Update yum database with `dnf` using the following command.

```bash
sudo dnf makecache --refresh

After updating yum database, We can install libvkd3d-utils using dnf by running the following command:

sudo dnf -y install libvkd3d-utils

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

sudo yum -y install libvkd3d-utils

How To Uninstall libvkd3d-utils on Fedora 36

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

sudo dnf remove libvkd3d-utils

libvkd3d-utils Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/85
/usr/lib/.build-id/85/8d51ab428af24d4fe8c5fd5f65926b1de1d9c8
/usr/lib64/libvkd3d-utils.so.1
/usr/lib64/libvkd3d-utils.so.1.2.0

References

Summary

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

/usr/lib/.build-id /usr/lib/.build-id/da /usr/lib/.build-id/da/0aedea200a833fc7825b1c06f62cd2c4d9065e /usr/lib/libvkd3d-utils.so.1 /usr/lib/libvkd3d-utils.so.1.2.0


## References

* [libvkd3d-utils website](https://source.winehq.org/git/vkd3d.git)

## Summary

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