How to Install and Uninstall metslib-devel.noarch Package on Red Hat Enterprise Linux 8 (RHEL 8)
Last updated: November 27,2024
1. Install "metslib-devel.noarch" package
Here is a brief guide to show you how to install metslib-devel.noarch on Red Hat Enterprise Linux 8 (RHEL 8)
$
sudo dnf update
Copied
$
sudo dnf install
metslib-devel.noarch
Copied
2. Uninstall "metslib-devel.noarch" package
Please follow the guidance below to uninstall metslib-devel.noarch on Red Hat Enterprise Linux 8 (RHEL 8):
$
sudo dnf remove
metslib-devel.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the metslib-devel.noarch package on Red Hat Enterprise Linux 8 (RHEL 8)
Last metadata expiration check: 0:15:23 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : metslib-devel
Version : 0.5.3
Release : 22.el8
Architecture : noarch
Size : 43 k
Source : metslib-0.5.3-22.el8.src.rpm
Repository : epel
Summary : Metaheuristic modeling framework and optimization toolkit in modern C++
URL : https://projects.coin-or.org/metslib
License : GPLv3+ or CPL
Description : METSlib is a metaheuristic modeling framework and optimization toolkit in
: modern C++ released as Free/Libre/Open Source Software.
:
: Model and algorithms are modular: any search algorithm can be applied to the
: same model. On the other hand no assumption is made on the model, you can
: work on any problem type: timetabling, assignment problems, vehicle routing,
: bin-packing and so on.
:
: Once you have implemented your model in the problem framework, the library
: makes easy testing different Tabu Search strategies or even different
: algorithms (Simulated Annealing or other local search based algorithms) with
: a few lines of code.
Available Packages
Name : metslib-devel
Version : 0.5.3
Release : 22.el8
Architecture : noarch
Size : 43 k
Source : metslib-0.5.3-22.el8.src.rpm
Repository : epel
Summary : Metaheuristic modeling framework and optimization toolkit in modern C++
URL : https://projects.coin-or.org/metslib
License : GPLv3+ or CPL
Description : METSlib is a metaheuristic modeling framework and optimization toolkit in
: modern C++ released as Free/Libre/Open Source Software.
:
: Model and algorithms are modular: any search algorithm can be applied to the
: same model. On the other hand no assumption is made on the model, you can
: work on any problem type: timetabling, assignment problems, vehicle routing,
: bin-packing and so on.
:
: Once you have implemented your model in the problem framework, the library
: makes easy testing different Tabu Search strategies or even different
: algorithms (Simulated Annealing or other local search based algorithms) with
: a few lines of code.