mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-10 01:02:13 +01:00
Clarify pacman/Arch Linux instructions (#1)
parent
99539ac69b
commit
896534c0c5
1 changed files with 7 additions and 7 deletions
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue