How To Install glpk on Fedora 36
Introduction
In this tutorial we learn how to install glpk
on Fedora 36.
What is glpk
The GLPK (GNU Linear Programming Kit) package is intended for solving large-scale linear programming (LP), mixed integer programming (MIP), and other related problems. It is a set of routines written in ANSI C and organized in the form of a callable library. GLPK supports the GNU MathProg language, which is a subset of the AMPL language. The GLPK package includes the following main components * Revised simplex method. * Primal-dual interior point method. * Branch-and-bound method. * Translator for GNU MathProg. * Application program interface (API). * Stand-alone LP/MIP solver.
We can use yum
or dnf
to install glpk
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install glpk.
Install glpk on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
After updating yum database, We can install glpk
using dnf
by running the following command:
Install glpk on Fedora 36 Using yum
Update yum database with yum
using the following command.
After updating yum database, We can install glpk
using yum
by running the following command:
How To Uninstall glpk on Fedora 36
To uninstall only the glpk
package we can use the following command:
glpk Package Contents on Fedora 36
References
Summary
In this tutorial we learn how to install glpk
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install glpk on Fedora 36” linkTitle: “glpk” type: “docs” description: “In this tutorial we learn how to install glpk in Fedora 36. glpk is GNU Linear Programming Kit” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/glpk-featured.png
Introduction
In this tutorial we learn how to install glpk
on Fedora 36.
What is glpk
The GLPK (GNU Linear Programming Kit) package is intended for solving large-scale linear programming (LP), mixed integer programming (MIP), and other related problems. It is a set of routines written in ANSI C and organized in the form of a callable library. GLPK supports the GNU MathProg language, which is a subset of the AMPL language. The GLPK package includes the following main components * Revised simplex method. * Primal-dual interior point method. * Branch-and-bound method. * Translator for GNU MathProg. * Application program interface (API). * Stand-alone LP/MIP solver.
We can use yum
or dnf
to install glpk
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install glpk.
Install glpk on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
After updating yum database, We can install glpk
using dnf
by running the following command:
Install glpk on Fedora 36 Using yum
Update yum database with yum
using the following command.
After updating yum database, We can install glpk
using yum
by running the following command:
How To Uninstall glpk on Fedora 36
To uninstall only the glpk
package we can use the following command:
glpk Package Contents on Fedora 36
References
Summary
In this tutorial we learn how to install glpk
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).