How to Install and Uninstall glpk.x86_64 Package on Oracle Linux 9

Last updated: September 23,2024

1. Install "glpk.x86_64" package

In this section, we are going to explain the necessary steps to install glpk.x86_64 on Oracle Linux 9

$ sudo dnf update $ sudo dnf install glpk.x86_64

2. Uninstall "glpk.x86_64" package

In this section, we are going to explain the necessary steps to uninstall glpk.x86_64 on Oracle Linux 9:

$ sudo dnf remove glpk.x86_64 $ sudo dnf autoremove

3. Information about the glpk.x86_64 package on Oracle Linux 9

Last metadata expiration check: 0:08:23 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : glpk
Version : 5.0
Release : 6.el9
Architecture : x86_64
Size : 378 k
Source : glpk-5.0-6.el9.src.rpm
Repository : epel
Summary : GNU Linear Programming Kit
URL : https://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.