# 使用 Homebrew, apk, apt, dnf, MacPorts, Nix, pacman 安装 dvdbackup

查看 dvdbackup 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

## 安装

```sh
sudo av install brew:dvdbackup
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install dvdbackup
```

  证据: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install dvdbackup
```

  证据: MacPorts ports tree: multimedia/dvdbackup/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- apk (92%):

```sh
sudo apk add dvdbackup
```

  证据: Alpine Linux edge package indexes: dvdbackup from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz

- Debian apt (92%):

```sh
sudo apt install dvdbackup
```

  证据: Debian stable package indexes: dvdbackup from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- dnf (92%):

```sh
sudo dnf install dvdbackup
```

  证据: Fedora Rawhide package metadata: dvdbackup 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#dvdbackup
```

  证据: nixpkgs package indexes: pkgs/by-name/dv/dvdbackup/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- pacman (92%):

```sh
sudo pacman -S dvdbackup
```

  证据: Arch Linux sync databases: dvdbackup from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

## 软件包事实

- **软件包键:** brew:dvdbackup
- **软件包管理器:** Homebrew
- **版本:** 0.4.2
- **来源摘要:** Rip DVD's from the command-line
- **主页:** <https://dvdbackup.sourceforge.net/>
- **最后更新:** 2026-07-10T19:03:07-04:00
- **已生成:** 2026-08-03T19:37:03+00:00

## 可执行文件

- dvdbackup (别名)

## 安装行为

- Bottle: 不可用

## 版本和新鲜度

- 页面生成时间: 2026-08-03
- 管理器版本: 0.4.2
## 项目历史与用法

dvdbackup is a small command-line DVD ripping tool focused on copying video DVDs. Its upstream homepage presents the package in very Unix terms: small, fast, easy to use, and maintained around libdvdread/libdvdcss-era DVD access rather than a full media-center interface.

### 项目历史

The official homepage says dvdbackup was originally written by Olaf Beck and later maintained by Benjamin Drung and Stephen Gran. It lists stable release 0.4.2 dated 2012-06-24, with new progress reporting, translation updates, FreeBSD title-detection fixes, and fragmented-chapter copy fixes.

The project used SourceForge for releases and Launchpad/Bazaar for development. The homepage links directly to the Launchpad trunk and instructs developers to branch `lp:dvdbackup`, placing it in the late-2000s/early-2010s era of Bazaar-hosted free-software projects.

### 采用历史

dvdbackup was packaged broadly across Linux and Unix-like systems, including Homebrew, Debian, Ubuntu, Fedora, Arch, Alpine, MacPorts, and Nix. That adoption came from being a simple CLI for a common maintenance task: copying a DVD title, chapter, or full disc structure without launching a larger transcoder or media suite.

### 使用方式

Users typically run `dvdbackup` from a terminal to copy a full DVD, selected titles, or chapters. The tool relies on libdvdread and, where legally and locally appropriate, libdvdcss for encrypted discs; the output is commonly fed into other DVD or video processing tools.

### 为什么软件包爱好者会关心

dvdbackup is significant as a small leaf package in the DVD toolchain: not an authoring suite, not a transcoder, and not a player, just a focused ripper. That makes it easy for package managers to keep around for archival, migration, and old-script compatibility.

### 时间线

- 2009-03-02: SourceForge file listing shows dvdbackup 0.4 release.
- 2009-06-08: SourceForge file listing shows dvdbackup 0.4.1 release.
- 2012-06-24: Official homepage lists stable release 0.4.2.
- 2012-06-24: SourceForge file listing shows dvdbackup-0.4.2.tar.xz.

### Related projects

- dvdbackup sits near libdvdread, libdvdcss, dvd+rw-tools, dvdauthor, VLC, MPlayer, and FFmpeg in the older Unix DVD ecosystem.

### 来源

- <https://dvdbackup.sourceforge.net/>
- <https://sourceforge.net/projects/dvdbackup/files/dvdbackup/>
- <https://code.launchpad.net/~dvdbackup-dev/dvdbackup/trunk>
- <https://launchpad.net/dvdbackup>


## 安全说明

broad file, network, media, or database tool signal.

- **Geiger 风险:** blue / 中
- broad file, network, media, or database tool signal

## 其他软件包管理器记录

- Debian apt - dvdbackup - 0.4.2-5: normalized package name match | Debian stable package indexes: dvdbackup from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | tool to rip DVD's from the command line | https://dvdbackup.sourceforge.net
- Nix - dvdbackup: normalized package name match | nixpkgs package indexes: pkgs/by-name/dv/dvdbackup/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - dvdbackup - 0.4.2-4.1build2: normalized package name match | Ubuntu 24.04 LTS package indexes: dvdbackup from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | tool to rip DVD's from the command line | http://dvdbackup.sourceforge.net
- Ubuntu apt - dvdbackup-dbg - 0.4.2-4.1build2: normalized package name match | Ubuntu 24.04 LTS package indexes: dvdbackup-dbg from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | debug files for dvdbackup | http://dvdbackup.sourceforge.net
- apk - dvdbackup - 0.4.2-r1: normalized package name match | Alpine Linux edge package indexes: dvdbackup from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | Tool to rip video DVDs from the command line | https://dvdbackup.sourceforge.net/
- apk - dvdbackup-doc - 0.4.2-r1: normalized package name match | Alpine Linux edge package indexes: dvdbackup-doc from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | Tool to rip video DVDs from the command line (documentation) | https://dvdbackup.sourceforge.net/
- apk - dvdbackup-lang - 0.4.2-r1: normalized package name match | Alpine Linux edge package indexes: dvdbackup-lang from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | Languages for package dvdbackup | https://dvdbackup.sourceforge.net/
- dnf - dvdbackup - 0.4.2-31.fc45: normalized package name match | Fedora Rawhide package metadata: dvdbackup from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | Command line tool for ripping video DVDs | http://dvdbackup.sourceforge.net/
- pacman - dvdbackup - 0.4.2-7: normalized package name match | Arch Linux sync databases: dvdbackup from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | Tool to rip video DVDs from the command line | https://dvdbackup.sourceforge.net
- MacPorts - dvdbackup: normalized package name match | MacPorts ports tree: multimedia/dvdbackup/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1


## Combined YAML source

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


## 来源

- 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
