# libvisio mit Homebrew, apk, dnf, Nix, pacman, apt, zypper installieren

Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für libvisio in AI-Agent-Workflows.

## Installation

```sh
sudo av install brew:libvisio
```

Weitere Installationsbefehle:

### macOS

- Homebrew (100%):

```sh
brew install libvisio
```

  Evidenz: local Homebrew formula metadata

### Linux

- apk (92%):

```sh
sudo apk add libvisio
```

  Evidenz: Alpine Linux edge package indexes: libvisio from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz

- dnf (92%):

```sh
sudo dnf install libvisio
```

  Evidenz: Fedora Rawhide package metadata: libvisio from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst

- Nix (92%):

```sh
nix profile install nixpkgs#libvisio
```

  Evidenz: nixpkgs package indexes: pkgs/by-name/li/libvisio/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- pacman (92%):

```sh
sudo pacman -S libvisio
```

  Evidenz: Arch Linux sync databases: libvisio from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

- Debian apt (92%):

```sh
sudo apt install libvisio-0.1-1
```

  Evidenz: Debian stable package indexes: libvisio-0.1-1 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- zypper (92%):

```sh
sudo zypper install libvisio-0_1-1
```

  Evidenz: openSUSE Tumbleweed package metadata: libvisio-0_1-1 from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst

## Paketfakten

- **Paketschlüssel:** brew:libvisio
- **Paketmanager:** Homebrew
- **Version:** 0.1.11
- **Quellzusammenfassung:** Interpret and import Visio diagrams
- **Homepage:** <https://wiki.documentfoundation.org/DLP/Libraries/libvisio>
- **Generiert:** 2026-08-03T19:37:03+00:00

## Executables

- vsd2raw (Alias)
- vsd2text (Alias)
- vsd2xhtml (Alias)
- vss2raw (Alias)
- vss2text (Alias)
- vss2xhtml (Alias)

## Installationsverhalten

- Bottle: nicht verfügbar

## Version und Aktualität

- Seite generiert: 2026-08-03
- Manager-Version: 0.1.11
## Projektgeschichte und Nutzung

libvisio is a Document Liberation Project library and tool set for parsing Microsoft Visio documents so free-office software can import diagrams from proprietary Visio formats.

### Projektgeschichte

The Document Foundation wiki describes libvisio as a library that parses Microsoft Visio file formats across versions. Its freedesktop.org repository history shows 0.0.x releases beginning in 2011, followed by the 0.1.0 line in 2014, when the NEWS file records a switch to librevenge.

### Adoptionsgeschichte

libvisio matters mainly through LibreOffice and related document-conversion workflows. Rather than being a user-facing editor, it packages the hard format knowledge needed to import VSD, VSS, VSDX, and related Visio content into open document pipelines.

### Wie es verwendet wird

The package ships small inspection and conversion tools such as vsd2raw, vsd2text, vsd2xhtml, vss2raw, vss2text, and vss2xhtml, but its primary use is as an import library linked by office/document tooling.

### Warum Paket-Nerds sich dafür interessieren

It is a good example of the Document Liberation Project pattern: isolate a proprietary office format parser into a reusable library so distributions and applications can share the maintenance burden.

### Zeitleiste

- 2011-06-23: libvisio-0.0.1 tag in the freedesktop.org repository.
- 2014-05-23: libvisio-0.1.0 tag; NEWS records the switch to librevenge.
- 2015-2019: 0.1.x releases added import fixes, fuzzing-driven crash fixes, Coverity fixes, and format support improvements.
- 2025-09-23: libvisio-0.1.10 tag in the freedesktop.org repository.

### Related projects

- LibreOffice is the main downstream office suite context.
- librevenge is the document-library framework used by the 0.1 series.
- The Document Liberation Project hosts related import libraries for other proprietary office formats.

### Quellen

- <https://cgit.freedesktop.org/libreoffice/libvisio>
- <https://cgit.freedesktop.org/libreoffice/libvisio/plain/NEWS>
- <https://cgit.freedesktop.org/libreoffice/libvisio/refs/tags>
- <https://wiki.documentfoundation.org/DLP/Libraries/libvisio>


## Sicherheitshinweise

library-like package without higher-risk signals.

- **Geiger-Risiko:** grün / niedrig
- library-like package without higher-risk signals

## Andere Paketmanager-Einträge

- Debian apt - libvisio-0.1-1 - 0.1.7-1+b5: normalized package name match | Debian stable package indexes: libvisio-0.1-1 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | library for parsing the visio file structure | http://freedesktop.org/wiki/Software/libvisio
- Debian apt - libvisio-dev - 0.1.7-1+b5: normalized package name match | Debian stable package indexes: libvisio-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | library for parsing the visio file structure -- development | http://freedesktop.org/wiki/Software/libvisio
- Debian apt - libvisio-doc - 0.1.7-1: normalized package name match | Debian stable package indexes: libvisio-doc from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | library for parsing the visio file structure -- documentatio | http://freedesktop.org/wiki/Software/libvisio
- Debian apt - libvisio-tools - 0.1.7-1+b5: normalized package name match | Debian stable package indexes: libvisio-tools from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | library for parsing the visio file structure -- tools | http://freedesktop.org/wiki/Software/libvisio
- Nix - libvisio: normalized package name match | nixpkgs package indexes: pkgs/by-name/li/libvisio/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - libvisio-0.1-1 - 0.1.7-1build9: normalized package name match | Ubuntu 24.04 LTS package indexes: libvisio-0.1-1 from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz | library for parsing the visio file structure | http://freedesktop.org/wiki/Software/libvisio
- Ubuntu apt - libvisio-dev - 0.1.7-1build9: normalized package name match | Ubuntu 24.04 LTS package indexes: libvisio-dev from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz | library for parsing the visio file structure -- development | http://freedesktop.org/wiki/Software/libvisio
- Ubuntu apt - libvisio-doc - 0.1.7-1build9: normalized package name match | Ubuntu 24.04 LTS package indexes: libvisio-doc from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz | library for parsing the visio file structure -- documentatio | http://freedesktop.org/wiki/Software/libvisio
- Ubuntu apt - libvisio-tools - 0.1.7-1build9: normalized package name match | Ubuntu 24.04 LTS package indexes: libvisio-tools from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | library for parsing the visio file structure -- tools | http://freedesktop.org/wiki/Software/libvisio
- apk - libvisio - 0.1.11-r0: normalized package name match | Alpine Linux edge package indexes: libvisio from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Import filter and tools for MS Visio Diagrams | https://wiki.documentfoundation.org/DLP/Libraries/libvisio
- apk - libvisio-dev - 0.1.11-r0: normalized package name match | Alpine Linux edge package indexes: libvisio-dev from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Import filter and tools for MS Visio Diagrams (development files) | https://wiki.documentfoundation.org/DLP/Libraries/libvisio
- apk - libvisio-doc - 0.1.11-r0: normalized package name match | Alpine Linux edge package indexes: libvisio-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Import filter and tools for MS Visio Diagrams (documentation) | https://wiki.documentfoundation.org/DLP/Libraries/libvisio
- apk - libvisio-tools - 0.1.11-r0: normalized package name match | Alpine Linux edge package indexes: libvisio-tools from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Import filter and tools for MS Visio Diagrams | https://wiki.documentfoundation.org/DLP/Libraries/libvisio
- dnf - libvisio - 0.1.11-3.fc45: normalized package name match | Fedora Rawhide package metadata: libvisio from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | A library for import of Microsoft Visio diagrams | http://wiki.documentfoundation.org/DLP/Libraries/libvisio
- dnf - libvisio-devel - 0.1.11-3.fc45: normalized package name match | Fedora Rawhide package metadata: libvisio-devel from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | Development files for libvisio | http://wiki.documentfoundation.org/DLP/Libraries/libvisio
- dnf - libvisio-doc - 0.1.11-3.fc45: normalized package name match | Fedora Rawhide package metadata: libvisio-doc from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | Documentation of libvisio API | http://wiki.documentfoundation.org/DLP/Libraries/libvisio


## Combined YAML source

View the package source record on GitHub. [combined/libvisio.yml](https://github.com/mxcl/pkgdb/blob/main/combined/libvisio.yml)


## Quellen

- pkg.so package database
- Geiger risk classifier
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
