# libvisio を Homebrew, apk, apt, dnf, Nix, pacman, zypper でインストール

libvisio のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

## インストール

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

追加のインストールコマンド:

### macOS

- Homebrew (100%):

```sh
brew install libvisio
```

  証拠: local Homebrew formula metadata

### Linux

- apk (92%):

```sh
sudo apk add libvisio
```

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

- Debian apt (92%):

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

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

- dnf (92%):

```sh
sudo dnf install libvisio
```

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

- Nix (92%):

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

  証拠: 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
```

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

- zypper (92%):

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

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

## パッケージ情報

- **パッケージキー:** brew:libvisio
- **パッケージマネージャ:** Homebrew
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/libvisio>
- **バージョン:** 0.1.11
- **ソース概要:** Interpret and import Visio diagrams
- **ホームページ:** <https://wiki.documentfoundation.org/DLP/Libraries/libvisio>
- **リポジトリ:** <https://cgit.freedesktop.org/libreoffice/libvisio>
- **上流ドキュメント:** <https://wiki.documentfoundation.org/DLP/Libraries/libvisio>
- **ライセンス:** MPL-2.0
- **ソースアーカイブ:** <https://dev-www.libreoffice.org/src/libvisio/libvisio-0.1.11.tar.xz>
- **最終更新:** 2026-05-26T09:39:42Z
- **生成日時:** 2026-07-08T18:08:21+00:00

## 実行可能ファイル

- vsd2raw (cli)
- vsd2text (cli)
- vsd2xhtml (cli)
- vss2raw (cli)
- vss2text (cli)
- vss2xhtml (cli)
- vsd2raw (エイリアス)
- vsd2text (エイリアス)
- vsd2xhtml (エイリアス)
- vss2raw (エイリアス)
- vss2text (エイリアス)
- vss2xhtml (エイリアス)

## 依存関係

- icu4c@78
- librevenge

## ビルド依存関係

- boost
- pkgconf

## macOS 提供ライブラリ

- libxml2

## インストール挙動

- post-install フック: 未定義
- Bottle: 利用可能 対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## バージョンと鮮度

- ページ生成日: 2026-07-08
- マネージャ版: 0.1.11
- マネージャ更新日: 2026-05-26
- ローカルデータ: OK
- 上流リポジトリ: https://wiki.documentfoundation.org/DLP/Libraries/libvisio
- 情報: Release/tag comparison is only available for GitHub repositories.
## プロジェクトの歴史と使われ方

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.

### プロジェクトの歴史

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.

### 採用の歴史

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.

### 使われ方

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.

### パッケージ好きにとっての重要性

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.

### タイムライン

- 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.

### ソース

- <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>


## セキュリティノート

library-like package without higher-risk signals.

- **Geiger リスク:** グリーン / 低
- library-like package without higher-risk signals

## ソースデータベース詳細

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** libvisio
- **Version Scheme:** 0
- **Revision:** 0
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** stable

## 他のパッケージマネージャ記録

- 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.10-r1: 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.10-r1: 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.10-r1: 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.10-r1: 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-2.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/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst | A library for import of Microsoft Visio diagrams | http://wiki.documentfoundation.org/DLP/Libraries/libvisio
- dnf - libvisio-devel - 0.1.11-2.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/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst | Development files for libvisio | http://wiki.documentfoundation.org/DLP/Libraries/libvisio
- dnf - libvisio-doc - 0.1.11-2.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/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst | Documentation of libvisio API | http://wiki.documentfoundation.org/DLP/Libraries/libvisio


## 関連リンク

- [Terminal utility packages](https://www.automicvault.com/ja/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://www.automicvault.com/ja/pkg/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Networking and protocol packages](https://www.automicvault.com/ja/pkg/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [Documentation packages](https://www.automicvault.com/ja/pkg/documentation-tools/) - Matched documentation, manual, or publishing metadata.
- [pkgconf](https://www.automicvault.com/ja/pkg/brew/pkgconf/) - Build dependency declared by Homebrew.
- [a2ps](https://www.automicvault.com/ja/pkg/brew/a2ps/) - Shares av.db curated category or tags: cli, document-processing, productivity.
- [cpdf](https://www.automicvault.com/ja/pkg/brew/cpdf/) - Shares av.db curated category or tags: cli, document-processing, productivity.
- [fop](https://www.automicvault.com/ja/pkg/brew/fop/) - Shares av.db curated category or tags: cli, document-processing, productivity.
- [latexdiff](https://www.automicvault.com/ja/pkg/brew/latexdiff/) - Shares av.db curated category or tags: cli, document-processing, productivity.
- [libwps](https://www.automicvault.com/ja/pkg/brew/libwps/) - Shares av.db curated category or tags: cli, document-import, file-format, productivity.
- [opendetex](https://www.automicvault.com/ja/pkg/brew/opendetex/) - Shares av.db curated category or tags: cli, document-processing, productivity.
- [klog](https://www.automicvault.com/ja/pkg/brew/klog/) - Shares av.db curated category or tags: cli, file-format, productivity.
- [libcdr](https://www.automicvault.com/ja/pkg/brew/libcdr/) - Shares av.db curated category or tags: cli, file-format, productivity.

## Combined YAML source

View the package source record on GitHub. [combined/libvisio.yml](https://github.com/automic-vault/db/blob/main/combined/libvisio.yml)


## ソース

- Nucleus package database
- Geiger risk classifier
- package-page enrichment
- curated package history
- package version freshness
- av.db category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
