How To Install cutter-report on Fedora 36
Introduction
In this tutorial we learn how to install cutter-report
on Fedora 36.
What is cutter-report
PDF report module for Cutter. Cutter is a xUnit family Unit Testing Framework for C/C++. Cutter provides easy to write test and easy to debug code environment.
We can use yum
or dnf
to install cutter-report
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install cutter-report.
Install cutter-report 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 cutter-report
using dnf
by running the following command:
sudo dnf -y install cutter-report
Install cutter-report 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 cutter-report
using yum
by running the following command:
sudo yum -y install cutter-report
How To Uninstall cutter-report on Fedora 36
To uninstall only the cutter-report
package we can use the following command:
sudo dnf remove cutter-report
cutter-report Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/6c
/usr/lib/.build-id/6c/4e9e78e983efa5ed4855ea83ca244be9c5b901
/usr/lib/.build-id/d0
/usr/lib/.build-id/d0/84192e22e41cd822e0edb16ad88099e3f077a1
/usr/lib64/cutter/module/factory/report/pdf_factory.so
/usr/lib64/cutter/module/report/pdf.so
References
Summary
In this tutorial we learn how to install cutter-report
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).