How To Install kqtquickcharts on Fedora 34
Introduction
In this tutorial we learn how to install kqtquickcharts
on Fedora 34.
What is kqtquickcharts
A QtQuick plugin to render beautiful and interactive charts. kqtquickcharts 20.12.2 1.fc34 x86_64 79 k kqtquickcharts-20.12.2-1.fc34.src.rpm fedora A QtQuick plugin to render beautiful and interactive charts https LGPLv2 or LGPLv3 A QtQuick plugin to render beautiful and interactive charts.
We can use yum
or dnf
to install kqtquickcharts
on Fedora 34. In this tutorial we discuss both methods but you only need to choose one of method to install kqtquickcharts.
Install kqtquickcharts on Fedora 34 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
The output should look something like this:
Fedora 34 - x86_64 20 kB/s | 6.6 kB 00:00
Fedora 34 openh264 (From Cisco) - x86_64 1.4 kB/s | 989 B 00:00
Fedora Modular 34 - x86_64 68 kB/s | 6.5 kB 00:00
Fedora 34 - x86_64 - Updates 3.5 kB/s | 6.2 kB 00:01
Fedora Modular 34 - x86_64 - Updates 17 kB/s | 5.9 kB 00:00
Metadata cache created.
After updating yum database, We can install kqtquickcharts
using dnf
by running the following command:
sudo dnf -y install kqtquickcharts
Install kqtquickcharts on Fedora 34 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
The output should look something like this:
Fedora 34 - x86_64 20 kB/s | 6.6 kB 00:00
Fedora 34 openh264 (From Cisco) - x86_64 1.4 kB/s | 989 B 00:00
Fedora Modular 34 - x86_64 68 kB/s | 6.5 kB 00:00
Fedora 34 - x86_64 - Updates 3.5 kB/s | 6.2 kB 00:01
Fedora Modular 34 - x86_64 - Updates 17 kB/s | 5.9 kB 00:00
Metadata cache created.
After updating yum database, We can install kqtquickcharts
using yum
by running the following command:
sudo yum -y install kqtquickcharts
How To Uninstall kqtquickcharts on Fedora 34
To uninstall only the kqtquickcharts
package we can use the following command:
sudo dnf remove kqtquickcharts
kqtquickcharts Package Contents on Fedora 34
/usr/include/KF5/kqtquickcharts_version.h
/usr/lib/.build-id
/usr/lib/.build-id/c4
/usr/lib/.build-id/c4/8e675c8f81da8d5834d6146d38312ce3e20931
/usr/lib64/cmake
/usr/lib64/cmake/KQtQuickCharts
/usr/lib64/cmake/KQtQuickCharts/KQtQuickChartsVersion.cmake
/usr/lib64/qt5/qml/org/kde/charts
/usr/lib64/qt5/qml/org/kde/charts/BarChart.qml
/usr/lib64/qt5/qml/org/kde/charts/Label.qml
/usr/lib64/qt5/qml/org/kde/charts/LegendItem.qml
/usr/lib64/qt5/qml/org/kde/charts/LineChart.qml
/usr/lib64/qt5/qml/org/kde/charts/LineLabel.qml
/usr/lib64/qt5/qml/org/kde/charts/XYChart.qml
/usr/lib64/qt5/qml/org/kde/charts/libkqtquickcharts.so
/usr/lib64/qt5/qml/org/kde/charts/qmldir
/usr/share/doc/kqtquickcharts
/usr/share/doc/kqtquickcharts/AUTHORS
/usr/share/licenses/kqtquickcharts
/usr/share/licenses/kqtquickcharts/COPYING
/usr/include/KF5/kqtquickcharts_version.h
/usr/lib/.build-id
/usr/lib/.build-id/c9
/usr/lib/.build-id/c9/cd6de1f973e0932cce13256f8761484eaf4773
/usr/lib/cmake
/usr/lib/cmake/KQtQuickCharts
/usr/lib/cmake/KQtQuickCharts/KQtQuickChartsVersion.cmake
/usr/lib/qt5/qml/org/kde/charts
/usr/lib/qt5/qml/org/kde/charts/BarChart.qml
/usr/lib/qt5/qml/org/kde/charts/Label.qml
/usr/lib/qt5/qml/org/kde/charts/LegendItem.qml
/usr/lib/qt5/qml/org/kde/charts/LineChart.qml
/usr/lib/qt5/qml/org/kde/charts/LineLabel.qml
/usr/lib/qt5/qml/org/kde/charts/XYChart.qml
/usr/lib/qt5/qml/org/kde/charts/libkqtquickcharts.so
/usr/lib/qt5/qml/org/kde/charts/qmldir
/usr/share/doc/kqtquickcharts
/usr/share/doc/kqtquickcharts/AUTHORS
/usr/share/licenses/kqtquickcharts
/usr/share/licenses/kqtquickcharts/COPYING
References
- [kqtquickcharts website](https://edu.kde.org/ https://edu.kde.org/)
Summary
In this tutorial we learn how to install kqtquickcharts
on Fedora 34 using yum and dnf.