How to Install and Uninstall picosat.x86_64 Package on AlmaLinux 8

Last updated: November 24,2024

1. Install "picosat.x86_64" package

Here is a brief guide to show you how to install picosat.x86_64 on AlmaLinux 8

$ sudo dnf update $ sudo dnf install picosat.x86_64

2. Uninstall "picosat.x86_64" package

Please follow the guidelines below to uninstall picosat.x86_64 on AlmaLinux 8:

$ sudo dnf remove picosat.x86_64 $ sudo dnf autoremove

3. Information about the picosat.x86_64 package on AlmaLinux 8

Last metadata expiration check: 0:14:07 ago on Mon Sep 5 03:22:42 2022.
Available Packages
Name : picosat
Version : 965
Release : 11.el8
Architecture : x86_64
Size : 42 k
Source : picosat-965-11.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.