How To Install libshaderc-static on Fedora 36

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

Introduction

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

What is libshaderc-static

A library for compiling shader strings into SPIR-V. Static libraries for libshaderc.

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

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

sudo dnf -y install libshaderc-static

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

sudo yum -y install libshaderc-static

How To Uninstall libshaderc-static on Fedora 36

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

sudo dnf remove libshaderc-static

libshaderc-static Package Contents on Fedora 36

/usr/lib64/libshaderc.a
/usr/lib64/libshaderc_combined.a
/usr/lib64/pkgconfig/shaderc_combined.pc
/usr/lib64/pkgconfig/shaderc_static.pc
/usr/share/licenses/libshaderc-static
/usr/share/licenses/libshaderc-static/LICENSE

References

Summary

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


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

Introduction

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

What is libshaderc-static

A library for compiling shader strings into SPIR-V. Static libraries for libshaderc.

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

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

sudo dnf -y install libshaderc-static

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

sudo yum -y install libshaderc-static

How To Uninstall libshaderc-static on Fedora 36

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

sudo dnf remove libshaderc-static

libshaderc-static Package Contents on Fedora 36

/usr/lib/libshaderc.a
/usr/lib/libshaderc_combined.a
/usr/lib/pkgconfig/shaderc_combined.pc
/usr/lib/pkgconfig/shaderc_static.pc
/usr/share/licenses/libshaderc-static
/usr/share/licenses/libshaderc-static/LICENSE

References

Summary

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