How To Install libwps-tools on Fedora 36

In this tutorial we learn how to install libwps-tools in Fedora 36. libwps-tools is Tools to transform Microsoft Works documents into other formats

Introduction

In this tutorial we learn how to install libwps-tools on Fedora 36.

What is libwps-tools

Tools to transform Microsoft Works documents into other formats. Currently supported

We can use yum or dnf to install libwps-tools on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libwps-tools.

Install libwps-tools 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 libwps-tools using dnf by running the following command:

sudo dnf -y install libwps-tools

Install libwps-tools 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 libwps-tools using yum by running the following command:

sudo yum -y install libwps-tools

How To Uninstall libwps-tools on Fedora 36

To uninstall only the libwps-tools package we can use the following command:

sudo dnf remove libwps-tools

libwps-tools Package Contents on Fedora 36

/usr/bin/wks2csv
/usr/bin/wks2raw
/usr/bin/wks2text
/usr/bin/wps2html
/usr/bin/wps2raw
/usr/bin/wps2text
/usr/lib/.build-id
/usr/lib/.build-id/13
/usr/lib/.build-id/13/53fb55203b5032a64bca7b3767eb5d8f10d254
/usr/lib/.build-id/2c
/usr/lib/.build-id/2c/d279ff01b39c813cdc6fcc8bb01c420fe9db51
/usr/lib/.build-id/33
/usr/lib/.build-id/33/6ffe96f8edec5fe84a43d5ebc4bd52b645160a
/usr/lib/.build-id/56
/usr/lib/.build-id/56/c6719d5d78eb821f337196c28a0dfdb892c08e
/usr/lib/.build-id/a6
/usr/lib/.build-id/a6/60fca48fa338f21e9dc54c320b2dd8c8e0e6f6
/usr/lib/.build-id/ce
/usr/lib/.build-id/ce/317eb76ad83565d611e45af11c8db8449a134d
/usr/share/man/man1/wks2csv.1.gz
/usr/share/man/man1/wks2raw.1.gz
/usr/share/man/man1/wks2text.1.gz
/usr/share/man/man1/wps2html.1.gz
/usr/share/man/man1/wps2raw.1.gz
/usr/share/man/man1/wps2text.1.gz

References

Summary

In this tutorial we learn how to install libwps-tools on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).