How To Install vkBasalt on Fedora 36

In this tutorial we learn how to install vkBasalt in Fedora 36. vkBasalt is Vulkan post processing layer

Introduction

In this tutorial we learn how to install vkBasalt on Fedora 36.

What is vkBasalt

vkBasalt is a Vulkan post processing layer to enhance the visual graphics of games. Currently, the build in effects are - Contrast Adaptive Sharpening - Denoised Luma Sharpening - Fast Approximate Anti-Aliasing - Enhanced Subpixel Morphological Anti-Aliasing - 3D color LookUp Table It is also possible to use Reshade Fx shaders.

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

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

sudo dnf -y install vkBasalt

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

sudo yum -y install vkBasalt

How To Uninstall vkBasalt on Fedora 36

To uninstall only the vkBasalt package we can use the following command:

sudo dnf remove vkBasalt

vkBasalt Package Contents on Fedora 36

---
title: "How To Install vkBasalt on Fedora 36"
linkTitle: "vkBasalt"
type: "docs"
description: "In this tutorial we learn how to install vkBasalt in Fedora 36. vkBasalt is Vulkan post processing layer"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/vkBasalt-featured.png
---

## Introduction

In this tutorial we learn how to install `vkBasalt` on Fedora 36.

### What is `vkBasalt`

> vkBasalt is a Vulkan post processing layer to enhance the visual graphics of games.  Currently, the build in effects are  - Contrast Adaptive Sharpening - Denoised Luma Sharpening - Fast Approximate Anti-Aliasing - Enhanced Subpixel Morphological Anti-Aliasing - 3D color LookUp Table  It is also possible to use Reshade Fx shaders.  

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

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

sudo dnf -y install vkBasalt

Install vkBasalt on Fedora 36 Using yum

/etc/vkBasalt.conf /usr/lib/.build-id /usr/lib/.build-id/e0 /usr/lib/.build-id/e0/9c48f50f6226d8f0b323560c334c930f3eeddc /usr/lib64/vkbasalt /usr/lib64/vkbasalt/libvkbasalt.so /usr/share/doc/vkBasalt /usr/share/doc/vkBasalt/README.md /usr/share/licenses/vkBasalt /usr/share/licenses/vkBasalt/LICENSE /usr/share/vulkan/implicit_layer.d/vkBasalt.json Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install vkBasalt using yum by running the following command:

sudo yum -y install vkBasalt
## How To Uninstall vkBasalt on Fedora 36


## References
To uninstall only the `vkBasalt` package we can use the following command:


```bash
* [vkBasalt website](https://github.com/DadSchoorse/vkBasalt)

sudo dnf remove vkBasalt

Summary

vkBasalt Package Contents on Fedora 36

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


/etc/vkBasalt.conf
/usr/lib/.build-id
/usr/lib/.build-id/66
/usr/lib/.build-id/66/ada3ef4399edd92e3c329904c40c1883e03a91
/usr/lib/vkbasalt
/usr/lib/vkbasalt/libvkbasalt.so
/usr/share/doc/vkBasalt
/usr/share/doc/vkBasalt/README.md
/usr/share/licenses/vkBasalt
/usr/share/licenses/vkBasalt/LICENSE
/usr/share/vulkan/implicit_layer.d/vkBasalt.json

References

Summary

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