How To Install simfqt-devel on Fedora 36

In this tutorial we learn how to install simfqt-devel in Fedora 36. simfqt-devel is Header files, libraries and development helper tools for simfqt

Introduction

In this tutorial we learn how to install simfqt-devel on Fedora 36.

What is simfqt-devel

This package contains the header files, shared libraries and development helper tools for simfqt. If you would like to develop programs using simfqt, you will need to install simfqt-devel.

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

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

sudo dnf -y install simfqt-devel

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

sudo yum -y install simfqt-devel

How To Uninstall simfqt-devel on Fedora 36

To uninstall only the simfqt-devel package we can use the following command:

sudo dnf remove simfqt-devel

simfqt-devel Package Contents on Fedora 36

---
title: "How To Install simfqt-devel on Fedora 36"
linkTitle: "simfqt-devel"
type: "docs"
description: "In this tutorial we learn how to install simfqt-devel in Fedora 36. simfqt-devel is Header files, libraries and development helper tools for simfqt"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/simfqt-devel-featured.png
---

## Introduction

In this tutorial we learn how to install `simfqt-devel` on Fedora 36.

### What is `simfqt-devel`

> This package contains the header files, shared libraries and development helper tools for simfqt. If you would like to develop programs using simfqt, you will need to install simfqt-devel.  

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

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

sudo dnf -y install simfqt-devel

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

sudo yum -y install simfqt-devel

How To Uninstall simfqt-devel on Fedora 36

To uninstall only the simfqt-devel package we can use the following command:

sudo dnf remove simfqt-devel

simfqt-devel Package Contents on Fedora 36

/usr/bin/simfqt-config
/usr/include/simfqt
/usr/include/simfqt/SIMFQT_Service.hpp
/usr/include/simfqt/SIMFQT_Types.hpp
/usr/lib64/libsimfqt.so
/usr/lib64/pkgconfig/simfqt.pc
/usr/share/aclocal/simfqt.m4
/usr/share/man/man1/simfqt-config.1.gz
/usr/share/man/man3/simfqt-library.3.gz
/usr/share/simfqt
/usr/share/simfqt/CMake
/usr/share/simfqt/CMake/simfqt-config-version.cmake
/usr/share/simfqt/CMake/simfqt-config.cmake
/usr/share/simfqt/CMake/simfqt-library-depends-debug.cmake
/usr/share/simfqt/CMake/simfqt-library-depends.cmake

References

Summary

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

/usr/bin/simfqt-config /usr/include/simfqt /usr/include/simfqt/SIMFQT_Service.hpp /usr/include/simfqt/SIMFQT_Types.hpp /usr/lib/libsimfqt.so /usr/lib/pkgconfig/simfqt.pc /usr/share/aclocal/simfqt.m4 /usr/share/man/man1/simfqt-config.1.gz /usr/share/man/man3/simfqt-library.3.gz /usr/share/simfqt /usr/share/simfqt/CMake /usr/share/simfqt/CMake/simfqt-config-version.cmake /usr/share/simfqt/CMake/simfqt-config.cmake /usr/share/simfqt/CMake/simfqt-library-depends-debug.cmake /usr/share/simfqt/CMake/simfqt-library-depends.cmake


## References

* [simfqt-devel website](https://github.com/airsim/simfqt)

## Summary

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