zsh-completions from shells:zsh-users:zsh-completions project
Velg operativsystem
Legg til pakkebrønn og installer manuelt
For CentOS 8 Stream, kjør følgende som root:
cd /etc/yum.repos.d/ wget https://download.opensuse.org/repositories/shells:zsh-users:zsh-completions/CentOS_8_Stream/shells:zsh-users:zsh-completions.repo yum install zsh-completions
For CentOS 8, kjør følgende som root:
cd /etc/yum.repos.d/ wget https://download.opensuse.org/repositories/shells:zsh-users:zsh-completions/CentOS_8/shells:zsh-users:zsh-completions.repo yum install zsh-completions
For CentOS 7, kjør følgende som root:
cd /etc/yum.repos.d/ wget https://download.opensuse.org/repositories/shells:zsh-users:zsh-completions/CentOS_7/shells:zsh-users:zsh-completions.repo yum install zsh-completions
For CentOS 6, kjør følgende som root:
cd /etc/yum.repos.d/ wget https://download.opensuse.org/repositories/shells:zsh-users:zsh-completions/CentOS_6/shells:zsh-users:zsh-completions.repo yum install zsh-completions
Hent binære pakker direkte
Legg til pakkebrønn og installer manuelt
For Raspbian 9.0, kjør følgende som:
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/shells:/zsh-users:/zsh-completions/Raspbian_9.0/ /' | sudo tee /etc/apt/sources.list.d/shells:zsh-users:zsh-completions.list curl -fsSL https://download.opensuse.org/repositories/shells:zsh-users:zsh-completions/Raspbian_9.0/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/shells_zsh-users_zsh-completions.gpg > /dev/null sudo apt update sudo apt install zsh-completions
For Debian Unstable, kjør følgende som:
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/shells:/zsh-users:/zsh-completions/Debian_Unstable/ /' | sudo tee /etc/apt/sources.list.d/shells:zsh-users:zsh-completions.list curl -fsSL https://download.opensuse.org/repositories/shells:zsh-users:zsh-completions/Debian_Unstable/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/shells_zsh-users_zsh-completions.gpg > /dev/null sudo apt update sudo apt install zsh-completions
For Debian Testing, kjør følgende som:
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/shells:/zsh-users:/zsh-completions/Debian_Testing/ /' | sudo tee /etc/apt/sources.list.d/shells:zsh-users:zsh-completions.list curl -fsSL https://download.opensuse.org/repositories/shells:zsh-users:zsh-completions/Debian_Testing/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/shells_zsh-users_zsh-completions.gpg > /dev/null sudo apt update sudo apt install zsh-completions
For Debian 9.0, kjør følgende som:
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/shells:/zsh-users:/zsh-completions/Debian_9.0/ /' | sudo tee /etc/apt/sources.list.d/shells:zsh-users:zsh-completions.list curl -fsSL https://download.opensuse.org/repositories/shells:zsh-users:zsh-completions/Debian_9.0/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/shells_zsh-users_zsh-completions.gpg > /dev/null sudo apt update sudo apt install zsh-completions
For Debian 8.0, kjør følgende som:
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/shells:/zsh-users:/zsh-completions/Debian_8.0/ /' | sudo tee /etc/apt/sources.list.d/shells:zsh-users:zsh-completions.list curl -fsSL https://download.opensuse.org/repositories/shells:zsh-users:zsh-completions/Debian_8.0/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/shells_zsh-users_zsh-completions.gpg > /dev/null sudo apt update sudo apt install zsh-completions
For Debian 7.0, kjør følgende som:
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/shells:/zsh-users:/zsh-completions/Debian_7.0/ /' | sudo tee /etc/apt/sources.list.d/shells:zsh-users:zsh-completions.list curl -fsSL https://download.opensuse.org/repositories/shells:zsh-users:zsh-completions/Debian_7.0/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/shells_zsh-users_zsh-completions.gpg > /dev/null sudo apt update sudo apt install zsh-completions
For Debian 11, kjør følgende som:
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/shells:/zsh-users:/zsh-completions/Debian_11/ /' | sudo tee /etc/apt/sources.list.d/shells:zsh-users:zsh-completions.list curl -fsSL https://download.opensuse.org/repositories/shells:zsh-users:zsh-completions/Debian_11/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/shells_zsh-users_zsh-completions.gpg > /dev/null sudo apt update sudo apt install zsh-completions
For Debian 10, kjør følgende som:
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/shells:/zsh-users:/zsh-completions/Debian_10/ /' | sudo tee /etc/apt/sources.list.d/shells:zsh-users:zsh-completions.list curl -fsSL https://download.opensuse.org/repositories/shells:zsh-users:zsh-completions/Debian_10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/shells_zsh-users_zsh-completions.gpg > /dev/null sudo apt update sudo apt install zsh-completions
Hent binære pakker direkte
Legg til pakkebrønn og installer manuelt
For Fedora Rawhide, kjør følgende som root:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/shells:zsh-users:zsh-completions/Fedora_Rawhide/shells:zsh-users:zsh-completions.repo dnf install zsh-completions
Hent binære pakker direkte
Legg til pakkebrønn og installer manuelt
For Mageia Cauldron, kjør følgende som root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/shells:zsh-users:zsh-completions/Mageia_Cauldron/shells:zsh-users:zsh-completions.repo dnf install zsh-completions
For Mageia 7, kjør følgende som root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/shells:zsh-users:zsh-completions/Mageia_7/shells:zsh-users:zsh-completions.repo dnf install zsh-completions
For Mageia 6, kjør følgende som root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/shells:zsh-users:zsh-completions/Mageia_6/shells:zsh-users:zsh-completions.repo dnf install zsh-completions
Hent binære pakker direkte
Legg til pakkebrønn og installer manuelt
For openSUSE Tumbleweed, kjør følgende som root:
zypper addrepo https://download.opensuse.org/repositories/shells:zsh-users:zsh-completions/openSUSE_Tumbleweed/shells:zsh-users:zsh-completions.repo zypper refresh zypper install zsh-completions
For openSUSE Leap 42.3, kjør følgende som root:
zypper addrepo https://download.opensuse.org/repositories/shells:zsh-users:zsh-completions/openSUSE_Leap_42.3/shells:zsh-users:zsh-completions.repo zypper refresh zypper install zsh-completions
For openSUSE Leap 42.2 Ports, kjør følgende som root:
zypper addrepo https://download.opensuse.org/repositories/shells:zsh-users:zsh-completions/openSUSE_Leap_42.2_Ports/shells:zsh-users:zsh-completions.repo zypper refresh zypper install zsh-completions
For openSUSE Leap 42.2, kjør følgende som root:
zypper addrepo https://download.opensuse.org/repositories/shells:zsh-users:zsh-completions/openSUSE_Leap_42.2/shells:zsh-users:zsh-completions.repo zypper refresh zypper install zsh-completions
For openSUSE Leap 42.1, kjør følgende som root:
zypper addrepo https://download.opensuse.org/repositories/shells:zsh-users:zsh-completions/openSUSE_Leap_42.1/shells:zsh-users:zsh-completions.repo zypper refresh zypper install zsh-completions
For openSUSE Leap 15.1 PowerPC, kjør følgende som root:
zypper addrepo https://download.opensuse.org/repositories/shells:zsh-users:zsh-completions/openSUSE_Leap_15.1_PowerPC/shells:zsh-users:zsh-completions.repo zypper refresh zypper install zsh-completions
For openSUSE Leap 15.1 ARM, kjør følgende som root:
zypper addrepo https://download.opensuse.org/repositories/shells:zsh-users:zsh-completions/openSUSE_Leap_15.1_ARM/shells:zsh-users:zsh-completions.repo zypper refresh zypper install zsh-completions
For openSUSE Leap 15.0 Ports, kjør følgende som root:
zypper addrepo https://download.opensuse.org/repositories/shells:zsh-users:zsh-completions/openSUSE_Leap_15.0_Ports/shells:zsh-users:zsh-completions.repo zypper refresh zypper install zsh-completions
For openSUSE Factory PowerPC, kjør følgende som root:
zypper addrepo https://download.opensuse.org/repositories/shells:zsh-users:zsh-completions/openSUSE_Factory_PowerPC/shells:zsh-users:zsh-completions.repo zypper refresh zypper install zsh-completions
For openSUSE Factory ARM, kjør følgende som root:
zypper addrepo https://download.opensuse.org/repositories/shells:zsh-users:zsh-completions/openSUSE_Factory_ARM/shells:zsh-users:zsh-completions.repo zypper refresh zypper install zsh-completions
For SLE 15 SP1 Backports, kjør følgende som root:
zypper addrepo https://download.opensuse.org/repositories/shells:zsh-users:zsh-completions/SLE_15_SP1_Backports/shells:zsh-users:zsh-completions.repo zypper refresh zypper install zsh-completions
For SLE 12 SP4 Backports, kjør følgende som root:
zypper addrepo https://download.opensuse.org/repositories/shells:zsh-users:zsh-completions/SLE_12_SP4_Backports/shells:zsh-users:zsh-completions.repo zypper refresh zypper install zsh-completions
For SLE 12 SP3 Backports, kjør følgende som root:
zypper addrepo https://download.opensuse.org/repositories/shells:zsh-users:zsh-completions/SLE_12_SP3_Backports/shells:zsh-users:zsh-completions.repo zypper refresh zypper install zsh-completions
For SLE 12 SP2 Backports, kjør følgende som root:
zypper addrepo https://download.opensuse.org/repositories/shells:zsh-users:zsh-completions/SLE_12_SP2_Backports/shells:zsh-users:zsh-completions.repo zypper refresh zypper install zsh-completions
For SLE 12 SP1 Backports, kjør følgende som root:
zypper addrepo https://download.opensuse.org/repositories/shells:zsh-users:zsh-completions/SLE_12_SP1_Backports/shells:zsh-users:zsh-completions.repo zypper refresh zypper install zsh-completions
For SLE 12 Backports, kjør følgende som root:
zypper addrepo https://download.opensuse.org/repositories/shells:zsh-users:zsh-completions/SLE_12_Backports/shells:zsh-users:zsh-completions.repo zypper refresh zypper install zsh-completions
For 15.4, kjør følgende som root:
zypper addrepo https://download.opensuse.org/repositories/shells:zsh-users:zsh-completions/15.4/shells:zsh-users:zsh-completions.repo zypper refresh zypper install zsh-completions
Hent binære pakker direkte
Legg til pakkebrønn og installer manuelt
For Raspbian 11, kjør følgende som:
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/shells:/zsh-users:/zsh-completions/Raspbian_11/ /' | sudo tee /etc/apt/sources.list.d/shells:zsh-users:zsh-completions.list curl -fsSL https://download.opensuse.org/repositories/shells:zsh-users:zsh-completions/Raspbian_11/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/shells_zsh-users_zsh-completions.gpg > /dev/null sudo apt update sudo apt install zsh-completions
For Raspbian 10, kjør følgende som:
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/shells:/zsh-users:/zsh-completions/Raspbian_10/ /' | sudo tee /etc/apt/sources.list.d/shells:zsh-users:zsh-completions.list curl -fsSL https://download.opensuse.org/repositories/shells:zsh-users:zsh-completions/Raspbian_10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/shells_zsh-users_zsh-completions.gpg > /dev/null sudo apt update sudo apt install zsh-completions
Hent binære pakker direkte
Legg til pakkebrønn og installer manuelt
For RHEL 7, kjør følgende som root:
cd /etc/yum.repos.d/ wget https://download.opensuse.org/repositories/shells:zsh-users:zsh-completions/RHEL_7/shells:zsh-users:zsh-completions.repo yum install zsh-completions
Hent binære pakker direkte
Legg til pakkebrønn og installer manuelt
For ScientificLinux 7, kjør følgende som root:
cd /etc/yum.repos.d/ wget https://download.opensuse.org/repositories/shells:zsh-users:zsh-completions/ScientificLinux_7/shells:zsh-users:zsh-completions.repo yum install zsh-completions
For ScientificLinux 6, kjør følgende som root:
cd /etc/yum.repos.d/ wget https://download.opensuse.org/repositories/shells:zsh-users:zsh-completions/ScientificLinux_6/shells:zsh-users:zsh-completions.repo yum install zsh-completions
Hent binære pakker direkte
Legg til pakkebrønn og installer manuelt
For SLE 15 SP2, kjør følgende som root:
zypper addrepo https://download.opensuse.org/repositories/shells:zsh-users:zsh-completions/SLE_15_SP2/shells:zsh-users:zsh-completions.repo zypper refresh zypper install zsh-completions
For SLE 15 SP1, kjør følgende som root:
zypper addrepo https://download.opensuse.org/repositories/shells:zsh-users:zsh-completions/SLE_15_SP1/shells:zsh-users:zsh-completions.repo zypper refresh zypper install zsh-completions
For SLE 15 Backports, kjør følgende som root:
zypper addrepo https://download.opensuse.org/repositories/shells:zsh-users:zsh-completions/SLE_15_Backports/shells:zsh-users:zsh-completions.repo zypper refresh zypper install zsh-completions
For SLE 15, kjør følgende som root:
zypper addrepo https://download.opensuse.org/repositories/shells:zsh-users:zsh-completions/SLE_15/shells:zsh-users:zsh-completions.repo zypper refresh zypper install zsh-completions
For SLE 12 SP4, kjør følgende som root:
zypper addrepo https://download.opensuse.org/repositories/shells:zsh-users:zsh-completions/SLE_12_SP4/shells:zsh-users:zsh-completions.repo zypper refresh zypper install zsh-completions
For SLE 12 SP3, kjør følgende som root:
zypper addrepo https://download.opensuse.org/repositories/shells:zsh-users:zsh-completions/SLE_12_SP3/shells:zsh-users:zsh-completions.repo zypper refresh zypper install zsh-completions
For SLE 12 SP2, kjør følgende som root:
zypper addrepo https://download.opensuse.org/repositories/shells:zsh-users:zsh-completions/SLE_12_SP2/shells:zsh-users:zsh-completions.repo zypper refresh zypper install zsh-completions
For SLE 12 SP1, kjør følgende som root:
zypper addrepo https://download.opensuse.org/repositories/shells:zsh-users:zsh-completions/SLE_12_SP1/shells:zsh-users:zsh-completions.repo zypper refresh zypper install zsh-completions
For SLE 12, kjør følgende som root:
zypper addrepo https://download.opensuse.org/repositories/shells:zsh-users:zsh-completions/SLE_12/shells:zsh-users:zsh-completions.repo zypper refresh zypper install zsh-completions
Hent binære pakker direkte
Legg til pakkebrønn og installer manuelt
For xUbuntu 22.04, kjør følgende som:
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/shells:/zsh-users:/zsh-completions/xUbuntu_22.04/ /' | sudo tee /etc/apt/sources.list.d/shells:zsh-users:zsh-completions.list curl -fsSL https://download.opensuse.org/repositories/shells:zsh-users:zsh-completions/xUbuntu_22.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/shells_zsh-users_zsh-completions.gpg > /dev/null sudo apt update sudo apt install zsh-completions
For xUbuntu 21.10, kjør følgende som:
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/shells:/zsh-users:/zsh-completions/xUbuntu_21.10/ /' | sudo tee /etc/apt/sources.list.d/shells:zsh-users:zsh-completions.list curl -fsSL https://download.opensuse.org/repositories/shells:zsh-users:zsh-completions/xUbuntu_21.10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/shells_zsh-users_zsh-completions.gpg > /dev/null sudo apt update sudo apt install zsh-completions
For xUbuntu 21.04, kjør følgende som:
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/shells:/zsh-users:/zsh-completions/xUbuntu_21.04/ /' | sudo tee /etc/apt/sources.list.d/shells:zsh-users:zsh-completions.list curl -fsSL https://download.opensuse.org/repositories/shells:zsh-users:zsh-completions/xUbuntu_21.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/shells_zsh-users_zsh-completions.gpg > /dev/null sudo apt update sudo apt install zsh-completions
For xUbuntu 20.04, kjør følgende som:
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/shells:/zsh-users:/zsh-completions/xUbuntu_20.04/ /' | sudo tee /etc/apt/sources.list.d/shells:zsh-users:zsh-completions.list curl -fsSL https://download.opensuse.org/repositories/shells:zsh-users:zsh-completions/xUbuntu_20.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/shells_zsh-users_zsh-completions.gpg > /dev/null sudo apt update sudo apt install zsh-completions
For xUbuntu 18.04, kjør følgende som:
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/shells:/zsh-users:/zsh-completions/xUbuntu_18.04/ /' | sudo tee /etc/apt/sources.list.d/shells:zsh-users:zsh-completions.list curl -fsSL https://download.opensuse.org/repositories/shells:zsh-users:zsh-completions/xUbuntu_18.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/shells_zsh-users_zsh-completions.gpg > /dev/null sudo apt update sudo apt install zsh-completions
For xUbuntu 16.04, kjør følgende som:
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/shells:/zsh-users:/zsh-completions/xUbuntu_16.04/ /' | sudo tee /etc/apt/sources.list.d/shells:zsh-users:zsh-completions.list curl -fsSL https://download.opensuse.org/repositories/shells:zsh-users:zsh-completions/xUbuntu_16.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/shells_zsh-users_zsh-completions.gpg > /dev/null sudo apt update sudo apt install zsh-completions
For xUbuntu 14.04, kjør følgende som:
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/shells:/zsh-users:/zsh-completions/xUbuntu_14.04/ /' | sudo tee /etc/apt/sources.list.d/shells:zsh-users:zsh-completions.list curl -fsSL https://download.opensuse.org/repositories/shells:zsh-users:zsh-completions/xUbuntu_14.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/shells_zsh-users_zsh-completions.gpg > /dev/null sudo apt update sudo apt install zsh-completions
For xUbuntu 12.04, kjør følgende som:
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/shells:/zsh-users:/zsh-completions/xUbuntu_12.04/ /' | sudo tee /etc/apt/sources.list.d/shells:zsh-users:zsh-completions.list curl -fsSL https://download.opensuse.org/repositories/shells:zsh-users:zsh-completions/xUbuntu_12.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/shells_zsh-users_zsh-completions.gpg > /dev/null sudo apt update sudo apt install zsh-completions
Hent binære pakker direkte
Legg til pakkebrønn og installer manuelt
For Univention 4.4, kjør følgende som root:
echo 'deb http://download.opensuse.org/repositories/shells:/zsh-users:/zsh-completions/Univention_4.4/ /' > /etc/apt/sources.list.d/shells:zsh-users:zsh-completions.list wget -nv https://download.opensuse.org/repositories/shells:zsh-users:zsh-completions/Univention_4.4/Release.key -O Release.key apt-key add - < Release.key apt-get update apt-get install zsh-completions
For Univention 4.3, kjør følgende som root:
echo 'deb http://download.opensuse.org/repositories/shells:/zsh-users:/zsh-completions/Univention_4.3/ /' > /etc/apt/sources.list.d/shells:zsh-users:zsh-completions.list wget -nv https://download.opensuse.org/repositories/shells:zsh-users:zsh-completions/Univention_4.3/Release.key -O Release.key apt-key add - < Release.key apt-get update apt-get install zsh-completions
Hent binære pakker direkte
Legg til pakkebrønn og installer manuelt
For PowerKVM 3.1, kjør følgende som root:
?
For Fedora 36, kjør følgende som root:
?