How To Install lpsolve-devel on Fedora 36

In this tutorial we learn how to install lpsolve-devel in Fedora 36. lpsolve-devel is Files for developing with lpsolve

Introduction

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

What is lpsolve-devel

Includes and definitions for developing with lpsolve

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

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

sudo dnf -y install lpsolve-devel

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

sudo yum -y install lpsolve-devel

How To Uninstall lpsolve-devel on Fedora 36

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

sudo dnf remove lpsolve-devel

lpsolve-devel Package Contents on Fedora 36

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

## Introduction

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

### What is `lpsolve-devel`

> Includes and definitions for developing with lpsolve  

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

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

sudo dnf -y install lpsolve-devel

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

sudo yum -y install lpsolve-devel

How To Uninstall lpsolve-devel on Fedora 36

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

sudo dnf remove lpsolve-devel

lpsolve-devel Package Contents on Fedora 36

/usr/include/lpsolve
/usr/include/lpsolve/lp_Hash.h
/usr/include/lpsolve/lp_MDO.h
/usr/include/lpsolve/lp_MPS.h
/usr/include/lpsolve/lp_SOS.h
/usr/include/lpsolve/lp_bit.h
/usr/include/lpsolve/lp_crash.h
/usr/include/lpsolve/lp_explicit.h
/usr/include/lpsolve/lp_fortify.h
/usr/include/lpsolve/lp_lib.h
/usr/include/lpsolve/lp_matrix.h
/usr/include/lpsolve/lp_mipbb.h
/usr/include/lpsolve/lp_presolve.h
/usr/include/lpsolve/lp_price.h
/usr/include/lpsolve/lp_pricePSE.h
/usr/include/lpsolve/lp_report.h
/usr/include/lpsolve/lp_rlp.h
/usr/include/lpsolve/lp_scale.h
/usr/include/lpsolve/lp_simplex.h
/usr/include/lpsolve/lp_solveDLL.h
/usr/include/lpsolve/lp_types.h
/usr/include/lpsolve/lp_utils.h
/usr/include/lpsolve/lp_wlp.h
/usr/include/lpsolve/lpkit.h
/usr/include/lpsolve/lpsolve.h

References

Summary

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

/usr/include/lpsolve /usr/include/lpsolve/lp_Hash.h /usr/include/lpsolve/lp_MDO.h /usr/include/lpsolve/lp_MPS.h /usr/include/lpsolve/lp_SOS.h /usr/include/lpsolve/lp_bit.h /usr/include/lpsolve/lp_crash.h /usr/include/lpsolve/lp_explicit.h /usr/include/lpsolve/lp_fortify.h /usr/include/lpsolve/lp_lib.h /usr/include/lpsolve/lp_matrix.h /usr/include/lpsolve/lp_mipbb.h /usr/include/lpsolve/lp_presolve.h /usr/include/lpsolve/lp_price.h /usr/include/lpsolve/lp_pricePSE.h /usr/include/lpsolve/lp_report.h /usr/include/lpsolve/lp_rlp.h /usr/include/lpsolve/lp_scale.h /usr/include/lpsolve/lp_simplex.h /usr/include/lpsolve/lp_solveDLL.h /usr/include/lpsolve/lp_types.h /usr/include/lpsolve/lp_utils.h /usr/include/lpsolve/lp_wlp.h /usr/include/lpsolve/lpkit.h /usr/include/lpsolve/lpsolve.h


## References

* [lpsolve-devel website](http://sourceforge.net/projects/lpsolve)

## Summary

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