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

Last updated: July 05,2024

1. Install "picosat.x86_64" package

Please follow the guidelines below to install picosat.x86_64 on Fedora 35

$ sudo dnf update $ sudo dnf install picosat.x86_64

2. Uninstall "picosat.x86_64" package

Learn how to uninstall picosat.x86_64 on Fedora 35:

$ sudo dnf remove picosat.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 1:11:33 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : picosat
Version : 965
Release : 13.fc35
Architecture : x86_64
Size : 38 k
Source : picosat-965-13.fc35.src.rpm
Repository : fedora
Summary : A SAT solver
URL : http://fmv.jku.at/picosat/
License : MIT
Description : PicoSAT solves the SAT problem, which is the classical NP complete
: problem of searching for a satisfying assignment of a propositional
: formula in conjunctive normal form (CNF). PicoSAT can generate proofs
: and cores in memory by compressing the proof trace. It supports the
: proof format of TraceCheck.