How to Install and Uninstall picosat.x86_64 Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: October 08,2024

1. Install "picosat.x86_64" package

Please follow the instructions below to install picosat.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8)

$ 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 Red Hat Enterprise Linux 8 (RHEL 8):

$ sudo dnf remove picosat.x86_64 $ sudo dnf autoremove

3. Information about the picosat.x86_64 package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 0:54:51 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : picosat
Version : 965
Release : 17.el8
Architecture : x86_64
Size : 43 k
Source : picosat-965-17.el8.src.rpm
Repository : epel
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.