ydcmd from home:antonbatenev:ydcmd project
Select Your Operating System
Add repository and install manually
For Debian 12 run the following:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/antonbatenev:/ydcmd/Debian_12/ /' | sudo tee /etc/apt/sources.list.d/home:antonbatenev:ydcmd.list curl -fsSL https://download.opensuse.org/repositories/home:antonbatenev:ydcmd/Debian_12/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_antonbatenev_ydcmd.gpg > /dev/null sudo apt update sudo apt install ydcmd
For Debian 11 run the following:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/antonbatenev:/ydcmd/Debian_11/ /' | sudo tee /etc/apt/sources.list.d/home:antonbatenev:ydcmd.list curl -fsSL https://download.opensuse.org/repositories/home:antonbatenev:ydcmd/Debian_11/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_antonbatenev_ydcmd.gpg > /dev/null sudo apt update sudo apt install ydcmd
Grab binary packages directly
Add repository and install manually
For Fedora Rawhide run the following as root:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/home:antonbatenev:ydcmd/Fedora_Rawhide/home:antonbatenev:ydcmd.repo dnf install ydcmd
Grab binary packages directly
Add repository and install manually
For 15.6 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:antonbatenev:ydcmd/15.6/home:antonbatenev:ydcmd.repo zypper refresh zypper install ydcmd
Grab binary packages directly
Add repository and install manually
For RHEL 7 run the following as root:
cd /etc/yum.repos.d/ wget https://download.opensuse.org/repositories/home:antonbatenev:ydcmd/RHEL_7/home:antonbatenev:ydcmd.repo yum install ydcmd
Grab binary packages directly
Add repository and install manually
For ScientificLinux 7 run the following as root:
cd /etc/yum.repos.d/ wget https://download.opensuse.org/repositories/home:antonbatenev:ydcmd/ScientificLinux_7/home:antonbatenev:ydcmd.repo yum install ydcmd
Grab binary packages directly
Add repository and install manually
For xUbuntu 24.04 run the following:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/antonbatenev:/ydcmd/xUbuntu_24.04/ /' | sudo tee /etc/apt/sources.list.d/home:antonbatenev:ydcmd.list curl -fsSL https://download.opensuse.org/repositories/home:antonbatenev:ydcmd/xUbuntu_24.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_antonbatenev_ydcmd.gpg > /dev/null sudo apt update sudo apt install ydcmd
For xUbuntu 22.04 run the following:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/antonbatenev:/ydcmd/xUbuntu_22.04/ /' | sudo tee /etc/apt/sources.list.d/home:antonbatenev:ydcmd.list curl -fsSL https://download.opensuse.org/repositories/home:antonbatenev:ydcmd/xUbuntu_22.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_antonbatenev_ydcmd.gpg > /dev/null sudo apt update sudo apt install ydcmd
For xUbuntu 20.04 run the following:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/antonbatenev:/ydcmd/xUbuntu_20.04/ /' | sudo tee /etc/apt/sources.list.d/home:antonbatenev:ydcmd.list curl -fsSL https://download.opensuse.org/repositories/home:antonbatenev:ydcmd/xUbuntu_20.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_antonbatenev_ydcmd.gpg > /dev/null sudo apt update sudo apt install ydcmd