How to Install and Uninstall glpk Package on openSUSE Leap
Last updated: November 07,2024
1. Install "glpk" package
In this section, we are going to explain the necessary steps to install glpk on openSUSE Leap
$
sudo zypper refresh
Copied
$
sudo zypper install
glpk
Copied
2. Uninstall "glpk" package
This tutorial shows how to uninstall glpk on openSUSE Leap:
$
sudo zypper remove
glpk
Copied
3. Information about the glpk package on openSUSE Leap
Information for package glpk:
-----------------------------
Repository : Main Repository
Name : glpk
Version : 5.0-bp155.2.16
Arch : x86_64
Vendor : openSUSE
Installed Size : 38.2 KiB
Installed : No
Status : not installed
Source package : glpk-5.0-bp155.2.16.src
Upstream URL : https://www.gnu.org/software/glpk/glpk.html
Summary : GNU Linear Programming Kit
Description :
The GLPK package is intended for solving large-scale linear
programming, mixed integer programming, and other related problems. It
is a set of routines written in ANSI C and organized in the form of a
callable library.
-----------------------------
Repository : Main Repository
Name : glpk
Version : 5.0-bp155.2.16
Arch : x86_64
Vendor : openSUSE
Installed Size : 38.2 KiB
Installed : No
Status : not installed
Source package : glpk-5.0-bp155.2.16.src
Upstream URL : https://www.gnu.org/software/glpk/glpk.html
Summary : GNU Linear Programming Kit
Description :
The GLPK package is intended for solving large-scale linear
programming, mixed integer programming, and other related problems. It
is a set of routines written in ANSI C and organized in the form of a
callable library.