How To Install virglrenderer on Fedora 36
Introduction
In this tutorial we learn how to install virglrenderer
on Fedora 36.
What is virglrenderer
The virgil3d rendering library is a library used by qemu to implement 3D GPU support for the virtio GPU.
We can use yum
or dnf
to install virglrenderer
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install virglrenderer.
Install virglrenderer 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 virglrenderer
using dnf
by running the following command:
sudo dnf -y install virglrenderer
Install virglrenderer 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 virglrenderer
using yum
by running the following command:
sudo yum -y install virglrenderer
How To Uninstall virglrenderer on Fedora 36
To uninstall only the virglrenderer
package we can use the following command:
sudo dnf remove virglrenderer
virglrenderer Package Contents on Fedora 36
---
title: "How To Install virglrenderer on Fedora 36"
linkTitle: "virglrenderer"
type: "docs"
description: "In this tutorial we learn how to install virglrenderer in Fedora 36. virglrenderer is Virgl Rendering library."
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/virglrenderer-featured.png
---
## Introduction
In this tutorial we learn how to install `virglrenderer` on Fedora 36.
### What is `virglrenderer`
> The virgil3d rendering library is a library used by qemu to implement 3D GPU support for the virtio GPU.
We can use `yum` or `dnf` to install `virglrenderer` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install virglrenderer.
/usr/lib/.build-id
/usr/lib/.build-id/32
/usr/lib/.build-id/32/4e7391519753548392cba930917a23dac2b932
/usr/lib/libvirglrenderer.so.1
/usr/lib/libvirglrenderer.so.1.5.4
/usr/share/licenses/virglrenderer
/usr/share/licenses/virglrenderer/COPYING
## Install virglrenderer on Fedora 36 Using dnf
Update yum database with `dnf` using the following command.
```bash
sudo dnf makecache –refresh
## References
After updating yum database, We can install `virglrenderer` using `dnf` by running the following command:
* [virglrenderer website]()
```bash
## Summary
sudo dnf -y install virglrenderer
In this tutorial we learn how to install virglrenderer
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
Install virglrenderer 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 virglrenderer
using yum
by running the following command:
sudo yum -y install virglrenderer
How To Uninstall virglrenderer on Fedora 36
To uninstall only the virglrenderer
package we can use the following command:
sudo dnf remove virglrenderer
virglrenderer Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/47
/usr/lib/.build-id/47/766a69d508d4eb920c54d1740d897fbadb46da
/usr/lib64/libvirglrenderer.so.1
/usr/lib64/libvirglrenderer.so.1.5.4
/usr/share/licenses/virglrenderer
/usr/share/licenses/virglrenderer/COPYING
References
Summary
In this tutorial we learn how to install virglrenderer
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).