How To Install libwps on Fedora 36
Introduction
In this tutorial we learn how to install libwps
on Fedora 36.
What is libwps
libwps is a library for import of Microsoft Works text documents, spreadsheets and (in a limited way) databases. Full list of supported formats is available at https
We can use yum
or dnf
to install libwps
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libwps.
Install libwps 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
using dnf
by running the following command:
sudo dnf -y install libwps
Install libwps 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
using yum
by running the following command:
sudo yum -y install libwps
How To Uninstall libwps on Fedora 36
To uninstall only the libwps
package we can use the following command:
sudo dnf remove libwps
libwps Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/8c
/usr/lib/.build-id/8c/e18a84a21d4b83eb8938d1dda2b50fbcf39258
/usr/lib64/libwps-0.4.so.4
/usr/lib64/libwps-0.4.so.4.0.12
/usr/share/doc/libwps
/usr/share/doc/libwps/CREDITS
/usr/share/doc/libwps/NEWS
/usr/share/doc/libwps/README
/usr/share/licenses/libwps
/usr/share/licenses/libwps/COPYING.LGPL
/usr/share/licenses/libwps/COPYING.MPL
References
Summary
In this tutorial we learn how to install libwps
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install libwps on Fedora 36” linkTitle: “libwps” type: “docs” description: “In this tutorial we learn how to install libwps in Fedora 36. libwps is A library for import of Microsoft Works documents” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libwps-featured.png
Introduction
In this tutorial we learn how to install libwps
on Fedora 36.
What is libwps
libwps is a library for import of Microsoft Works text documents, spreadsheets and (in a limited way) databases. Full list of supported formats is available at https
We can use yum
or dnf
to install libwps
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libwps.
Install libwps 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
using dnf
by running the following command:
sudo dnf -y install libwps
Install libwps 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
using yum
by running the following command:
sudo yum -y install libwps
How To Uninstall libwps on Fedora 36
To uninstall only the libwps
package we can use the following command:
sudo dnf remove libwps
libwps Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/b6
/usr/lib/.build-id/b6/422fc730e7539d845201151b7233b2e70bbfbd
/usr/lib/libwps-0.4.so.4
/usr/lib/libwps-0.4.so.4.0.12
/usr/share/doc/libwps
/usr/share/doc/libwps/CREDITS
/usr/share/doc/libwps/NEWS
/usr/share/doc/libwps/README
/usr/share/licenses/libwps
/usr/share/licenses/libwps/COPYING.LGPL
/usr/share/licenses/libwps/COPYING.MPL
References
Summary
In this tutorial we learn how to install libwps
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).