How To Install qt6-qtserialport on Fedora 36

In this tutorial we learn how to install qt6-qtserialport in Fedora 36. qt6-qtserialport is Qt6 - SerialPort component

Introduction

In this tutorial we learn how to install qt6-qtserialport on Fedora 36.

What is qt6-qtserialport

Qt Serial Port provides the basic functionality, which includes configuring, I/O operations, getting and setting the control signals of the RS-232 pinouts.

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

Install qt6-qtserialport 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 qt6-qtserialport using dnf by running the following command:

sudo dnf -y install qt6-qtserialport

Install qt6-qtserialport 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 qt6-qtserialport using yum by running the following command:

sudo yum -y install qt6-qtserialport

How To Uninstall qt6-qtserialport on Fedora 36

To uninstall only the qt6-qtserialport package we can use the following command:

sudo dnf remove qt6-qtserialport

qt6-qtserialport Package Contents on Fedora 36

---
title: "How To Install qt6-qtserialport on Fedora 36"
linkTitle: "qt6-qtserialport"
type: "docs"
description: "In this tutorial we learn how to install qt6-qtserialport in Fedora 36. qt6-qtserialport is Qt6 - SerialPort component"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/qt6-qtserialport-featured.png
---

## Introduction

In this tutorial we learn how to install `qt6-qtserialport` on Fedora 36.

### What is `qt6-qtserialport`

> Qt Serial Port provides the basic functionality, which includes configuring, I/O operations, getting and setting the control signals of the RS-232 pinouts.  

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

## Install qt6-qtserialport on Fedora 36 Using dnf

Update yum database with `dnf` using the following command.

```bash
sudo dnf makecache --refresh

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

sudo dnf -y install qt6-qtserialport

Install qt6-qtserialport 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 qt6-qtserialport using yum by running the following command:

sudo yum -y install qt6-qtserialport

How To Uninstall qt6-qtserialport on Fedora 36

To uninstall only the qt6-qtserialport package we can use the following command:

sudo dnf remove qt6-qtserialport

qt6-qtserialport Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/c9
/usr/lib/.build-id/c9/5267675d6915b3f2dca66447c6049693fda0da
/usr/lib64/libQt6SerialPort.so.6
/usr/lib64/libQt6SerialPort.so.6.2.3
/usr/share/licenses/qt6-qtserialport
/usr/share/licenses/qt6-qtserialport/LICENSE.FDL
/usr/share/licenses/qt6-qtserialport/LICENSE.GPL2
/usr/share/licenses/qt6-qtserialport/LICENSE.GPL3
/usr/share/licenses/qt6-qtserialport/LICENSE.GPL3-EXCEPT
/usr/share/licenses/qt6-qtserialport/LICENSE.LGPL3

References

Summary

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

/usr/lib/.build-id /usr/lib/.build-id/eb /usr/lib/.build-id/eb/1b89f41b50229e2e1d402f3a47b347c9751777 /usr/lib/libQt6SerialPort.so.6 /usr/lib/libQt6SerialPort.so.6.2.3 /usr/share/licenses/qt6-qtserialport /usr/share/licenses/qt6-qtserialport/LICENSE.FDL /usr/share/licenses/qt6-qtserialport/LICENSE.GPL2 /usr/share/licenses/qt6-qtserialport/LICENSE.GPL3 /usr/share/licenses/qt6-qtserialport/LICENSE.GPL3-EXCEPT /usr/share/licenses/qt6-qtserialport/LICENSE.LGPL3


## References

* [qt6-qtserialport website](http://www.qt.io)

## Summary

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