Skip to content

Commit

Permalink
fix(mpv): update linux install instructions (#189)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ravencentric authored Oct 29, 2023
1 parent da61f0d commit b387c5d
Showing 1 changed file with 9 additions and 12 deletions.
21 changes: 9 additions & 12 deletions docs/tutorials/mpv.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,20 +77,17 @@ brew install mpv

### Linux

==- 🔧 Installing on Ubuntu/Debian (APT)
Distributions usually package outdated, unmaintained, and unsupported versions of mpv. This is especially true for popular distros like Debian and Ubuntu. You are recommended to use mpv-build or third-party packages instead.

Run the following command in your terminal:
==- 🔧 Installing on various distributions

```sh
apt install mpv
```
==- 🔧 Installing on Fedora (DNF)

Run the following command in your terminal:

```sh
dnf install mpv
```
All of these packages are unofficial:
- [Arch (official package)](https://archlinux.org/packages/extra/x86_64/mpv/)
- [Gentoo (official package)](https://packages.gentoo.org/packages/media-video/mpv)
- [Arch (AUR, git package)](https://aur.archlinux.org/packages/mpv-git/)
- [Arch (AUR, mpv-build package)](https://aur.archlinux.org/packages/mpv-build-git/)
- [Debian multimedia](https://deb-multimedia.org/dists/testing/main/binary-amd64/package/mpv)
- [Ubuntu and Debian (apt repository)](https://fruit.je/apt)

==-

Expand Down

0 comments on commit b387c5d

Please sign in to comment.