How To Install qt6-qtsvg on Fedora 36

In this tutorial we learn how to install qt6-qtsvg in Fedora 36. qt6-qtsvg is Qt6 - Support for rendering and displaying SVG

Introduction

In this tutorial we learn how to install qt6-qtsvg on Fedora 36.

What is qt6-qtsvg

Scalable Vector Graphics (SVG) is an XML-based language for describing two-dimensional vector graphics. Qt provides classes for rendering and displaying SVG drawings in widgets and on other paint devices.

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

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

sudo dnf -y install qt6-qtsvg

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

sudo yum -y install qt6-qtsvg

How To Uninstall qt6-qtsvg on Fedora 36

To uninstall only the qt6-qtsvg package we can use the following command:

sudo dnf remove qt6-qtsvg

qt6-qtsvg Package Contents on Fedora 36

---
title: "How To Install qt6-qtsvg on Fedora 36"
linkTitle: "qt6-qtsvg"
type: "docs"
description: "In this tutorial we learn how to install qt6-qtsvg in Fedora 36. qt6-qtsvg is Qt6 - Support for rendering and displaying SVG"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/qt6-qtsvg-featured.png
---

## Introduction

In this tutorial we learn how to install `qt6-qtsvg` on Fedora 36.

### What is `qt6-qtsvg`

> Scalable Vector Graphics (SVG) is an XML-based language for describing two-dimensional vector graphics. Qt provides classes for rendering and displaying SVG drawings in widgets and on other paint devices.  

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

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

sudo dnf -y install qt6-qtsvg

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

sudo yum -y install qt6-qtsvg

How To Uninstall qt6-qtsvg on Fedora 36

To uninstall only the qt6-qtsvg package we can use the following command:

sudo dnf remove qt6-qtsvg

qt6-qtsvg Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/4d
/usr/lib/.build-id/4d/884e9c2e7c1b8d27d23b603765c879568069a1
/usr/lib/.build-id/ab
/usr/lib/.build-id/ab/4151303fd06f337fe562d3a90226ff443da222
/usr/lib/.build-id/e7
/usr/lib/.build-id/e7/10afed7ac0318a2497c4c447910ce283840de6
/usr/lib/.build-id/ff
/usr/lib/.build-id/ff/306aca04d488d13d3e3116fa86f644593d45fa
/usr/lib64/libQt6Svg.so.6
/usr/lib64/libQt6Svg.so.6.2.3
/usr/lib64/libQt6SvgWidgets.so.6
/usr/lib64/libQt6SvgWidgets.so.6.2.3
/usr/lib64/qt6/plugins/iconengines/libqsvgicon.so
/usr/lib64/qt6/plugins/imageformats/libqsvg.so
/usr/share/licenses/qt6-qtsvg
/usr/share/licenses/qt6-qtsvg/LICENSE.GPL2
/usr/share/licenses/qt6-qtsvg/LICENSE.GPL3
/usr/share/licenses/qt6-qtsvg/LICENSE.LGPL3
/usr/share/licenses/qt6-qtsvg/changes-5.7.0

References

Summary

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

/usr/lib/.build-id /usr/lib/.build-id/46 /usr/lib/.build-id/46/8c279a3ba7f07674c146c672d681346ce5b6fd /usr/lib/.build-id/5a /usr/lib/.build-id/5a/7ced0434156b882bf86b869c094708967306ff /usr/lib/.build-id/c7 /usr/lib/.build-id/c7/bf1647ae1f0dce6e8425a5ca5e787d5f8f10d1 /usr/lib/.build-id/e4 /usr/lib/.build-id/e4/4456dcfb740d7d5e53be74c07bc1c1995f731d /usr/lib/libQt6Svg.so.6 /usr/lib/libQt6Svg.so.6.2.3 /usr/lib/libQt6SvgWidgets.so.6 /usr/lib/libQt6SvgWidgets.so.6.2.3 /usr/lib/qt6/plugins/iconengines/libqsvgicon.so /usr/lib/qt6/plugins/imageformats/libqsvg.so /usr/share/licenses/qt6-qtsvg /usr/share/licenses/qt6-qtsvg/LICENSE.GPL2 /usr/share/licenses/qt6-qtsvg/LICENSE.GPL3 /usr/share/licenses/qt6-qtsvg/LICENSE.LGPL3 /usr/share/licenses/qt6-qtsvg/changes-5.7.0


## References

* [qt6-qtsvg website](http://www.qt.io)

## Summary

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