How To Install libvisio-tools on Fedora 36

In this tutorial we learn how to install libvisio-tools in Fedora 36. libvisio-tools is Tools to transform Microsoft Visio diagrams into other formats

Introduction

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

What is libvisio-tools

Tools to transform Microsoft Visio diagrams into other formats. Currently supported

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

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

sudo dnf -y install libvisio-tools

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

sudo yum -y install libvisio-tools

How To Uninstall libvisio-tools on Fedora 36

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

sudo dnf remove libvisio-tools

libvisio-tools Package Contents on Fedora 36

/usr/bin/vsd2raw
/usr/bin/vsd2text
/usr/bin/vsd2xhtml
/usr/bin/vss2raw
/usr/bin/vss2text
/usr/bin/vss2xhtml
/usr/lib/.build-id
/usr/lib/.build-id/9a
/usr/lib/.build-id/9a/d1be8af756f74ca1b49da99b5916458d5a2fdd
/usr/lib/.build-id/b0
/usr/lib/.build-id/b0/30fd3da1d418ff3e2a8b4fc2747d3da896cc7d
/usr/lib/.build-id/b2
/usr/lib/.build-id/b2/42687c0c7f7be8434db98818e3a06f29570de2
/usr/lib/.build-id/d8
/usr/lib/.build-id/d8/116011dc0895af6946c661c77b4664d955a498
/usr/lib/.build-id/eb
/usr/lib/.build-id/eb/f4dafcf28ee6b87114b89059505f88451cdf06
/usr/lib/.build-id/fe
/usr/lib/.build-id/fe/5c9ad65b9827cb471e60f8f63751124e042903
/usr/share/man/man1/vsd2raw.1.gz
/usr/share/man/man1/vsd2text.1.gz
/usr/share/man/man1/vsd2xhtml.1.gz
/usr/share/man/man1/vss2raw.1.gz
/usr/share/man/man1/vss2text.1.gz
/usr/share/man/man1/vss2xhtml.1.gz

References

Summary

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