How To Install qfaxreader on CentOS 7
Introduction
In this tutorial we learn how to install qfaxreader on CentOS 7.
What is qfaxreader
QFaxReader is a monochrome/color multipage .TIFF files visualisation utility designed for viewing faxes. Features * multi-page monochrome/color tiff/fax file support * fullscreen mode * correctly display fax images in any resolution * an aliases database for replacing fax IDs with real names * image transformation (left or right rotation, vertical flipping) * image export into any format supported by the Qt installation * auto-refresh and notification of new facsimiles * a sidebar for easy directory navigation * printing monocrome and color tiffs * arbitrary scaling (normal/smooth) * internationalization support * CID support
We can use yum or dnf to install qfaxreader on CentOS 7. In this tutorial we discuss both methods but you only need to choose one of method to install qfaxreader.
Install qfaxreader on CentOS 7 Using yum
Update yum database with yum using the following command.
sudo yum makecache
After updating yum database, We can install qfaxreader using yum by running the following command:
sudo yum -y install qfaxreader
Install qfaxreader on CentOS 7 Using dnf
If you don’t have dnf installed you can install DNF on CentOS 7 first.
Update yum database with dnf using the following command.
sudo dnf makecache
After updating yum database, We can install qfaxreader using dnf by running the following command:
sudo dnf -y install qfaxreader
How To Uninstall qfaxreader on CentOS 7
To uninstall only the qfaxreader package we can use the following command:
sudo dnf remove qfaxreader
References
Summary
In this tutorial we learn how to install qfaxreader on CentOS 7 using yum and dnf.