How To Install qt3 on Fedora 36
Introduction
In this tutorial we learn how to install qt3
on Fedora 36.
What is qt3
Qt is a GUI software toolkit which simplifies the task of writing and maintaining GUI (Graphical User Interface) applications for the X Window System. Qt is written in C++ and is fully object-oriented. This package contains the shared library needed to run Qt 3 applications, as well as the README files for Qt 3.
We can use yum
or dnf
to install qt3
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install qt3.
Install qt3 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 qt3
using dnf
by running the following command:
sudo dnf -y install qt3
Install qt3 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 qt3
using yum
by running the following command:
sudo yum -y install qt3
How To Uninstall qt3 on Fedora 36
To uninstall only the qt3
package we can use the following command:
sudo dnf remove qt3
qt3 Package Contents on Fedora 36
/etc/ld.so.conf.d/qt-i386.conf
/etc/profile.d/qt.csh
/etc/profile.d/qt.sh
/usr/lib/.build-id
/usr/lib/.build-id/1b
/usr/lib/.build-id/1b/da2b52b5fbc63e2200e20bec60adc21ee1b0ac
/usr/lib/.build-id/20
/usr/lib/.build-id/20/8272848b496fe625eecb42740894955a8c9d06
/usr/lib/.build-id/4d
/usr/lib/.build-id/4d/909c577e0cb6d6a77fd55a30595ed6a81d8fba
/usr/lib/.build-id/74
/usr/lib/.build-id/74/d07358994993f855450ca08882b50e4093d1d4
/usr/lib/.build-id/9a
/usr/lib/.build-id/9a/b12c5f8b70956b6014b25f6b5627ae8739024f
/usr/lib/.build-id/b3
/usr/lib/.build-id/b3/ea999f6ba6923622f05f28ea026c848c3c790b
/usr/lib/.build-id/b4
/usr/lib/.build-id/b4/0a4ccc569c05032b6b27d1ca2764fd6ccc7357
/usr/lib/.build-id/c0
/usr/lib/.build-id/c0/66d3c4691c8e78f9e5055603a979353ecd4cf7
/usr/lib/.build-id/c8
/usr/lib/.build-id/c8/9142082cb24f94770f933772bd1d09503a4c64
/usr/lib/.build-id/d0
/usr/lib/.build-id/d0/1022ebc7d377ec51e63e6526c5900005e490d0
/usr/lib/.build-id/f3
/usr/lib/.build-id/f3/34a9434f46940bfbb4e433b8f9d709bb7b3b63
/usr/lib/.build-id/f7
/usr/lib/.build-id/f7/6467dc781b61e55603af6eb8e763f2a6a31553
/usr/lib/qt-3.3
/usr/lib/qt-3.3/bin
/usr/lib/qt-3.3/etc
/usr/lib/qt-3.3/etc/settings
/usr/lib/qt-3.3/etc/settings/qtrc
/usr/lib/qt-3.3/lib
/usr/lib/qt-3.3/lib/libqt-mt.so.3
/usr/lib/qt-3.3/lib/libqt-mt.so.3.3
/usr/lib/qt-3.3/lib/libqt-mt.so.3.3.8
/usr/lib/qt-3.3/lib/libqui.so.1
/usr/lib/qt-3.3/lib/libqui.so.1.0
/usr/lib/qt-3.3/lib/libqui.so.1.0.0
/usr/lib/qt-3.3/plugins
/usr/lib/qt-3.3/plugins/designer
/usr/lib/qt-3.3/plugins/designer/libcppeditor.so
/usr/lib/qt-3.3/plugins/designer/libdlgplugin.so
/usr/lib/qt-3.3/plugins/designer/libgladeplugin.so
/usr/lib/qt-3.3/plugins/designer/libkdevdlgplugin.so
/usr/lib/qt-3.3/plugins/designer/librcplugin.so
/usr/lib/qt-3.3/plugins/designer/libwizards.so
/usr/lib/qt-3.3/plugins/inputmethods
/usr/lib/qt-3.3/plugins/inputmethods/libqimsw-multi.so
/usr/lib/qt-3.3/plugins/inputmethods/libqimsw-none.so
/usr/lib/qt-3.3/plugins/inputmethods/libqsimple.so
/usr/lib/qt-3.3/plugins/inputmethods/libqxim.so
/usr/lib/qt-3.3/plugins/sqldrivers
/usr/lib/qt-3.3/plugins/styles
/usr/lib/qt-3.3/translations
/usr/lib/qt-3.3/translations/assistant_de.qm
/usr/lib/qt-3.3/translations/qt_ar.qm
/usr/lib/qt-3.3/translations/qt_ca.qm
/usr/lib/qt-3.3/translations/qt_cs.qm
/usr/lib/qt-3.3/translations/qt_de.qm
/usr/lib/qt-3.3/translations/qt_es.qm
/usr/lib/qt-3.3/translations/qt_fr.qm
/usr/lib/qt-3.3/translations/qt_he.qm
/usr/lib/qt-3.3/translations/qt_it.qm
/usr/lib/qt-3.3/translations/qt_ja.qm
/usr/lib/qt-3.3/translations/qt_nb.qm
/usr/lib/qt-3.3/translations/qt_pt-br.qm
/usr/lib/qt-3.3/translations/qt_ru.qm
/usr/lib/qt-3.3/translations/qt_sk.qm
/usr/lib/qt-3.3/translations/qt_zh-cn.qm
/usr/lib/qt-3.3/translations/qt_zh-tw.qm
/usr/share/doc/qt3
/usr/share/doc/qt3/FAQ
/usr/share/doc/qt3/LICENSE.GPL2
/usr/share/doc/qt3/LICENSE.GPL3
/usr/share/doc/qt3/LICENSE.QPL
/usr/share/doc/qt3/README
/usr/share/doc/qt3/README-QT.TXT
/usr/share/doc/qt3/README.immodule
/usr/share/doc/qt3/changes-3.3.8
/usr/share/doc/qt3/changes-3.3.8b
/usr/share/doc/qt3/changes.immodule
References
Summary
In this tutorial we learn how to install qt3
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install qt3 on Fedora 36” linkTitle: “qt3” type: “docs” description: “In this tutorial we learn how to install qt3 in Fedora 36. qt3 is The shared library for the Qt 3 GUI toolkit” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/qt3-featured.png
Introduction
In this tutorial we learn how to install qt3
on Fedora 36.
What is qt3
Qt is a GUI software toolkit which simplifies the task of writing and maintaining GUI (Graphical User Interface) applications for the X Window System. Qt is written in C++ and is fully object-oriented. This package contains the shared library needed to run Qt 3 applications, as well as the README files for Qt 3.
We can use yum
or dnf
to install qt3
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install qt3.
Install qt3 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 qt3
using dnf
by running the following command:
sudo dnf -y install qt3
Install qt3 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 qt3
using yum
by running the following command:
sudo yum -y install qt3
How To Uninstall qt3 on Fedora 36
To uninstall only the qt3
package we can use the following command:
sudo dnf remove qt3
qt3 Package Contents on Fedora 36
/etc/ld.so.conf.d/qt-x86_64.conf
/etc/profile.d/qt.csh
/etc/profile.d/qt.sh
/usr/lib/.build-id
/usr/lib/.build-id/00
/usr/lib/.build-id/00/8b353043077a92e52010addc662abf3f26ef59
/usr/lib/.build-id/3c
/usr/lib/.build-id/3c/d7afba7e8db8e1eaa52c7ad7e0368592b3993c
/usr/lib/.build-id/43
/usr/lib/.build-id/43/903934486bb1cfc21a289fc9d6e51b06362fbf
/usr/lib/.build-id/6e
/usr/lib/.build-id/6e/672388f31ee0345f39ceef6ab7a26f371e28c3
/usr/lib/.build-id/9a
/usr/lib/.build-id/9a/0f47088c8d4723cbd4cef6174c855b94244334
/usr/lib/.build-id/a1
/usr/lib/.build-id/a1/b8109023a4ea4dad6f52ac2a8cb625159d0c5d
/usr/lib/.build-id/ae
/usr/lib/.build-id/ae/6277a09b8ce362e5849e660ac1811a61de6cd8
/usr/lib/.build-id/b5
/usr/lib/.build-id/b5/597c9c4bd8a73afe7e90d5f037f89c9badbb17
/usr/lib/.build-id/b8
/usr/lib/.build-id/b8/ea22ba35282ab21ccff9aa511d9c856d42a1bd
/usr/lib/.build-id/d9
/usr/lib/.build-id/d9/aede8722dc288af12dd2d8c7ac185ae23cf701
/usr/lib/.build-id/f5
/usr/lib/.build-id/f5/3b62e615ac4b56f037004fb2a81ffc31cc55d7
/usr/lib/.build-id/fc
/usr/lib/.build-id/fc/b9e5eaee6dbad29147f69e18a9cc24e5b0dfd8
/usr/lib64/qt-3.3
/usr/lib64/qt-3.3/bin
/usr/lib64/qt-3.3/etc
/usr/lib64/qt-3.3/etc/settings
/usr/lib64/qt-3.3/etc/settings/qtrc
/usr/lib64/qt-3.3/lib
/usr/lib64/qt-3.3/lib/libqt-mt.so.3
/usr/lib64/qt-3.3/lib/libqt-mt.so.3.3
/usr/lib64/qt-3.3/lib/libqt-mt.so.3.3.8
/usr/lib64/qt-3.3/lib/libqui.so.1
/usr/lib64/qt-3.3/lib/libqui.so.1.0
/usr/lib64/qt-3.3/lib/libqui.so.1.0.0
/usr/lib64/qt-3.3/plugins
/usr/lib64/qt-3.3/plugins/designer
/usr/lib64/qt-3.3/plugins/designer/libcppeditor.so
/usr/lib64/qt-3.3/plugins/designer/libdlgplugin.so
/usr/lib64/qt-3.3/plugins/designer/libgladeplugin.so
/usr/lib64/qt-3.3/plugins/designer/libkdevdlgplugin.so
/usr/lib64/qt-3.3/plugins/designer/librcplugin.so
/usr/lib64/qt-3.3/plugins/designer/libwizards.so
/usr/lib64/qt-3.3/plugins/inputmethods
/usr/lib64/qt-3.3/plugins/inputmethods/libqimsw-multi.so
/usr/lib64/qt-3.3/plugins/inputmethods/libqimsw-none.so
/usr/lib64/qt-3.3/plugins/inputmethods/libqsimple.so
/usr/lib64/qt-3.3/plugins/inputmethods/libqxim.so
/usr/lib64/qt-3.3/plugins/sqldrivers
/usr/lib64/qt-3.3/plugins/styles
/usr/lib64/qt-3.3/translations
/usr/lib64/qt-3.3/translations/assistant_de.qm
/usr/lib64/qt-3.3/translations/qt_ar.qm
/usr/lib64/qt-3.3/translations/qt_ca.qm
/usr/lib64/qt-3.3/translations/qt_cs.qm
/usr/lib64/qt-3.3/translations/qt_de.qm
/usr/lib64/qt-3.3/translations/qt_es.qm
/usr/lib64/qt-3.3/translations/qt_fr.qm
/usr/lib64/qt-3.3/translations/qt_he.qm
/usr/lib64/qt-3.3/translations/qt_it.qm
/usr/lib64/qt-3.3/translations/qt_ja.qm
/usr/lib64/qt-3.3/translations/qt_nb.qm
/usr/lib64/qt-3.3/translations/qt_pt-br.qm
/usr/lib64/qt-3.3/translations/qt_ru.qm
/usr/lib64/qt-3.3/translations/qt_sk.qm
/usr/lib64/qt-3.3/translations/qt_zh-cn.qm
/usr/lib64/qt-3.3/translations/qt_zh-tw.qm
/usr/share/doc/qt3
/usr/share/doc/qt3/FAQ
/usr/share/doc/qt3/LICENSE.GPL2
/usr/share/doc/qt3/LICENSE.GPL3
/usr/share/doc/qt3/LICENSE.QPL
/usr/share/doc/qt3/README
/usr/share/doc/qt3/README-QT.TXT
/usr/share/doc/qt3/README.immodule
/usr/share/doc/qt3/changes-3.3.8
/usr/share/doc/qt3/changes-3.3.8b
/usr/share/doc/qt3/changes.immodule
References
Summary
In this tutorial we learn how to install qt3
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).