How to Install and Uninstall glpk.x86_64 Package on CentOS Stream 8

Last updated: May 16,2024

1. Install "glpk.x86_64" package

Please follow the step by step instructions below to install glpk.x86_64 on CentOS Stream 8

$ sudo dnf update $ sudo dnf install glpk.x86_64

2. Uninstall "glpk.x86_64" package

Please follow the guidance below to uninstall glpk.x86_64 on CentOS Stream 8:

$ sudo dnf remove glpk.x86_64 $ sudo dnf autoremove

3. Information about the glpk.x86_64 package on CentOS Stream 8

Last metadata expiration check: 4:07:28 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : glpk
Version : 4.65
Release : 4.el8
Architecture : x86_64
Size : 428 k
Source : glpk-4.65-4.el8.src.rpm
Repository : epel
Summary : GNU Linear Programming Kit
URL : http://www.gnu.org/software/glpk/glpk.html
License : GPLv3+
Description : 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.