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

Last updated: September 21,2024

1. Install "cadical.x86_64" package

Here is a brief guide to show you how to install cadical.x86_64 on Fedora 35

$ 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 35:

$ sudo dnf remove cadical.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 3:31:18 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : cadical
Epoch : 1
Version : 1.5.2
Release : 1.fc35
Architecture : x86_64
Size : 72 k
Source : cadical-1.5.2-1.fc35.src.rpm
Repository : updates
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.