How To Install unoconv on CentOS 7
Introduction
In this tutorial we learn how to install unoconv
on CentOS 7.
What is unoconv
unoconv converts between any document format that LibreOffice understands. It uses LibreOffice’s UNO bindings for non-interactive conversion of documents. Supported document formats include Open Document Format (.odf), MS Word (.doc), MS Office Open/MS OOXML (.xml), Portable Document Format (.pdf), HTML, XHTML, RTF, Docbook (.xml), and more.
We can use yum
or dnf
to install unoconv
on CentOS 7. In this tutorial we discuss both methods but you only need to choose one of method to install unoconv.
Install unoconv on CentOS 7 Using yum
Update yum database with yum
using the following command.
After updating yum database, We can install unoconv
using yum
by running the following command:
Install unoconv 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.
After updating yum database, We can install unoconv
using dnf
by running the following command:
How To Uninstall unoconv on CentOS 7
To uninstall only the unoconv
package we can use the following command:
References
Summary
In this tutorial we learn how to install unoconv
on CentOS 7 using yum
and dnf
.