How to Install and Uninstall picosat Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 18,2024

1. Install "picosat" package

Here is a brief guide to show you how to install picosat on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install picosat

2. Uninstall "picosat" package

This guide covers the steps necessary to uninstall picosat on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove picosat $ sudo apt autoclean && sudo apt autoremove

3. Information about the picosat package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: picosat
Priority: extra
Section: universe/science
Installed-Size: 777
Maintainer: Ubuntu Developers
Original-Maintainer: Michael Tautschnig
Architecture: amd64
Version: 960-1
Depends: libc6 (>= 2.14)
Filename: pool/universe/p/picosat/picosat_960-1_amd64.deb
Size: 122050
MD5sum: 458999dada3e5920a7541c4fb1ce8539
SHA1: 9ac3bf5f844dca194f667528f63f682e7f27b8d9
SHA256: 9f6c5e313522a3fca97e5e2f76c99e6fa047a578939eacc83a74940c04e33753
Description-en: SAT solver with proof and core support
Despite the NP completeness of the satisfiabilty problem of Boolean formulas
(SAT), SAT solvers are often able to decide this problem in a reasonable time
frame. As all other NP complete problems are reducible to SAT, the solvers
have become a general purpose tool for this class of problems.
.
PicoSAT is a SAT solver that turned out to be faster on industrial instances
than MiniSAT 2.0 and also can generate proofs and cores in memory.
Description-md5: da3bd387c3a4f3fabebfc27b3fad967b
Homepage: http://fmv.jku.at/picosat/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu