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

Last updated: January 15,2025

1. Install "picosat.x86_64" package

Please follow the steps below to install picosat.x86_64 on Fedora 39

$ sudo dnf update $ sudo dnf install picosat.x86_64

2. Uninstall "picosat.x86_64" package

This tutorial shows how to uninstall picosat.x86_64 on Fedora 39:

$ sudo dnf remove picosat.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 3:32:14 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : picosat
Version : 965
Release : 18.fc39
Architecture : x86_64
Size : 40 k
Source : picosat-965-18.fc39.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.