How to Install and Uninstall python3-pycosat.x86_64 Package on Fedora 34

Last updated: October 06,2024

1. Install "python3-pycosat.x86_64" package

Please follow the step by step instructions below to install python3-pycosat.x86_64 on Fedora 34

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

2. Uninstall "python3-pycosat.x86_64" package

This guide covers the steps necessary to uninstall python3-pycosat.x86_64 on Fedora 34:

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

3. Information about the python3-pycosat.x86_64 package on Fedora 34

Last metadata expiration check: 1:05:21 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : python3-pycosat
Version : 0.6.3
Release : 14.fc34
Architecture : x86_64
Size : 27 k
Source : python-pycosat-0.6.3-14.fc34.src.rpm
Repository : fedora
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.