How To Install libshaderc on Fedora 36

In this tutorial we learn how to install libshaderc in Fedora 36. libshaderc is A library for compiling shader strings into SPIR-V

Introduction

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

What is libshaderc

A library for compiling shader strings into SPIR-V.

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

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

sudo dnf -y install libshaderc

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

sudo yum -y install libshaderc

How To Uninstall libshaderc on Fedora 36

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

sudo dnf remove libshaderc

libshaderc Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/94
/usr/lib/.build-id/94/5d664d2a29751954cd1d036734035395b94c2b
/usr/lib/libshaderc_shared.so.1
/usr/share/doc/libshaderc
/usr/share/doc/libshaderc/AUTHORS
/usr/share/doc/libshaderc/CHANGES
/usr/share/doc/libshaderc/CONTRIBUTORS
/usr/share/doc/libshaderc/README.md
/usr/share/licenses/libshaderc
/usr/share/licenses/libshaderc/LICENSE

References

Summary

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


title: “How To Install libshaderc on Fedora 36” linkTitle: “libshaderc” type: “docs” description: “In this tutorial we learn how to install libshaderc in Fedora 36. libshaderc is A library for compiling shader strings into SPIR-V” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libshaderc-featured.png

Introduction

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

What is libshaderc

A library for compiling shader strings into SPIR-V.

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

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

sudo dnf -y install libshaderc

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

sudo yum -y install libshaderc

How To Uninstall libshaderc on Fedora 36

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

sudo dnf remove libshaderc

libshaderc Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/28
/usr/lib/.build-id/28/ec4bbf79a5c838ee2079191663825ea6131ced
/usr/lib64/libshaderc_shared.so.1
/usr/share/doc/libshaderc
/usr/share/doc/libshaderc/AUTHORS
/usr/share/doc/libshaderc/CHANGES
/usr/share/doc/libshaderc/CONTRIBUTORS
/usr/share/doc/libshaderc/README.md
/usr/share/licenses/libshaderc
/usr/share/licenses/libshaderc/LICENSE

References

Summary

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