How to Install and Uninstall glpk.x86_64 Package on Fedora 34

Last updated: October 08,2024

1. Install "glpk.x86_64" package

Please follow the guidance below to install glpk.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install glpk.x86_64

2. Uninstall "glpk.x86_64" package

Please follow the step by step instructions below to uninstall glpk.x86_64 on Fedora 34:

$ sudo dnf remove glpk.x86_64 $ sudo dnf autoremove

3. Information about the glpk.x86_64 package on Fedora 34

Last metadata expiration check: 4:47:57 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : glpk
Version : 5.0
Release : 2.fc34
Architecture : x86_64
Size : 385 k
Source : glpk-5.0-2.fc34.src.rpm
Repository : fedora
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.