How To Install qt5-qtgraphicaleffects on Fedora 36

In this tutorial we learn how to install qt5-qtgraphicaleffects in Fedora 36. qt5-qtgraphicaleffects is Qt5 - QtGraphicalEffects component

Introduction

In this tutorial we learn how to install qt5-qtgraphicaleffects on Fedora 36.

What is qt5-qtgraphicaleffects

The Qt Graphical Effects module provides a set of QML types for adding visually impressive and configurable effects to user interfaces. Effects are visual items that can be added to Qt Quick user interface as UI components.

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

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

sudo dnf -y install qt5-qtgraphicaleffects

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

sudo yum -y install qt5-qtgraphicaleffects

How To Uninstall qt5-qtgraphicaleffects on Fedora 36

To uninstall only the qt5-qtgraphicaleffects package we can use the following command:

sudo dnf remove qt5-qtgraphicaleffects

qt5-qtgraphicaleffects Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/7b
/usr/lib/.build-id/7b/74ef58513c44c71bdedff5e68711cf30c55a6f
/usr/lib/.build-id/9a
/usr/lib/.build-id/9a/e6f91214e069c920f27eef403ee713555cd263
/usr/lib/qt5/qml/QtGraphicalEffects
/usr/lib/qt5/qml/QtGraphicalEffects/Blend.qml
/usr/lib/qt5/qml/QtGraphicalEffects/BrightnessContrast.qml
/usr/lib/qt5/qml/QtGraphicalEffects/ColorOverlay.qml
/usr/lib/qt5/qml/QtGraphicalEffects/Colorize.qml
/usr/lib/qt5/qml/QtGraphicalEffects/ConicalGradient.qml
/usr/lib/qt5/qml/QtGraphicalEffects/Desaturate.qml
/usr/lib/qt5/qml/QtGraphicalEffects/DirectionalBlur.qml
/usr/lib/qt5/qml/QtGraphicalEffects/Displace.qml
/usr/lib/qt5/qml/QtGraphicalEffects/DropShadow.qml
/usr/lib/qt5/qml/QtGraphicalEffects/FastBlur.qml
/usr/lib/qt5/qml/QtGraphicalEffects/GammaAdjust.qml
/usr/lib/qt5/qml/QtGraphicalEffects/GaussianBlur.qml
/usr/lib/qt5/qml/QtGraphicalEffects/Glow.qml
/usr/lib/qt5/qml/QtGraphicalEffects/HueSaturation.qml
/usr/lib/qt5/qml/QtGraphicalEffects/InnerShadow.qml
/usr/lib/qt5/qml/QtGraphicalEffects/LevelAdjust.qml
/usr/lib/qt5/qml/QtGraphicalEffects/LinearGradient.qml
/usr/lib/qt5/qml/QtGraphicalEffects/MaskedBlur.qml
/usr/lib/qt5/qml/QtGraphicalEffects/OpacityMask.qml
/usr/lib/qt5/qml/QtGraphicalEffects/RadialBlur.qml
/usr/lib/qt5/qml/QtGraphicalEffects/RadialGradient.qml
/usr/lib/qt5/qml/QtGraphicalEffects/RectangularGlow.qml
/usr/lib/qt5/qml/QtGraphicalEffects/RecursiveBlur.qml
/usr/lib/qt5/qml/QtGraphicalEffects/ThresholdMask.qml
/usr/lib/qt5/qml/QtGraphicalEffects/ZoomBlur.qml
/usr/lib/qt5/qml/QtGraphicalEffects/libqtgraphicaleffectsplugin.so
/usr/lib/qt5/qml/QtGraphicalEffects/plugins.qmltypes
/usr/lib/qt5/qml/QtGraphicalEffects/private
/usr/lib/qt5/qml/QtGraphicalEffects/private/DropShadowBase.qml
/usr/lib/qt5/qml/QtGraphicalEffects/private/DropShadowBase.qmlc
/usr/lib/qt5/qml/QtGraphicalEffects/private/FastGlow.qml
/usr/lib/qt5/qml/QtGraphicalEffects/private/FastGlow.qmlc
/usr/lib/qt5/qml/QtGraphicalEffects/private/FastInnerShadow.qml
/usr/lib/qt5/qml/QtGraphicalEffects/private/FastInnerShadow.qmlc
/usr/lib/qt5/qml/QtGraphicalEffects/private/FastMaskedBlur.qml
/usr/lib/qt5/qml/QtGraphicalEffects/private/FastMaskedBlur.qmlc
/usr/lib/qt5/qml/QtGraphicalEffects/private/GaussianDirectionalBlur.qml
/usr/lib/qt5/qml/QtGraphicalEffects/private/GaussianDirectionalBlur.qmlc
/usr/lib/qt5/qml/QtGraphicalEffects/private/GaussianGlow.qml
/usr/lib/qt5/qml/QtGraphicalEffects/private/GaussianGlow.qmlc
/usr/lib/qt5/qml/QtGraphicalEffects/private/GaussianInnerShadow.qml
/usr/lib/qt5/qml/QtGraphicalEffects/private/GaussianInnerShadow.qmlc
/usr/lib/qt5/qml/QtGraphicalEffects/private/GaussianMaskedBlur.qml
/usr/lib/qt5/qml/QtGraphicalEffects/private/GaussianMaskedBlur.qmlc
/usr/lib/qt5/qml/QtGraphicalEffects/private/libqtgraphicaleffectsprivate.so
/usr/lib/qt5/qml/QtGraphicalEffects/private/qmldir
/usr/lib/qt5/qml/QtGraphicalEffects/qmldir
/usr/share/licenses/qt5-qtgraphicaleffects
/usr/share/licenses/qt5-qtgraphicaleffects/LICENSE.FDL
/usr/share/licenses/qt5-qtgraphicaleffects/LICENSE.GPL2
/usr/share/licenses/qt5-qtgraphicaleffects/LICENSE.GPL3
/usr/share/licenses/qt5-qtgraphicaleffects/LICENSE.GPL3-EXCEPT
/usr/share/licenses/qt5-qtgraphicaleffects/LICENSE.LGPL3

References

Summary

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


title: “How To Install qt5-qtgraphicaleffects on Fedora 36” linkTitle: “qt5-qtgraphicaleffects” type: “docs” description: “In this tutorial we learn how to install qt5-qtgraphicaleffects in Fedora 36. qt5-qtgraphicaleffects is Qt5 - QtGraphicalEffects component” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/qt5-qtgraphicaleffects-featured.png

Introduction

In this tutorial we learn how to install qt5-qtgraphicaleffects on Fedora 36.

What is qt5-qtgraphicaleffects

The Qt Graphical Effects module provides a set of QML types for adding visually impressive and configurable effects to user interfaces. Effects are visual items that can be added to Qt Quick user interface as UI components.

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

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

sudo dnf -y install qt5-qtgraphicaleffects

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

sudo yum -y install qt5-qtgraphicaleffects

How To Uninstall qt5-qtgraphicaleffects on Fedora 36

To uninstall only the qt5-qtgraphicaleffects package we can use the following command:

sudo dnf remove qt5-qtgraphicaleffects

qt5-qtgraphicaleffects Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/d8
/usr/lib/.build-id/d8/afac24939b539fdc71e17b3201259a85dfb7e2
/usr/lib/.build-id/e3
/usr/lib/.build-id/e3/4241ebfcecec0162c820569be31007531461e0
/usr/lib64/qt5/qml/QtGraphicalEffects
/usr/lib64/qt5/qml/QtGraphicalEffects/Blend.qml
/usr/lib64/qt5/qml/QtGraphicalEffects/BrightnessContrast.qml
/usr/lib64/qt5/qml/QtGraphicalEffects/ColorOverlay.qml
/usr/lib64/qt5/qml/QtGraphicalEffects/Colorize.qml
/usr/lib64/qt5/qml/QtGraphicalEffects/ConicalGradient.qml
/usr/lib64/qt5/qml/QtGraphicalEffects/Desaturate.qml
/usr/lib64/qt5/qml/QtGraphicalEffects/DirectionalBlur.qml
/usr/lib64/qt5/qml/QtGraphicalEffects/Displace.qml
/usr/lib64/qt5/qml/QtGraphicalEffects/DropShadow.qml
/usr/lib64/qt5/qml/QtGraphicalEffects/FastBlur.qml
/usr/lib64/qt5/qml/QtGraphicalEffects/GammaAdjust.qml
/usr/lib64/qt5/qml/QtGraphicalEffects/GaussianBlur.qml
/usr/lib64/qt5/qml/QtGraphicalEffects/Glow.qml
/usr/lib64/qt5/qml/QtGraphicalEffects/HueSaturation.qml
/usr/lib64/qt5/qml/QtGraphicalEffects/InnerShadow.qml
/usr/lib64/qt5/qml/QtGraphicalEffects/LevelAdjust.qml
/usr/lib64/qt5/qml/QtGraphicalEffects/LinearGradient.qml
/usr/lib64/qt5/qml/QtGraphicalEffects/MaskedBlur.qml
/usr/lib64/qt5/qml/QtGraphicalEffects/OpacityMask.qml
/usr/lib64/qt5/qml/QtGraphicalEffects/RadialBlur.qml
/usr/lib64/qt5/qml/QtGraphicalEffects/RadialGradient.qml
/usr/lib64/qt5/qml/QtGraphicalEffects/RectangularGlow.qml
/usr/lib64/qt5/qml/QtGraphicalEffects/RecursiveBlur.qml
/usr/lib64/qt5/qml/QtGraphicalEffects/ThresholdMask.qml
/usr/lib64/qt5/qml/QtGraphicalEffects/ZoomBlur.qml
/usr/lib64/qt5/qml/QtGraphicalEffects/libqtgraphicaleffectsplugin.so
/usr/lib64/qt5/qml/QtGraphicalEffects/plugins.qmltypes
/usr/lib64/qt5/qml/QtGraphicalEffects/private
/usr/lib64/qt5/qml/QtGraphicalEffects/private/DropShadowBase.qml
/usr/lib64/qt5/qml/QtGraphicalEffects/private/DropShadowBase.qmlc
/usr/lib64/qt5/qml/QtGraphicalEffects/private/FastGlow.qml
/usr/lib64/qt5/qml/QtGraphicalEffects/private/FastGlow.qmlc
/usr/lib64/qt5/qml/QtGraphicalEffects/private/FastInnerShadow.qml
/usr/lib64/qt5/qml/QtGraphicalEffects/private/FastInnerShadow.qmlc
/usr/lib64/qt5/qml/QtGraphicalEffects/private/FastMaskedBlur.qml
/usr/lib64/qt5/qml/QtGraphicalEffects/private/FastMaskedBlur.qmlc
/usr/lib64/qt5/qml/QtGraphicalEffects/private/GaussianDirectionalBlur.qml
/usr/lib64/qt5/qml/QtGraphicalEffects/private/GaussianDirectionalBlur.qmlc
/usr/lib64/qt5/qml/QtGraphicalEffects/private/GaussianGlow.qml
/usr/lib64/qt5/qml/QtGraphicalEffects/private/GaussianGlow.qmlc
/usr/lib64/qt5/qml/QtGraphicalEffects/private/GaussianInnerShadow.qml
/usr/lib64/qt5/qml/QtGraphicalEffects/private/GaussianInnerShadow.qmlc
/usr/lib64/qt5/qml/QtGraphicalEffects/private/GaussianMaskedBlur.qml
/usr/lib64/qt5/qml/QtGraphicalEffects/private/GaussianMaskedBlur.qmlc
/usr/lib64/qt5/qml/QtGraphicalEffects/private/libqtgraphicaleffectsprivate.so
/usr/lib64/qt5/qml/QtGraphicalEffects/private/qmldir
/usr/lib64/qt5/qml/QtGraphicalEffects/qmldir
/usr/share/licenses/qt5-qtgraphicaleffects
/usr/share/licenses/qt5-qtgraphicaleffects/LICENSE.FDL
/usr/share/licenses/qt5-qtgraphicaleffects/LICENSE.GPL2
/usr/share/licenses/qt5-qtgraphicaleffects/LICENSE.GPL3
/usr/share/licenses/qt5-qtgraphicaleffects/LICENSE.GPL3-EXCEPT
/usr/share/licenses/qt5-qtgraphicaleffects/LICENSE.LGPL3

References

Summary

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