zsh-syntax-highlighting from shells:zsh-users:zsh-syntax-highlighting project
Выберите операционную систему
Добавить репозиторий и установить вручную
Для CentOS 8 Stream запустите от имени root:
cd /etc/yum.repos.d/ wget https://download.opensuse.org/repositories/shells:zsh-users:zsh-syntax-highlighting/CentOS_8_Stream/shells:zsh-users:zsh-syntax-highlighting.repo yum install zsh-syntax-highlighting
Для CentOS 8 запустите от имени root:
cd /etc/yum.repos.d/ wget https://download.opensuse.org/repositories/shells:zsh-users:zsh-syntax-highlighting/CentOS_8/shells:zsh-users:zsh-syntax-highlighting.repo yum install zsh-syntax-highlighting
Для CentOS 7 запустите от имени root:
cd /etc/yum.repos.d/ wget https://download.opensuse.org/repositories/shells:zsh-users:zsh-syntax-highlighting/CentOS_7/shells:zsh-users:zsh-syntax-highlighting.repo yum install zsh-syntax-highlighting
Для CentOS 6 запустите от имени root:
cd /etc/yum.repos.d/ wget https://download.opensuse.org/repositories/shells:zsh-users:zsh-syntax-highlighting/CentOS_6/shells:zsh-users:zsh-syntax-highlighting.repo yum install zsh-syntax-highlighting
Получить бинарные пакеты напрямую
Добавить репозиторий и установить вручную
Для Raspbian 9.0 запустите:
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-syntax-highlighting/Raspbian_9.0/ /' | sudo tee /etc/apt/sources.list.d/shells:zsh-users:zsh-syntax-highlighting.list curl -fsSL https://download.opensuse.org/repositories/shells:zsh-users:zsh-syntax-highlighting/Raspbian_9.0/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/shells_zsh-users_zsh-syntax-highlighting.gpg > /dev/null sudo apt update sudo apt install zsh-syntax-highlighting
Для Debian Unstable запустите:
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-syntax-highlighting/Debian_Unstable/ /' | sudo tee /etc/apt/sources.list.d/shells:zsh-users:zsh-syntax-highlighting.list curl -fsSL https://download.opensuse.org/repositories/shells:zsh-users:zsh-syntax-highlighting/Debian_Unstable/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/shells_zsh-users_zsh-syntax-highlighting.gpg > /dev/null sudo apt update sudo apt install zsh-syntax-highlighting
Для Debian Testing запустите:
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-syntax-highlighting/Debian_Testing/ /' | sudo tee /etc/apt/sources.list.d/shells:zsh-users:zsh-syntax-highlighting.list curl -fsSL https://download.opensuse.org/repositories/shells:zsh-users:zsh-syntax-highlighting/Debian_Testing/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/shells_zsh-users_zsh-syntax-highlighting.gpg > /dev/null sudo apt update sudo apt install zsh-syntax-highlighting
Для Debian 9.0 запустите:
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-syntax-highlighting/Debian_9.0/ /' | sudo tee /etc/apt/sources.list.d/shells:zsh-users:zsh-syntax-highlighting.list curl -fsSL https://download.opensuse.org/repositories/shells:zsh-users:zsh-syntax-highlighting/Debian_9.0/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/shells_zsh-users_zsh-syntax-highlighting.gpg > /dev/null sudo apt update sudo apt install zsh-syntax-highlighting
Для Debian 8.0 запустите:
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-syntax-highlighting/Debian_8.0/ /' | sudo tee /etc/apt/sources.list.d/shells:zsh-users:zsh-syntax-highlighting.list curl -fsSL https://download.opensuse.org/repositories/shells:zsh-users:zsh-syntax-highlighting/Debian_8.0/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/shells_zsh-users_zsh-syntax-highlighting.gpg > /dev/null sudo apt update sudo apt install zsh-syntax-highlighting
Для Debian 7.0 запустите:
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-syntax-highlighting/Debian_7.0/ /' | sudo tee /etc/apt/sources.list.d/shells:zsh-users:zsh-syntax-highlighting.list curl -fsSL https://download.opensuse.org/repositories/shells:zsh-users:zsh-syntax-highlighting/Debian_7.0/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/shells_zsh-users_zsh-syntax-highlighting.gpg > /dev/null sudo apt update sudo apt install zsh-syntax-highlighting
Для Debian 11 запустите:
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-syntax-highlighting/Debian_11/ /' | sudo tee /etc/apt/sources.list.d/shells:zsh-users:zsh-syntax-highlighting.list curl -fsSL https://download.opensuse.org/repositories/shells:zsh-users:zsh-syntax-highlighting/Debian_11/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/shells_zsh-users_zsh-syntax-highlighting.gpg > /dev/null sudo apt update sudo apt install zsh-syntax-highlighting
Для Debian 10 запустите:
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-syntax-highlighting/Debian_10/ /' | sudo tee /etc/apt/sources.list.d/shells:zsh-users:zsh-syntax-highlighting.list curl -fsSL https://download.opensuse.org/repositories/shells:zsh-users:zsh-syntax-highlighting/Debian_10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/shells_zsh-users_zsh-syntax-highlighting.gpg > /dev/null sudo apt update sudo apt install zsh-syntax-highlighting
Получить бинарные пакеты напрямую
Добавить репозиторий и установить вручную
Для Fedora Rawhide запустите от имени root:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/shells:zsh-users:zsh-syntax-highlighting/Fedora_Rawhide/shells:zsh-users:zsh-syntax-highlighting.repo dnf install zsh-syntax-highlighting
Получить бинарные пакеты напрямую
Добавить репозиторий и установить вручную
Для Mageia Cauldron запустите от имени root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/shells:zsh-users:zsh-syntax-highlighting/Mageia_Cauldron/shells:zsh-users:zsh-syntax-highlighting.repo dnf install zsh-syntax-highlighting
Для Mageia 7 запустите от имени root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/shells:zsh-users:zsh-syntax-highlighting/Mageia_7/shells:zsh-users:zsh-syntax-highlighting.repo dnf install zsh-syntax-highlighting
Для Mageia 6 запустите от имени root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/shells:zsh-users:zsh-syntax-highlighting/Mageia_6/shells:zsh-users:zsh-syntax-highlighting.repo dnf install zsh-syntax-highlighting
Получить бинарные пакеты напрямую
Добавить репозиторий и установить вручную
Для openSUSE Tumbleweed запустите от имени root:
zypper addrepo https://download.opensuse.org/repositories/shells:zsh-users:zsh-syntax-highlighting/openSUSE_Tumbleweed/shells:zsh-users:zsh-syntax-highlighting.repo zypper refresh zypper install zsh-syntax-highlighting
Для openSUSE Leap 42.3 запустите от имени root:
zypper addrepo https://download.opensuse.org/repositories/shells:zsh-users:zsh-syntax-highlighting/openSUSE_Leap_42.3/shells:zsh-users:zsh-syntax-highlighting.repo zypper refresh zypper install zsh-syntax-highlighting
Для openSUSE Leap 42.2 Ports запустите от имени root:
zypper addrepo https://download.opensuse.org/repositories/shells:zsh-users:zsh-syntax-highlighting/openSUSE_Leap_42.2_Ports/shells:zsh-users:zsh-syntax-highlighting.repo zypper refresh zypper install zsh-syntax-highlighting
Для openSUSE Leap 42.2 запустите от имени root:
zypper addrepo https://download.opensuse.org/repositories/shells:zsh-users:zsh-syntax-highlighting/openSUSE_Leap_42.2/shells:zsh-users:zsh-syntax-highlighting.repo zypper refresh zypper install zsh-syntax-highlighting
Для openSUSE Leap 42.1 запустите от имени root:
zypper addrepo https://download.opensuse.org/repositories/shells:zsh-users:zsh-syntax-highlighting/openSUSE_Leap_42.1/shells:zsh-users:zsh-syntax-highlighting.repo zypper refresh zypper install zsh-syntax-highlighting
Для openSUSE Leap 15.1 PowerPC запустите от имени root:
zypper addrepo https://download.opensuse.org/repositories/shells:zsh-users:zsh-syntax-highlighting/openSUSE_Leap_15.1_PowerPC/shells:zsh-users:zsh-syntax-highlighting.repo zypper refresh zypper install zsh-syntax-highlighting
Для openSUSE Leap 15.1 ARM запустите от имени root:
zypper addrepo https://download.opensuse.org/repositories/shells:zsh-users:zsh-syntax-highlighting/openSUSE_Leap_15.1_ARM/shells:zsh-users:zsh-syntax-highlighting.repo zypper refresh zypper install zsh-syntax-highlighting
Для openSUSE Leap 15.0 Ports запустите от имени root:
zypper addrepo https://download.opensuse.org/repositories/shells:zsh-users:zsh-syntax-highlighting/openSUSE_Leap_15.0_Ports/shells:zsh-users:zsh-syntax-highlighting.repo zypper refresh zypper install zsh-syntax-highlighting
Для openSUSE Factory PowerPC запустите от имени root:
zypper addrepo https://download.opensuse.org/repositories/shells:zsh-users:zsh-syntax-highlighting/openSUSE_Factory_PowerPC/shells:zsh-users:zsh-syntax-highlighting.repo zypper refresh zypper install zsh-syntax-highlighting
Для openSUSE Factory ARM запустите от имени root:
zypper addrepo https://download.opensuse.org/repositories/shells:zsh-users:zsh-syntax-highlighting/openSUSE_Factory_ARM/shells:zsh-users:zsh-syntax-highlighting.repo zypper refresh zypper install zsh-syntax-highlighting
Для SLE 15 SP1 Backports запустите от имени root:
zypper addrepo https://download.opensuse.org/repositories/shells:zsh-users:zsh-syntax-highlighting/SLE_15_SP1_Backports/shells:zsh-users:zsh-syntax-highlighting.repo zypper refresh zypper install zsh-syntax-highlighting
Для SLE 12 SP4 Backports запустите от имени root:
zypper addrepo https://download.opensuse.org/repositories/shells:zsh-users:zsh-syntax-highlighting/SLE_12_SP4_Backports/shells:zsh-users:zsh-syntax-highlighting.repo zypper refresh zypper install zsh-syntax-highlighting
Для SLE 12 SP3 Backports запустите от имени root:
zypper addrepo https://download.opensuse.org/repositories/shells:zsh-users:zsh-syntax-highlighting/SLE_12_SP3_Backports/shells:zsh-users:zsh-syntax-highlighting.repo zypper refresh zypper install zsh-syntax-highlighting
Для SLE 12 SP2 Backports запустите от имени root:
zypper addrepo https://download.opensuse.org/repositories/shells:zsh-users:zsh-syntax-highlighting/SLE_12_SP2_Backports/shells:zsh-users:zsh-syntax-highlighting.repo zypper refresh zypper install zsh-syntax-highlighting
Для SLE 12 SP1 Backports запустите от имени root:
zypper addrepo https://download.opensuse.org/repositories/shells:zsh-users:zsh-syntax-highlighting/SLE_12_SP1_Backports/shells:zsh-users:zsh-syntax-highlighting.repo zypper refresh zypper install zsh-syntax-highlighting
Для SLE 12 Backports запустите от имени root:
zypper addrepo https://download.opensuse.org/repositories/shells:zsh-users:zsh-syntax-highlighting/SLE_12_Backports/shells:zsh-users:zsh-syntax-highlighting.repo zypper refresh zypper install zsh-syntax-highlighting
Для 15.4 запустите от имени root:
zypper addrepo https://download.opensuse.org/repositories/shells:zsh-users:zsh-syntax-highlighting/15.4/shells:zsh-users:zsh-syntax-highlighting.repo zypper refresh zypper install zsh-syntax-highlighting
Получить бинарные пакеты напрямую
Добавить репозиторий и установить вручную
Для Raspbian 11 запустите:
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-syntax-highlighting/Raspbian_11/ /' | sudo tee /etc/apt/sources.list.d/shells:zsh-users:zsh-syntax-highlighting.list curl -fsSL https://download.opensuse.org/repositories/shells:zsh-users:zsh-syntax-highlighting/Raspbian_11/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/shells_zsh-users_zsh-syntax-highlighting.gpg > /dev/null sudo apt update sudo apt install zsh-syntax-highlighting
Для Raspbian 10 запустите:
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-syntax-highlighting/Raspbian_10/ /' | sudo tee /etc/apt/sources.list.d/shells:zsh-users:zsh-syntax-highlighting.list curl -fsSL https://download.opensuse.org/repositories/shells:zsh-users:zsh-syntax-highlighting/Raspbian_10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/shells_zsh-users_zsh-syntax-highlighting.gpg > /dev/null sudo apt update sudo apt install zsh-syntax-highlighting
Получить бинарные пакеты напрямую
Добавить репозиторий и установить вручную
Для RHEL 7 запустите от имени root:
cd /etc/yum.repos.d/ wget https://download.opensuse.org/repositories/shells:zsh-users:zsh-syntax-highlighting/RHEL_7/shells:zsh-users:zsh-syntax-highlighting.repo yum install zsh-syntax-highlighting
Получить бинарные пакеты напрямую
Добавить репозиторий и установить вручную
Для ScientificLinux 7 запустите от имени root:
cd /etc/yum.repos.d/ wget https://download.opensuse.org/repositories/shells:zsh-users:zsh-syntax-highlighting/ScientificLinux_7/shells:zsh-users:zsh-syntax-highlighting.repo yum install zsh-syntax-highlighting
Для ScientificLinux 6 запустите от имени root:
cd /etc/yum.repos.d/ wget https://download.opensuse.org/repositories/shells:zsh-users:zsh-syntax-highlighting/ScientificLinux_6/shells:zsh-users:zsh-syntax-highlighting.repo yum install zsh-syntax-highlighting
Получить бинарные пакеты напрямую
Добавить репозиторий и установить вручную
Для SLE 15 Backports запустите от имени root:
zypper addrepo https://download.opensuse.org/repositories/shells:zsh-users:zsh-syntax-highlighting/SLE_15_Backports/shells:zsh-users:zsh-syntax-highlighting.repo zypper refresh zypper install zsh-syntax-highlighting
Для SLE 15 запустите от имени root:
zypper addrepo https://download.opensuse.org/repositories/shells:zsh-users:zsh-syntax-highlighting/SLE_15/shells:zsh-users:zsh-syntax-highlighting.repo zypper refresh zypper install zsh-syntax-highlighting
Для SLE 12 SP4 запустите от имени root:
zypper addrepo https://download.opensuse.org/repositories/shells:zsh-users:zsh-syntax-highlighting/SLE_12_SP4/shells:zsh-users:zsh-syntax-highlighting.repo zypper refresh zypper install zsh-syntax-highlighting
Для SLE 12 SP3 запустите от имени root:
zypper addrepo https://download.opensuse.org/repositories/shells:zsh-users:zsh-syntax-highlighting/SLE_12_SP3/shells:zsh-users:zsh-syntax-highlighting.repo zypper refresh zypper install zsh-syntax-highlighting
Для SLE 12 SP2 запустите от имени root:
zypper addrepo https://download.opensuse.org/repositories/shells:zsh-users:zsh-syntax-highlighting/SLE_12_SP2/shells:zsh-users:zsh-syntax-highlighting.repo zypper refresh zypper install zsh-syntax-highlighting
Для SLE 12 SP1 запустите от имени root:
zypper addrepo https://download.opensuse.org/repositories/shells:zsh-users:zsh-syntax-highlighting/SLE_12_SP1/shells:zsh-users:zsh-syntax-highlighting.repo zypper refresh zypper install zsh-syntax-highlighting
Для SLE 12 запустите от имени root:
zypper addrepo https://download.opensuse.org/repositories/shells:zsh-users:zsh-syntax-highlighting/SLE_12/shells:zsh-users:zsh-syntax-highlighting.repo zypper refresh zypper install zsh-syntax-highlighting
Получить бинарные пакеты напрямую
Добавить репозиторий и установить вручную
Для xUbuntu 22.04 запустите:
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-syntax-highlighting/xUbuntu_22.04/ /' | sudo tee /etc/apt/sources.list.d/shells:zsh-users:zsh-syntax-highlighting.list curl -fsSL https://download.opensuse.org/repositories/shells:zsh-users:zsh-syntax-highlighting/xUbuntu_22.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/shells_zsh-users_zsh-syntax-highlighting.gpg > /dev/null sudo apt update sudo apt install zsh-syntax-highlighting
Для xUbuntu 21.10 запустите:
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-syntax-highlighting/xUbuntu_21.10/ /' | sudo tee /etc/apt/sources.list.d/shells:zsh-users:zsh-syntax-highlighting.list curl -fsSL https://download.opensuse.org/repositories/shells:zsh-users:zsh-syntax-highlighting/xUbuntu_21.10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/shells_zsh-users_zsh-syntax-highlighting.gpg > /dev/null sudo apt update sudo apt install zsh-syntax-highlighting
Для xUbuntu 21.04 запустите:
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-syntax-highlighting/xUbuntu_21.04/ /' | sudo tee /etc/apt/sources.list.d/shells:zsh-users:zsh-syntax-highlighting.list curl -fsSL https://download.opensuse.org/repositories/shells:zsh-users:zsh-syntax-highlighting/xUbuntu_21.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/shells_zsh-users_zsh-syntax-highlighting.gpg > /dev/null sudo apt update sudo apt install zsh-syntax-highlighting
Для xUbuntu 20.04 запустите:
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-syntax-highlighting/xUbuntu_20.04/ /' | sudo tee /etc/apt/sources.list.d/shells:zsh-users:zsh-syntax-highlighting.list curl -fsSL https://download.opensuse.org/repositories/shells:zsh-users:zsh-syntax-highlighting/xUbuntu_20.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/shells_zsh-users_zsh-syntax-highlighting.gpg > /dev/null sudo apt update sudo apt install zsh-syntax-highlighting
Для xUbuntu 18.04 запустите:
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-syntax-highlighting/xUbuntu_18.04/ /' | sudo tee /etc/apt/sources.list.d/shells:zsh-users:zsh-syntax-highlighting.list curl -fsSL https://download.opensuse.org/repositories/shells:zsh-users:zsh-syntax-highlighting/xUbuntu_18.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/shells_zsh-users_zsh-syntax-highlighting.gpg > /dev/null sudo apt update sudo apt install zsh-syntax-highlighting
Для xUbuntu 16.04 запустите:
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-syntax-highlighting/xUbuntu_16.04/ /' | sudo tee /etc/apt/sources.list.d/shells:zsh-users:zsh-syntax-highlighting.list curl -fsSL https://download.opensuse.org/repositories/shells:zsh-users:zsh-syntax-highlighting/xUbuntu_16.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/shells_zsh-users_zsh-syntax-highlighting.gpg > /dev/null sudo apt update sudo apt install zsh-syntax-highlighting
Для xUbuntu 14.04 запустите:
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-syntax-highlighting/xUbuntu_14.04/ /' | sudo tee /etc/apt/sources.list.d/shells:zsh-users:zsh-syntax-highlighting.list curl -fsSL https://download.opensuse.org/repositories/shells:zsh-users:zsh-syntax-highlighting/xUbuntu_14.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/shells_zsh-users_zsh-syntax-highlighting.gpg > /dev/null sudo apt update sudo apt install zsh-syntax-highlighting
Для xUbuntu 12.04 запустите:
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-syntax-highlighting/xUbuntu_12.04/ /' | sudo tee /etc/apt/sources.list.d/shells:zsh-users:zsh-syntax-highlighting.list curl -fsSL https://download.opensuse.org/repositories/shells:zsh-users:zsh-syntax-highlighting/xUbuntu_12.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/shells_zsh-users_zsh-syntax-highlighting.gpg > /dev/null sudo apt update sudo apt install zsh-syntax-highlighting
Получить бинарные пакеты напрямую
Добавить репозиторий и установить вручную
Для Univention 4.4 запустите от имени root:
echo 'deb http://download.opensuse.org/repositories/shells:/zsh-users:/zsh-syntax-highlighting/Univention_4.4/ /' > /etc/apt/sources.list.d/shells:zsh-users:zsh-syntax-highlighting.list wget -nv https://download.opensuse.org/repositories/shells:zsh-users:zsh-syntax-highlighting/Univention_4.4/Release.key -O Release.key apt-key add - < Release.key apt-get update apt-get install zsh-syntax-highlighting
Для Univention 4.3 запустите от имени root:
echo 'deb http://download.opensuse.org/repositories/shells:/zsh-users:/zsh-syntax-highlighting/Univention_4.3/ /' > /etc/apt/sources.list.d/shells:zsh-users:zsh-syntax-highlighting.list wget -nv https://download.opensuse.org/repositories/shells:zsh-users:zsh-syntax-highlighting/Univention_4.3/Release.key -O Release.key apt-key add - < Release.key apt-get update apt-get install zsh-syntax-highlighting
Получить бинарные пакеты напрямую
Добавить репозиторий и установить вручную
Для PowerKVM 3.1 запустите от имени root:
?
Для Fedora 36 запустите от имени root:
?