How To Install qextserialport on Fedora 36

In this tutorial we learn how to install qextserialport in Fedora 36. qextserialport is Qt interface class for old fashioned serial ports

Introduction

In this tutorial we learn how to install qextserialport on Fedora 36.

What is qextserialport

QextSerialPort provides an interface to old fashioned serial ports for Qt-based applications.

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

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

sudo dnf -y install qextserialport

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

sudo yum -y install qextserialport

How To Uninstall qextserialport on Fedora 36

To uninstall only the qextserialport package we can use the following command:

sudo dnf remove qextserialport

qextserialport Package Contents on Fedora 36

---
title: "How To Install qextserialport on Fedora 36"
linkTitle: "qextserialport"
type: "docs"
description: "In this tutorial we learn how to install qextserialport in Fedora 36. qextserialport is Qt interface class for old fashioned serial ports"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/qextserialport-featured.png
---

## Introduction

In this tutorial we learn how to install `qextserialport` on Fedora 36.

### What is `qextserialport`

> QextSerialPort provides an interface to old fashioned serial ports for Qt-based applications.  

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

## Install qextserialport on Fedora 36 Using dnf

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

```bash
sudo dnf makecache --refresh

/usr/lib/.build-id /usr/lib/.build-id/64 /usr/lib/.build-id/64/97e60914f84a5665b0a4574cc6241cecf1b930 /usr/lib64/libqextserialport-1.2.so.1 /usr/lib64/libqextserialport-1.2.so.1.0 /usr/lib64/libqextserialport-1.2.so.1.0.0 /usr/share/doc/qextserialport /usr/share/doc/qextserialport/ChangeLog /usr/share/doc/qextserialport/LICENSE

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

sudo dnf -y install qextserialport

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

sudo yum -y install qextserialport

How To Uninstall qextserialport on Fedora 36

To uninstall only the qextserialport package we can use the following command:

sudo dnf remove qextserialport

qextserialport Package Contents on Fedora 36

References

Summary

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

/usr/lib/.build-id /usr/lib/.build-id/af /usr/lib/.build-id/af/5d689e6707590c1ce9f7db894a17b66a9a83e5 /usr/lib/libqextserialport-1.2.so.1 /usr/lib/libqextserialport-1.2.so.1.0 /usr/lib/libqextserialport-1.2.so.1.0.0 /usr/share/doc/qextserialport /usr/share/doc/qextserialport/ChangeLog /usr/share/doc/qextserialport/LICENSE


## References

* [qextserialport website](http://code.google.com/p/qextserialport/)

## Summary

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