How To Install konqueror-devel on Fedora 36
Introduction
In this tutorial we learn how to install konqueror-devel
on Fedora 36.
What is konqueror-devel
The konqueror-devel package contains libraries and header files for developing applications that use konqueror.
We can use yum
or dnf
to install konqueror-devel
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install konqueror-devel.
Install konqueror-devel 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 konqueror-devel
using dnf
by running the following command:
sudo dnf -y install konqueror-devel
Install konqueror-devel 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 konqueror-devel
using yum
by running the following command:
sudo yum -y install konqueror-devel
How To Uninstall konqueror-devel on Fedora 36
To uninstall only the konqueror-devel
package we can use the following command:
sudo dnf remove konqueror-devel
konqueror-devel Package Contents on Fedora 36
/usr/include/KF5/konq_events.h
/usr/include/KF5/konq_historyentry.h
/usr/include/KF5/konq_historyprovider.h
/usr/include/KF5/konq_popupmenu.h
/usr/include/KF5/konq_version.h
/usr/include/KF5/libkonq_export.h
/usr/include/konqsidebarplugin.h
/usr/lib64/cmake/KF5Konq
/usr/lib64/cmake/KF5Konq/KF5KonqConfig.cmake
/usr/lib64/cmake/KF5Konq/KF5KonqConfigVersion.cmake
/usr/lib64/cmake/KF5Konq/KF5KonqTargets-release.cmake
/usr/lib64/cmake/KF5Konq/KF5KonqTargets.cmake
/usr/lib64/libKF5Konq.so
/usr/lib64/libkonqsidebarplugin.so
References
Summary
In this tutorial we learn how to install konqueror-devel
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install konqueror-devel on Fedora 36” linkTitle: “konqueror-devel” type: “docs” description: “In this tutorial we learn how to install konqueror-devel in Fedora 36. konqueror-devel is Development files for konqueror” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/konqueror-devel-featured.png
Introduction
In this tutorial we learn how to install konqueror-devel
on Fedora 36.
What is konqueror-devel
The konqueror-devel package contains libraries and header files for developing applications that use konqueror.
We can use yum
or dnf
to install konqueror-devel
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install konqueror-devel.
Install konqueror-devel 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 konqueror-devel
using dnf
by running the following command:
sudo dnf -y install konqueror-devel
Install konqueror-devel 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 konqueror-devel
using yum
by running the following command:
sudo yum -y install konqueror-devel
How To Uninstall konqueror-devel on Fedora 36
To uninstall only the konqueror-devel
package we can use the following command:
sudo dnf remove konqueror-devel
konqueror-devel Package Contents on Fedora 36
/usr/include/KF5/konq_events.h
/usr/include/KF5/konq_historyentry.h
/usr/include/KF5/konq_historyprovider.h
/usr/include/KF5/konq_popupmenu.h
/usr/include/KF5/konq_version.h
/usr/include/KF5/libkonq_export.h
/usr/include/konqsidebarplugin.h
/usr/lib/cmake/KF5Konq
/usr/lib/cmake/KF5Konq/KF5KonqConfig.cmake
/usr/lib/cmake/KF5Konq/KF5KonqConfigVersion.cmake
/usr/lib/cmake/KF5Konq/KF5KonqTargets-release.cmake
/usr/lib/cmake/KF5Konq/KF5KonqTargets.cmake
/usr/lib/libKF5Konq.so
/usr/lib/libkonqsidebarplugin.so
References
Summary
In this tutorial we learn how to install konqueror-devel
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).