How To Install libmspub on Fedora 36

In this tutorial we learn how to install libmspub in Fedora 36. libmspub is A library for import of Microsoft Publisher documents

Introduction

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

What is libmspub

Libmspub is library providing ability to interpret and import Microsoft Publisher content into various applications. You can find it being used in libreoffice.

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

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

sudo dnf -y install libmspub

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

sudo yum -y install libmspub

How To Uninstall libmspub on Fedora 36

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

sudo dnf remove libmspub

libmspub Package Contents on Fedora 36

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

## Introduction

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

### What is `libmspub`

> Libmspub is library providing ability to interpret and import Microsoft Publisher content into various applications. You can find it being used in libreoffice.  

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

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

sudo dnf -y install libmspub

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

sudo yum -y install libmspub

How To Uninstall libmspub on Fedora 36

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

sudo dnf remove libmspub

libmspub Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/34
/usr/lib/.build-id/34/1d1ac90c634667309c8f00a76186adac46d59a
/usr/lib/libmspub-0.1.so.1
/usr/lib/libmspub-0.1.so.1.0.4
/usr/share/doc/libmspub
/usr/share/doc/libmspub/AUTHORS
/usr/share/doc/libmspub/NEWS
/usr/share/doc/libmspub/README
/usr/share/licenses/libmspub
/usr/share/licenses/libmspub/COPYING.MPL

References

Summary

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

/usr/lib/.build-id /usr/lib/.build-id/67 /usr/lib/.build-id/67/b40effc3d91192c95409f8a4aea7fab6d5684d /usr/lib64/libmspub-0.1.so.1 /usr/lib64/libmspub-0.1.so.1.0.4 /usr/share/doc/libmspub /usr/share/doc/libmspub/AUTHORS /usr/share/doc/libmspub/NEWS /usr/share/doc/libmspub/README /usr/share/licenses/libmspub /usr/share/licenses/libmspub/COPYING.MPL


## References

* [libmspub website](http://wiki.documentfoundation.org/DLP/Libraries/libmspub)

## Summary

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