How To Install nemo-extension-xreader on CentOS 7

In this tutorial we learn how to install nemo-extension-xreader on CentOS 7. nemo-extension-xreader is X-Apps Document Reader file manager extension

Introduction

In this tutorial we learn how to install nemo-extension-xreader on CentOS 7.

What is nemo-extension-xreader

X-Apps Document Reader is a document viewer capable of displaying multiple and singlepage document formats like PDF and PostScript. This package contains the xreader extension for the Nemo file manager. It adds an additional tab called “Document” to the file properties dialog.

We can use yum or dnf to install nemo-extension-xreader on CentOS 7. In this tutorial we discuss both methods but you only need to choose one of method to install nemo-extension-xreader.

Install nemo-extension-xreader on CentOS 7 Using yum

Update yum database with yum using the following command.

sudo yum makecache

After updating yum database, We can install nemo-extension-xreader using yum by running the following command:

sudo yum -y install nemo-extension-xreader

Install nemo-extension-xreader 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 nemo-extension-xreader using dnf by running the following command:

sudo dnf -y install nemo-extension-xreader

How To Uninstall nemo-extension-xreader on CentOS 7

To uninstall only the nemo-extension-xreader package we can use the following command:

sudo dnf remove nemo-extension-xreader

References

Summary

In this tutorial we learn how to install nemo-extension-xreader on CentOS 7 using yum and dnf.