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

Last updated: November 27,2024

1. Install "csdp.i686" package

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

$ sudo dnf update $ sudo dnf install csdp.i686

2. Uninstall "csdp.i686" package

Please follow the instructions below to uninstall csdp.i686 on Fedora 39:

$ sudo dnf remove csdp.i686 $ sudo dnf autoremove

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

Last metadata expiration check: 0:12:20 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : csdp
Version : 6.2.0
Release : 16.fc39
Architecture : i686
Size : 301 k
Source : csdp-6.2.0-16.fc39.src.rpm
Repository : fedora
Summary : C library for SemiDefinite Programming
URL : https://github.com/coin-or/Csdp/wiki
License : CPL-1.0 AND Knuth-CTAN
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.