How to Install and Uninstall cadical.x86_64 Package on Fedora 38

Last updated: October 05,2024

1. Install "cadical.x86_64" package

This guide covers the steps necessary to install cadical.x86_64 on Fedora 38

$ sudo dnf update $ sudo dnf install cadical.x86_64

2. Uninstall "cadical.x86_64" package

Please follow the guidance below to uninstall cadical.x86_64 on Fedora 38:

$ sudo dnf remove cadical.x86_64 $ sudo dnf autoremove

3. Information about the cadical.x86_64 package on Fedora 38

Last metadata expiration check: 4:27:31 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : cadical
Epoch : 1
Version : 1.5.3
Release : 2.fc38
Architecture : x86_64
Size : 74 k
Source : cadical-1.5.3-2.fc38.src.rpm
Repository : fedora
Summary : Simplified SAT solver
URL : http://fmv.jku.at/cadical/
License : MIT
Description : CaDiCaL is a simplified Satisfiability solver. The goal of the
: development of CaDiCaL is to obtain a CDCL solver, which is easy to
: understand and change, while at the same time not being much slower
: than other state-of-the-art CDCL solvers.