How To Install qtermwidget-devel on Fedora 36
Introduction
In this tutorial we learn how to install qtermwidget-devel
on Fedora 36.
What is qtermwidget-devel
Development files for qtermwidget-qt5 library.
We can use yum
or dnf
to install qtermwidget-devel
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install qtermwidget-devel.
Install qtermwidget-devel on Fedora 36 Using dnf
title: “How To Install qtermwidget-devel on Fedora 36”
linkTitle: “qtermwidget-devel”
Update yum database with dnf
using the following command.
type: “docs”
description: "In this tutorial we learn how to install qtermwidget-devel in Fedora 36. qtermwidget-devel is Qt5 terminal widget - devel package"
sudo dnf makecache --refresh
date: "2022-08-17"
lastmod: “2022-08-17”
#image: /images/fedora/36/qtermwidget-devel-featured.png
After updating yum database, We can install qtermwidget-devel
using dnf
by running the following command:
## Introduction
sudo dnf -y install qtermwidget-devel
In this tutorial we learn how to install qtermwidget-devel
on Fedora 36.
What is qtermwidget-devel
Install qtermwidget-devel on Fedora 36 Using yum
Development files for qtermwidget-qt5 library.
Update yum database with yum
using the following command.
We can use `yum` or `dnf` to install `qtermwidget-devel` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install qtermwidget-devel.
sudo yum makecache --refresh
Install qtermwidget-devel on Fedora 36 Using dnf
After updating yum database, We can install qtermwidget-devel
using yum
by running the following command:
Update yum database with dnf
using the following command.
```bash
sudo yum -y install qtermwidget-devel
sudo dnf makecache --refresh
## How To Uninstall qtermwidget-devel on Fedora 36
After updating yum database, We can install `qtermwidget-devel` using `dnf` by running the following command:
To uninstall only the `qtermwidget-devel` package we can use the following command:
```bash
sudo dnf -y install qtermwidget-devel
```bash
sudo dnf remove qtermwidget-devel
## Install qtermwidget-devel on Fedora 36 Using yum
Update yum database with `yum` using the following command.
## qtermwidget-devel Package Contents on Fedora 36
```bash
sudo yum makecache --refresh
```bash
After updating yum database, We can install qtermwidget-devel
using yum
by running the following command:
sudo yum -y install qtermwidget-devel
How To Uninstall qtermwidget-devel on Fedora 36
To uninstall only the qtermwidget-devel
package we can use the following command:
sudo dnf remove qtermwidget-devel
qtermwidget-devel Package Contents on Fedora 36
/usr/include/qtermwidget5
/usr/include/qtermwidget5/Emulation.h
/usr/include/qtermwidget5/Filter.h
/usr/include/qtermwidget5/KeyboardTranslator.h
/usr/include/qtermwidget5/qtermwidget.h
/usr/include/qtermwidget5/qtermwidget_export.h
/usr/include/qtermwidget5/qtermwidget_version.h
/usr/lib64/cmake/qtermwidget5
/usr/lib64/cmake/qtermwidget5/qtermwidget5-config-version.cmake
/usr/lib64/cmake/qtermwidget5/qtermwidget5-config.cmake
/usr/lib64/cmake/qtermwidget5/qtermwidget5-targets-release.cmake
/usr/lib64/cmake/qtermwidget5/qtermwidget5-targets.cmake
/usr/lib64/libqtermwidget5.so
/usr/lib64/pkgconfig/qtermwidget5.pc
References
Summary
In this tutorial we learn how to install qtermwidget-devel
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
/usr/include/qtermwidget5 /usr/include/qtermwidget5/Emulation.h /usr/include/qtermwidget5/Filter.h /usr/include/qtermwidget5/KeyboardTranslator.h /usr/include/qtermwidget5/qtermwidget.h /usr/include/qtermwidget5/qtermwidget_export.h /usr/include/qtermwidget5/qtermwidget_version.h /usr/lib/cmake/qtermwidget5 /usr/lib/cmake/qtermwidget5/qtermwidget5-config-version.cmake /usr/lib/cmake/qtermwidget5/qtermwidget5-config.cmake /usr/lib/cmake/qtermwidget5/qtermwidget5-targets-release.cmake /usr/lib/cmake/qtermwidget5/qtermwidget5-targets.cmake /usr/lib/libqtermwidget5.so /usr/lib/pkgconfig/qtermwidget5.pc
## References
* [qtermwidget-devel website](https://github.com/lxqt/qtermwidget/)
## Summary
In this tutorial we learn how to install `qtermwidget-devel` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).