Clarify pacman/Arch Linux instructions (#1)

bashonly 2022-09-11 08:58:44 +00:00 committed by GitHub
parent 99539ac69b
commit 896534c0c5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

@ -77,18 +77,18 @@ To update, run:
brew upgrade yt-dlp brew upgrade yt-dlp
``` ```
### [AUR](https://aur.archlinux.org/packages/yt-dlp-git) ### [pacman](https://archlinux.org/packages/community/any/yt-dlp/)
Arch Linux users can install it from the AUR: Arch Linux users can install it from the official community repository:
```bash
pacman -Sy yt-dlp
```
To update, run:
```bash ```bash
pacman -Syu yt-dlp pacman -Syu yt-dlp
``` ```
pacman will now automatically download the correct dependencies and keep the package up-to-date whenever you update your system with:
```bash
pacman -Syu
```
### [APT](https://en.wikipedia.org/wiki/APT_(software)) ### [APT](https://en.wikipedia.org/wiki/APT_(software))
You can download and install yt-dlp for Ubuntu and other related Debian-based distributions by adding the [stable PPA](https://launchpad.net/~yt-dlp/+archive/ubuntu/stable) You can download and install yt-dlp for Ubuntu and other related Debian-based distributions by adding the [stable PPA](https://launchpad.net/~yt-dlp/+archive/ubuntu/stable)