mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-23 00:52:01 +00:00
Pacman requires sudo (#2)
parent
896534c0c5
commit
f42156324a
@ -81,12 +81,12 @@ brew upgrade yt-dlp
|
|||||||
|
|
||||||
Arch Linux users can install it from the official community repository:
|
Arch Linux users can install it from the official community repository:
|
||||||
```bash
|
```bash
|
||||||
pacman -Syu yt-dlp
|
sudo 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:
|
pacman will now automatically download the correct dependencies and keep the package up-to-date whenever you update your system with:
|
||||||
```bash
|
```bash
|
||||||
pacman -Syu
|
sudo pacman -Syu
|
||||||
```
|
```
|
||||||
|
|
||||||
### [APT](https://en.wikipedia.org/wiki/APT_(software))
|
### [APT](https://en.wikipedia.org/wiki/APT_(software))
|
||||||
|
Loading…
Reference in New Issue
Block a user