How To Install libqcas-devel on Fedora 36

In this tutorial we learn how to install libqcas-devel in Fedora 36. libqcas-devel is Development files of libqcas

Introduction

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

What is libqcas-devel

This package contains libraries and header files for developing applications that use libqcas.

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

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

sudo dnf -y install libqcas-devel

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

sudo yum -y install libqcas-devel

How To Uninstall libqcas-devel on Fedora 36

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

sudo dnf remove libqcas-devel

libqcas-devel Package Contents on Fedora 36

---
title: "How To Install libqcas-devel on Fedora 36"
linkTitle: "libqcas-devel"
type: "docs"
description: "In this tutorial we learn how to install libqcas-devel in Fedora 36. libqcas-devel is Development files of libqcas"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/libqcas-devel-featured.png
---

## Introduction

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

### What is `libqcas-devel`

> This package contains libraries and header files for developing applications that use libqcas.  

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

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

sudo dnf -y install libqcas-devel

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

sudo yum -y install libqcas-devel

How To Uninstall libqcas-devel on Fedora 36

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

sudo dnf remove libqcas-devel

libqcas-devel Package Contents on Fedora 36

/usr/include/libqcas
/usr/include/libqcas/CasManager.h
/usr/include/libqcas/MainWindow.h
/usr/include/libqcas/config.h
/usr/include/libqcas/geometry.h
/usr/include/libqcas/giacpy.h
/usr/include/libqcas/gui
/usr/include/libqcas/gui/CentralTabWidget.h
/usr/include/libqcas/gui/FormalLine.h
/usr/include/libqcas/gui/FormalLineWidgets.h
/usr/include/libqcas/gui/FormalSheet.h
/usr/include/libqcas/gui/WizardAlgo.h
/usr/include/libqcas/gui/WizardCatalog.h
/usr/include/libqcas/gui/WizardEquation.h
/usr/include/libqcas/gui/WizardMatrix.h
/usr/include/libqcas/gui/plotfunctiondialog.h
/usr/include/libqcas/gui/prefdialog.h
/usr/include/libqcas/gui/qtmmlwidget.h
/usr/include/libqcas/gui/spreadsheet.h
/usr/include/libqcas/output.h
/usr/include/libqcas/sizeof_void_p.h
/usr/include/libqcas/ui_MainWindow.h
/usr/lib/libqcas.so

References

Summary

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

/usr/include/libqcas /usr/include/libqcas/CasManager.h /usr/include/libqcas/MainWindow.h /usr/include/libqcas/config.h /usr/include/libqcas/geometry.h /usr/include/libqcas/giacpy.h /usr/include/libqcas/gui /usr/include/libqcas/gui/CentralTabWidget.h /usr/include/libqcas/gui/FormalLine.h /usr/include/libqcas/gui/FormalLineWidgets.h /usr/include/libqcas/gui/FormalSheet.h /usr/include/libqcas/gui/WizardAlgo.h /usr/include/libqcas/gui/WizardCatalog.h /usr/include/libqcas/gui/WizardEquation.h /usr/include/libqcas/gui/WizardMatrix.h /usr/include/libqcas/gui/plotfunctiondialog.h /usr/include/libqcas/gui/prefdialog.h /usr/include/libqcas/gui/qtmmlwidget.h /usr/include/libqcas/gui/spreadsheet.h /usr/include/libqcas/output.h /usr/include/libqcas/sizeof_void_p.h /usr/include/libqcas/ui_MainWindow.h /usr/lib64/libqcas.so


## References

* [libqcas-devel website](http://webusers.imj-prg.fr/~frederic.han/qcas)

## Summary

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