How To Install dxvk-native on Fedora 36
Introduction
In this tutorial we learn how to install dxvk-native
on Fedora 36.
What is dxvk-native
DXVK Native is a port of DXVK to Linux which allows it to be used natively without Wine. This is primarily useful for game and application ports to either avoid having to write another rendering backend, or to help with port bringup during development.
We can use yum
or dnf
to install dxvk-native
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install dxvk-native.
Install dxvk-native 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 dxvk-native
using dnf
by running the following command:
sudo dnf -y install dxvk-native
Install dxvk-native 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 dxvk-native
using yum
by running the following command:
sudo yum -y install dxvk-native
How To Uninstall dxvk-native on Fedora 36
To uninstall only the dxvk-native
package we can use the following command:
sudo dnf remove dxvk-native
dxvk-native Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/cf
/usr/lib/.build-id/cf/6678668444379e0fe1b5c688c41e013c8489b0
/usr/lib/.build-id/dc
/usr/lib/.build-id/dc/2320d0eb817c71d5502b28fd9fb59395f30b00
/usr/lib/.build-id/e1
/usr/lib/.build-id/e1/cd7581337fd52e8be968aede2cdf00a7e7d867
/usr/lib64/libdxvk_d3d11.so
/usr/lib64/libdxvk_d3d9.so
/usr/lib64/libdxvk_dxgi.so
/usr/share/doc/dxvk-native
/usr/share/doc/dxvk-native/README.md
/usr/share/licenses/dxvk-native
/usr/share/licenses/dxvk-native/LICENSE
---
title: "How To Install dxvk-native on Fedora 36"
linkTitle: "dxvk-native"
type: "docs"
description: “In this tutorial we learn how to install dxvk-native in Fedora 36. dxvk-native is Vulkan-based D3D11 and D3D9 implementation for Linux”
date: “2022-08-17”
References
lastmod: “2022-08-17”
#image: /images/fedora/36/dxvk-native-featured.png
Introduction
Summary
In this tutorial we learn how to install dxvk-native
on Fedora 36.
What is dxvk-native
In this tutorial we learn how to install dxvk-native
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
DXVK Native is a port of DXVK to Linux which allows it to be used natively without Wine. This is primarily useful for game and application ports to either avoid having to write another rendering backend, or to help with port bringup during development.
We can use yum
or dnf
to install dxvk-native
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install dxvk-native.
Install dxvk-native 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 dxvk-native
using dnf
by running the following command:
sudo dnf -y install dxvk-native
Install dxvk-native 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 dxvk-native
using yum
by running the following command:
sudo yum -y install dxvk-native
How To Uninstall dxvk-native on Fedora 36
To uninstall only the dxvk-native
package we can use the following command:
sudo dnf remove dxvk-native
dxvk-native Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/55
/usr/lib/.build-id/55/4a1e285e520e55338f835a5abd805759f817a0
/usr/lib/.build-id/c2
/usr/lib/.build-id/c2/ed4b2118d615996a959f08f202787f992346f6
/usr/lib/.build-id/ea
/usr/lib/.build-id/ea/95f3844f75b48568608146c65f4be864422fac
/usr/lib/libdxvk_d3d11.so
/usr/lib/libdxvk_d3d9.so
/usr/lib/libdxvk_dxgi.so
/usr/share/doc/dxvk-native
/usr/share/doc/dxvk-native/README.md
/usr/share/licenses/dxvk-native
/usr/share/licenses/dxvk-native/LICENSE
References
Summary
In this tutorial we learn how to install dxvk-native
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).