How To Install drat-trim on Fedora 36
Introduction
In this tutorial we learn how to install drat-trim
on Fedora 36.
What is drat-trim
The proof checker DRAT-trim can be used to check whether a propositional formula in the DIMACS format is unsatisfiable. Given a propositional formula and a clausal proof, DRAT-trim validates that the proof is a certificate of unsatisfiability of the formula. Clausal proofs should be in the DRAT format which is used to validate the results of the SAT competitions.
We can use yum
or dnf
to install drat-trim
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install drat-trim.
Install drat-trim on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install drat-trim
using dnf
by running the following command:
sudo dnf -y install drat-trim
Install drat-trim on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install drat-trim
using yum
by running the following command:
sudo yum -y install drat-trim
How To Uninstall drat-trim on Fedora 36
To uninstall only the drat-trim
package we can use the following command:
sudo dnf remove drat-trim
drat-trim Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/5d
/usr/lib/.build-id/5d/126cd110052b8772348c278ab194d507689ae9
/usr/lib/libdrat-trim.so.0
/usr/lib/libdrat-trim.so.0.0.0
/usr/share/licenses/drat-trim
/usr/share/licenses/drat-trim/LICENSE
References
Summary
In this tutorial we learn how to install drat-trim
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install drat-trim on Fedora 36” linkTitle: “drat-trim” type: “docs” description: “In this tutorial we learn how to install drat-trim in Fedora 36. drat-trim is Proof checker for DIMACS proofs” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/drat-trim-featured.png
Introduction
In this tutorial we learn how to install drat-trim
on Fedora 36.
What is drat-trim
The proof checker DRAT-trim can be used to check whether a propositional formula in the DIMACS format is unsatisfiable. Given a propositional formula and a clausal proof, DRAT-trim validates that the proof is a certificate of unsatisfiability of the formula. Clausal proofs should be in the DRAT format which is used to validate the results of the SAT competitions.
We can use yum
or dnf
to install drat-trim
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install drat-trim.
Install drat-trim on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install drat-trim
using dnf
by running the following command:
sudo dnf -y install drat-trim
Install drat-trim on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install drat-trim
using yum
by running the following command:
sudo yum -y install drat-trim
How To Uninstall drat-trim on Fedora 36
To uninstall only the drat-trim
package we can use the following command:
sudo dnf remove drat-trim
drat-trim Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/23
/usr/lib/.build-id/23/0f5ced7f88468f4cc03ba682ee2fa3adbd0fa5
/usr/lib64/libdrat-trim.so.0
/usr/lib64/libdrat-trim.so.0.0.0
/usr/share/licenses/drat-trim
/usr/share/licenses/drat-trim/LICENSE
References
Summary
In this tutorial we learn how to install drat-trim
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).