How To Install lpsolve-devel.x86_64 on Amazon Linux 2

In this tutorial we learn how to install lpsolve-devel.x86_64 in Amazon Linux 2. lpsolve-devel.x86_64 is Files for developing with lpsolve

Introduction

In this tutorial we learn how to install lpsolve-devel.x86_64 on Amazon Linux 2.

What is lpsolve-devel.x86_64

Includes and definitions for developing with lpsolve

We can use yum to install lpsolve-devel.x86_64 on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install lpsolve-devel.x86_64.

Install lpsolve-devel.x86_64 on Amazon Linux 2 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install lpsolve-devel.x86_64 using yum by running the following command:

sudo yum -y install lpsolve-devel.x86_64

How To Uninstall lpsolve-devel.x86_64 on Amazon Linux 2

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

sudo yum remove lpsolve-devel.x86_64

lpsolve-devel.x86_64 Package Contents on Amazon Linux 2

/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.x86_64 on Amazon Linux 2 using yum.