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

Last updated: September 21,2024

1. Install "python3-pycosat.x86_64" package

This is a short guide on how to install python3-pycosat.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8)

$ sudo dnf update $ sudo dnf install python3-pycosat.x86_64

2. Uninstall "python3-pycosat.x86_64" package

This tutorial shows how to uninstall python3-pycosat.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8):

$ sudo dnf remove python3-pycosat.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 0:01:42 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : python3-pycosat
Version : 0.6.3
Release : 12.el8
Architecture : x86_64
Size : 28 k
Source : python-pycosat-0.6.3-12.el8.src.rpm
Repository : epel
Summary : Python bindings to picosat (a SAT solver)
URL : https://github.com/ContinuumIO/pycosat
License : MIT
Description :
: PicoSAT is a popular SAT solver written by Armin Biere in pure C. This
: package provides efficient Python bindings to picosat on the C level, i.e.
: when importing pycosat, the picosat solver becomes part of the Python process
: itself.