To install Youtube-dl in Alpine Linux, run: $ sudo apk add youtube-dl Install Youtube-dl in Arch Linux, EndeavourOS, Manjaro Linux using command: $ sudo pacman -S youtube-dl On Debian, Ubuntu, Linux mint, Pop_OS!: $ sudo apt install youtube-dl On Fedora: $ sudo dnf install you...
或者,你也可以使用 pip 来安装它: sudo -H pipinstall--upgrade youtube-dl 除了直接从官方下载以外,很多主流 Linux 发行版本的官方存储库或一些 PPA 中都收录了 youtube-dl,例如: Arch Linuxsudo pacman -S youtube-dl Debian 或 Ubuntusudo apt install youtube-dl Fedorasudo dnf install youtube-dl You...
Void Linux:sudo xbps-install youtube-viewer INSTALLATION To installyoutube-viewer, run: perl Build.PLsudo ./Build installdepssudo ./Build install To installgtk-youtube-vieweralong withyoutube-viewer, run: perl Build.PL --gtksudo ./Build installdepssudo ./Build install ...
在任何操作系统上获取ytfzf的最简单方法是首先克隆存储库,然后使用Makefile进行安装。$ git clone https://github.com/pystardust/ytfzf$ cd ytfzf$ sudo make install 如果使用Arch Linux,则ytfzf在AUR存储库中已经可用,您可以通过运行以下命令进行安装:$ yay -S ytfzf-git 安装该实用程序之后,您还需要安...
5.3.3 Install using the AUR packageOn Arch-based systems. such as Manjaro, Tartube can be installed using the semi-official AUR package. The procedure is:Open a terminal window Type: git clone https://aur.archlinux.org/tartube.git Type: cd tartube Type: makepkg -si You can now run ...
sudo apk add yt-dlp [OnAlpine Linux] sudo pacman -S yt-dlp [OnArch Linux] sudo zypper install yt-dlp [OnOpenSUSE] To install the most recent version ofyt-dlp, you can use the followingcurl command. sudo curl -L https://github.com/yt-dlp/yt-dlp/releases/latest/download/yt-dlp -...
$ sudo pacman -S yt-dlp [在Arch Linux上] $ sudo zypper install yt-dlp [在OpenSUSE上] 或者,要安装最新版本的yt-dlp,请使用以下curl或wget下载适用于您的操作系统的官方二进制文件。 $ sudo curl -L https://github.com/yt-dlp/yt-dlp/releases/latest/download/yt-dlp -o /usr/local/bin/yt-dl...
YouTube to MP3 conversion is not the program's sole purpose, so it's a bigger download than you might expect, but don't let this put you off (just take care not to install the optional adware during setup). We found the UI to be organized logically, so you should be able to find...
You can easily install YouTube-DL on Linux by downloading the YouTube-DL binary from the developer website using thecurl commandor thewget command. This method works on all major Linux distributions such as Debian, RHEL, Ubuntu, LinuxMint, CentOS, Fedora, suse, openSUSE, ArchLinux, Manjaro,...
Arch Linux $ sudo pacman -S yt-dlp OpenSUSE $ sudo zypper install yt-dlp -y 如果你想安装最新版本的 yt-dlp $ sudo curl -L https://github.com/yt-dlp/yt-dlp/releases/latest/download/yt-dlp -o /usr/local/bin/yt-dlp $ sudo chmod a+rx /usr/local/bin/yt-dlp ...