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

Last updated: November 25,2024

1. Install "csdp.i686" package

This guide covers the steps necessary to install csdp.i686 on Fedora 36

$ sudo dnf update $ sudo dnf install csdp.i686

2. Uninstall "csdp.i686" package

In this section, we are going to explain the necessary steps to uninstall csdp.i686 on Fedora 36:

$ sudo dnf remove csdp.i686 $ sudo dnf autoremove

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

Last metadata expiration check: 2:51:18 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : csdp
Version : 6.2.0
Release : 13.fc36
Architecture : i686
Size : 301 k
Source : csdp-6.2.0-13.fc36.src.rpm
Repository : fedora
Summary : C library for SemiDefinite Programming
URL : https://github.com/coin-or/Csdp/wiki
License : CPL
Description : CSDP is a library of routines that implements a predictor corrector
: variant of the semidefinite programming algorithm of Helmberg, Rendl,
: Vanderbei, and Wolkowicz. The main advantages of this code are that it
: is written to be used as a callable subroutine, it is written in C for
: efficiency, the code runs in parallel on shared memory multiprocessor
: systems, and it makes effective use of sparsity in the constraint
: matrices.