How To Install libvisio on Fedora 36

In this tutorial we learn how to install libvisio in Fedora 36. libvisio is A library for import of Microsoft Visio diagrams

Introduction

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

What is libvisio

libvisio is library providing ability to interpret and import Microsoft Visio diagrams into various applications. You can find it being used in LibreOffice.

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

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

sudo dnf -y install libvisio

Install libvisio on Fedora 36 Using yum

title: “How To Install libvisio on Fedora 36”

linkTitle: “libvisio” Update yum database with yum using the following command. type: “docs”

description: "In this tutorial we learn how to install libvisio in Fedora 36. libvisio is A library for import of Microsoft Visio diagrams"
sudo yum makecache --refresh
date: "2022-08-17"

lastmod: “2022-08-17”

#image: /images/fedora/36/libvisio-featured.png After updating yum database, We can install libvisio using yum by running the following command:


sudo yum -y install libvisio
## Introduction

How To Uninstall libvisio on Fedora 36

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

What is libvisio

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

> libvisio is library providing ability to interpret and import Microsoft Visio diagrams into various applications. You can find it being used in LibreOffice.  

sudo dnf remove libvisio

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

libvisio Package Contents on Fedora 36

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

sudo dnf -y install libvisio

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

sudo yum -y install libvisio

How To Uninstall libvisio on Fedora 36

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

sudo dnf remove libvisio

libvisio Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/f8
/usr/lib/.build-id/f8/33f59e337b51002137e3ec92f73760bfa7584f
/usr/lib/libvisio-0.1.so.1
/usr/lib/libvisio-0.1.so.1.0.7
/usr/share/doc/libvisio
/usr/share/doc/libvisio/AUTHORS
/usr/share/doc/libvisio/NEWS
/usr/share/doc/libvisio/README
/usr/share/licenses/libvisio
/usr/share/licenses/libvisio/COPYING.MPL

References

Summary

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

/usr/lib/.build-id /usr/lib/.build-id/a7 /usr/lib/.build-id/a7/baf8714aeb8298f2a4442b6ec6da2652546471 /usr/lib64/libvisio-0.1.so.1 /usr/lib64/libvisio-0.1.so.1.0.7 /usr/share/doc/libvisio /usr/share/doc/libvisio/AUTHORS /usr/share/doc/libvisio/NEWS /usr/share/doc/libvisio/README /usr/share/licenses/libvisio /usr/share/licenses/libvisio/COPYING.MPL


## References

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

## Summary

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