How to Install and Uninstall glpk.i686 Package on Fedora 36

Last updated: September 29,2024

1. Install "glpk.i686" package

Please follow the guidance below to install glpk.i686 on Fedora 36

$ sudo dnf update $ sudo dnf install glpk.i686

2. Uninstall "glpk.i686" package

This tutorial shows how to uninstall glpk.i686 on Fedora 36:

$ sudo dnf remove glpk.i686 $ sudo dnf autoremove

3. Information about the glpk.i686 package on Fedora 36

Last metadata expiration check: 5:47:36 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : glpk
Version : 5.0
Release : 4.fc36
Architecture : i686
Size : 404 k
Source : glpk-5.0-4.fc36.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.