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

Last updated: October 15,2024

1. Install "picosat.x86_64" package

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

$ sudo dnf update $ sudo dnf install picosat.x86_64

2. Uninstall "picosat.x86_64" package

In this section, we are going to explain the necessary steps to uninstall picosat.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove picosat.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 0:54:13 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : picosat
Version : 965
Release : 17.el9
Architecture : x86_64
Size : 39 k
Source : picosat-965-17.el9.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.