How To Install libvkd3d on Fedora 36
Introduction
In this tutorial we learn how to install libvkd3d on Fedora 36.
What is libvkd3d
libvkd3d is the main component of the vkd3d project. It’s a 3D graphics library built on top of Vulkan with an API very similar to Direct3D 12.
We can use yum or dnf to install libvkd3d on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libvkd3d.
Install libvkd3d 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 using dnf by running the following command:
sudo dnf -y install libvkd3d
Install libvkd3d 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 using yum by running the following command:
sudo yum -y install libvkd3d
How To Uninstall libvkd3d on Fedora 36
To uninstall only the libvkd3d package we can use the following command:
sudo dnf remove libvkd3d
libvkd3d Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/cb
/usr/lib/.build-id/cb/bbb746a4b733a3e4fdbffa4055f83d2909c660
/usr/lib/libvkd3d.so.1
/usr/lib/libvkd3d.so.1.3.0
/usr/share/doc/libvkd3d
/usr/share/doc/libvkd3d/AUTHORS
/usr/share/doc/libvkd3d/INSTALL
/usr/share/doc/libvkd3d/README
/usr/share/licenses/libvkd3d
/usr/share/licenses/libvkd3d/COPYING
/usr/share/licenses/libvkd3d/LICENSE
References
Summary
In this tutorial we learn how to install libvkd3d on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install libvkd3d on Fedora 36” linkTitle: “libvkd3d” type: “docs” description: “In this tutorial we learn how to install libvkd3d in Fedora 36. libvkd3d is D3D12 to Vulkan translation library” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libvkd3d-featured.png
Introduction
In this tutorial we learn how to install libvkd3d on Fedora 36.
What is libvkd3d
libvkd3d is the main component of the vkd3d project. It’s a 3D graphics library built on top of Vulkan with an API very similar to Direct3D 12.
We can use yum or dnf to install libvkd3d on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libvkd3d.
Install libvkd3d 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 using dnf by running the following command:
sudo dnf -y install libvkd3d
Install libvkd3d 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 using yum by running the following command:
sudo yum -y install libvkd3d
How To Uninstall libvkd3d on Fedora 36
To uninstall only the libvkd3d package we can use the following command:
sudo dnf remove libvkd3d
libvkd3d Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/c3
/usr/lib/.build-id/c3/b710d90c3ebb4b67b7e88603784896e87d99e5
/usr/lib64/libvkd3d.so.1
/usr/lib64/libvkd3d.so.1.3.0
/usr/share/doc/libvkd3d
/usr/share/doc/libvkd3d/AUTHORS
/usr/share/doc/libvkd3d/INSTALL
/usr/share/doc/libvkd3d/README
/usr/share/licenses/libvkd3d
/usr/share/licenses/libvkd3d/COPYING
/usr/share/licenses/libvkd3d/LICENSE
References
Summary
In this tutorial we learn how to install libvkd3d on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).