How To Install libstaroffice on Fedora 36

In this tutorial we learn how to install libstaroffice in Fedora 36. libstaroffice is A library for import of binary StarOffice documents

Introduction

In this tutorial we learn how to install libstaroffice on Fedora 36.

What is libstaroffice

libstaroffice is a library for import of binary StarOffice documents.

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

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

sudo dnf -y install libstaroffice

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

sudo yum -y install libstaroffice

How To Uninstall libstaroffice on Fedora 36

To uninstall only the libstaroffice package we can use the following command:

sudo dnf remove libstaroffice

libstaroffice Package Contents on Fedora 36

---
title: "How To Install libstaroffice on Fedora 36"
linkTitle: "libstaroffice"
type: "docs"
description: "In this tutorial we learn how to install libstaroffice in Fedora 36. libstaroffice is A library for import of binary StarOffice documents"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/libstaroffice-featured.png
---

## Introduction

In this tutorial we learn how to install `libstaroffice` on Fedora 36.

### What is `libstaroffice`

> libstaroffice is a library for import of binary StarOffice documents.  

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

## Install libstaroffice on Fedora 36 Using dnf

Update yum database with `dnf` using the following command.

```bash
sudo dnf makecache --refresh

After updating yum database, We can install libstaroffice using dnf by running the following command:

sudo dnf -y install libstaroffice

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

sudo yum -y install libstaroffice

How To Uninstall libstaroffice on Fedora 36

To uninstall only the libstaroffice package we can use the following command:

sudo dnf remove libstaroffice

libstaroffice Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/37
/usr/lib/.build-id/37/d40f8ce2deb9dc98d6a5e4654a5a143d56b72e
/usr/lib64/libstaroffice-0.0.so.0
/usr/lib64/libstaroffice-0.0.so.0.0.7
/usr/share/doc/libstaroffice
/usr/share/doc/libstaroffice/CREDITS
/usr/share/doc/libstaroffice/NEWS
/usr/share/doc/libstaroffice/README
/usr/share/licenses/libstaroffice
/usr/share/licenses/libstaroffice/COPYING.LGPL
/usr/share/licenses/libstaroffice/COPYING.MPL

References

Summary

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

/usr/lib/.build-id /usr/lib/.build-id/ab /usr/lib/.build-id/ab/0be8ed14adf09209b08af07beb73027357728d /usr/lib/libstaroffice-0.0.so.0 /usr/lib/libstaroffice-0.0.so.0.0.7 /usr/share/doc/libstaroffice /usr/share/doc/libstaroffice/CREDITS /usr/share/doc/libstaroffice/NEWS /usr/share/doc/libstaroffice/README /usr/share/licenses/libstaroffice /usr/share/licenses/libstaroffice/COPYING.LGPL /usr/share/licenses/libstaroffice/COPYING.MPL


## References

* [libstaroffice website](https://github.com/fosnola/libstaroffice/wiki)

## Summary

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