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

Last updated: November 29,2024

1. Install "csdp.x86_64" package

This guide let you learn how to install csdp.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install csdp.x86_64

2. Uninstall "csdp.x86_64" package

This tutorial shows how to uninstall csdp.x86_64 on Fedora 36:

$ sudo dnf remove csdp.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 4:28:05 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : csdp
Version : 6.2.0
Release : 13.fc36
Architecture : x86_64
Size : 302 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.