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

Last updated: May 18,2024

1. Install "csdp.i686" package

Please follow the step by step instructions below to install csdp.i686 on Fedora 34

$ sudo dnf update $ sudo dnf install csdp.i686

2. Uninstall "csdp.i686" package

Please follow the guidelines below to uninstall csdp.i686 on Fedora 34:

$ sudo dnf remove csdp.i686 $ sudo dnf autoremove

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

Last metadata expiration check: 0:45:02 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : csdp
Version : 6.2.0
Release : 11.fc34
Architecture : i686
Size : 301 k
Source : csdp-6.2.0-11.fc34.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.