How To Install fluid on Fedora 36

In this tutorial we learn how to install fluid in Fedora 36. fluid is Library for fluid and dynamic applications development with QtQuick

title: “How To Install fluid on Fedora 36”

Introduction

linkTitle: “fluid” In this tutorial we learn how to install fluid on Fedora 36. type: “docs”

What is fluid

description: “In this tutorial we learn how to install fluid in Fedora 36. fluid is Library for fluid and dynamic applications development with QtQuick”

date: “2022-08-17”

Library for fluid and dynamic applications development with QtQuick.
lastmod: “2022-08-17”

#image: /images/fedora/36/fluid-featured.png

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

Introduction

Install fluid on Fedora 36 Using dnf

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

Update yum database with dnf using the following command.

What is fluid


sudo dnf makecache --refresh
> Library for fluid and dynamic applications development with QtQuick.  

After updating yum database, We can install fluid using dnf by running the following command: We can use yum or dnf to install fluid on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install fluid.

## Install fluid on Fedora 36 Using dnf
sudo dnf -y install fluid

Update yum database with dnf using the following command.

Install fluid on Fedora 36 Using yum

Update yum database with `yum` using the following command.
sudo dnf makecache --refresh

sudo yum makecache --refresh

After updating yum database, We can install fluid using dnf by running the following command:

After updating yum database, We can install `fluid` using `yum` by running the following command:
sudo dnf -y install fluid

sudo yum -y install fluid

Install fluid on Fedora 36 Using yum

How To Uninstall fluid on Fedora 36

Update yum database with yum using the following command.

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


sudo yum makecache --refresh
```bash

sudo dnf remove fluid


After updating yum database, We can install `fluid` using `yum` by running the following command:

## fluid Package Contents on Fedora 36
```bash

```bash
sudo yum -y install fluid

How To Uninstall fluid on Fedora 36

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

sudo dnf remove fluid

fluid Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/38
/usr/lib/.build-id/38/735fbded6ee13ea08781be1b2e48ba27df61b3
/usr/lib64/qt5/qml/Fluid
/usr/lib64/qt5/qml/Fluid/Controls
/usr/lib64/qt5/qml/Fluid/Controls/BaseListItem.qml
/usr/lib64/qt5/qml/Fluid/Controls/EmptyListItem.qml
/usr/lib64/qt5/qml/Fluid/Controls/HighlightListItem.qml
/usr/lib64/qt5/qml/Fluid/Controls/StandardListItem.qml
/usr/lib64/qt5/qml/Fluid/Controls/qmldir
/usr/lib64/qt5/qml/Fluid/Core
/usr/lib64/qt5/qml/Fluid/Core/Object.qml
/usr/lib64/qt5/qml/Fluid/Core/libfluidcore.so
/usr/lib64/qt5/qml/Fluid/Core/plugins.qmltypes
/usr/lib64/qt5/qml/Fluid/Core/qmldir
/usr/lib64/qt5/qml/Fluid/Effects
/usr/lib64/qt5/qml/Fluid/Effects/Vignette.qml
/usr/lib64/qt5/qml/Fluid/Effects/plugins.qmltypes
/usr/lib64/qt5/qml/Fluid/Effects/qmldir
/usr/lib64/qt5/qml/Fluid/Ui
/usr/lib64/qt5/qml/Fluid/Ui/Icon.qml
/usr/lib64/qt5/qml/Fluid/Ui/Loadable.qml
/usr/lib64/qt5/qml/Fluid/Ui/NoiseBackground.qml
/usr/lib64/qt5/qml/Fluid/Ui/Showable.qml
/usr/lib64/qt5/qml/Fluid/Ui/SmoothFadeImage.qml
/usr/lib64/qt5/qml/Fluid/Ui/SmoothFadeLoader.qml
/usr/lib64/qt5/qml/Fluid/Ui/Units.qml
/usr/lib64/qt5/qml/Fluid/Ui/qmldir
/usr/share/doc/fluid
/usr/share/doc/fluid/AUTHORS.md
/usr/share/doc/fluid/README.md
/usr/share/licenses/fluid
/usr/share/licenses/fluid/LICENSE.LGPLv21

References

Summary

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

/usr/lib/.build-id /usr/lib/.build-id/79 /usr/lib/.build-id/79/51e3068c27ed34c6809621fe978ba9ba716149 /usr/lib/qt5/qml/Fluid /usr/lib/qt5/qml/Fluid/Controls /usr/lib/qt5/qml/Fluid/Controls/BaseListItem.qml /usr/lib/qt5/qml/Fluid/Controls/EmptyListItem.qml /usr/lib/qt5/qml/Fluid/Controls/HighlightListItem.qml /usr/lib/qt5/qml/Fluid/Controls/StandardListItem.qml /usr/lib/qt5/qml/Fluid/Controls/qmldir /usr/lib/qt5/qml/Fluid/Core /usr/lib/qt5/qml/Fluid/Core/Object.qml /usr/lib/qt5/qml/Fluid/Core/libfluidcore.so /usr/lib/qt5/qml/Fluid/Core/plugins.qmltypes /usr/lib/qt5/qml/Fluid/Core/qmldir /usr/lib/qt5/qml/Fluid/Effects /usr/lib/qt5/qml/Fluid/Effects/Vignette.qml /usr/lib/qt5/qml/Fluid/Effects/plugins.qmltypes /usr/lib/qt5/qml/Fluid/Effects/qmldir /usr/lib/qt5/qml/Fluid/Ui /usr/lib/qt5/qml/Fluid/Ui/Icon.qml /usr/lib/qt5/qml/Fluid/Ui/Loadable.qml /usr/lib/qt5/qml/Fluid/Ui/NoiseBackground.qml /usr/lib/qt5/qml/Fluid/Ui/Showable.qml /usr/lib/qt5/qml/Fluid/Ui/SmoothFadeImage.qml /usr/lib/qt5/qml/Fluid/Ui/SmoothFadeLoader.qml /usr/lib/qt5/qml/Fluid/Ui/Units.qml /usr/lib/qt5/qml/Fluid/Ui/qmldir /usr/share/doc/fluid /usr/share/doc/fluid/AUTHORS.md /usr/share/doc/fluid/README.md /usr/share/licenses/fluid /usr/share/licenses/fluid/LICENSE.LGPLv21


## References

* [fluid website](https://liri.io)

## Summary

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