shc from home:vegnuli project
अपना ऑपरेटिंग सिस्टम चुनें
पैकेज-संग्रह जोड़कर स्वयं इंस्टॉल करें
आर्च लिनक्स हेतु, /etc/pacman.conf फाइल संपादित कर निम्नलिखित (ध्यान दें कि पैकमैन द्वारा सदैव प्रथम प्राप्त पैकेज डाउनलोड होता है अतः pacman.conf में पैकेज-संग्रह का क्रम अहम है) को जोड़ें :
[home_vegnuli_Arch] Server = https://download.opensuse.org/repositories/home:/vegnuli/Arch/$arch
फिर निम्नलिखित को रुट उपयोक्ता के रूप में निष्पादित करें
key=$(curl -fsSL https://download.opensuse.org/repositories/home:vegnuli/Arch/$(uname -m)/home_vegnuli_Arch.key)
fingerprint=$(gpg --quiet --with-colons --import-options show-only --import --fingerprint <<< "${key}" | awk -F: '$1 == "fpr" { print $10 }')
pacman-key --init
pacman-key --add - <<< "${key}"
pacman-key --lsign-key "${fingerprint}"
pacman -Sy home_vegnuli_Arch/shc
सीधे बाइनरी पैकेज प्राप्त करें
पैकेज-संग्रह जोड़कर स्वयं इंस्टॉल करें
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/home:/vegnuli/Debian_9.0/ /' | sudo tee /etc/apt/sources.list.d/home:vegnuli.list curl -fsSL https://download.opensuse.org/repositories/home:vegnuli/Debian_9.0/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_vegnuli.gpg > /dev/null sudo apt update sudo apt install shc
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/home:/vegnuli/Debian_8.0/ /' | sudo tee /etc/apt/sources.list.d/home:vegnuli.list curl -fsSL https://download.opensuse.org/repositories/home:vegnuli/Debian_8.0/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_vegnuli.gpg > /dev/null sudo apt update sudo apt install shc
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/home:/vegnuli/Debian_7.0/ /' | sudo tee /etc/apt/sources.list.d/home:vegnuli.list curl -fsSL https://download.opensuse.org/repositories/home:vegnuli/Debian_7.0/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_vegnuli.gpg > /dev/null sudo apt update sudo apt install shc
Debian 6.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/home:/vegnuli/Debian_6.0/ /' | sudo tee /etc/apt/sources.list.d/home:vegnuli.list curl -fsSL https://download.opensuse.org/repositories/home:vegnuli/Debian_6.0/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_vegnuli.gpg > /dev/null sudo apt update sudo apt install shc
Debian 12 हेतु निम्नलिखित को निष्पादित करें :
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:/vegnuli/Debian_12/ /' | sudo tee /etc/apt/sources.list.d/home:vegnuli.list curl -fsSL https://download.opensuse.org/repositories/home:vegnuli/Debian_12/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_vegnuli.gpg > /dev/null sudo apt update sudo apt install shc
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/home:/vegnuli/Debian_11/ /' | sudo tee /etc/apt/sources.list.d/home:vegnuli.list curl -fsSL https://download.opensuse.org/repositories/home:vegnuli/Debian_11/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_vegnuli.gpg > /dev/null sudo apt update sudo apt install shc
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/home:/vegnuli/Debian_10/ /' | sudo tee /etc/apt/sources.list.d/home:vegnuli.list curl -fsSL https://download.opensuse.org/repositories/home:vegnuli/Debian_10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_vegnuli.gpg > /dev/null sudo apt update sudo apt install shc
सीधे बाइनरी पैकेज प्राप्त करें
पैकेज-संग्रह जोड़कर स्वयं इंस्टॉल करें
Raspbian 12 हेतु निम्नलिखित को निष्पादित करें :
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:/vegnuli/Raspbian_12/ /' | sudo tee /etc/apt/sources.list.d/home:vegnuli.list curl -fsSL https://download.opensuse.org/repositories/home:vegnuli/Raspbian_12/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_vegnuli.gpg > /dev/null sudo apt update sudo apt install shc
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/home:/vegnuli/Raspbian_11/ /' | sudo tee /etc/apt/sources.list.d/home:vegnuli.list curl -fsSL https://download.opensuse.org/repositories/home:vegnuli/Raspbian_11/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_vegnuli.gpg > /dev/null sudo apt update sudo apt install shc
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/home:/vegnuli/Raspbian_10/ /' | sudo tee /etc/apt/sources.list.d/home:vegnuli.list curl -fsSL https://download.opensuse.org/repositories/home:vegnuli/Raspbian_10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_vegnuli.gpg > /dev/null sudo apt update sudo apt install shc
सीधे बाइनरी पैकेज प्राप्त करें
पैकेज-संग्रह जोड़कर स्वयं इंस्टॉल करें
xUbuntu 24.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/home:/vegnuli/xUbuntu_24.04/ /' | sudo tee /etc/apt/sources.list.d/home:vegnuli.list curl -fsSL https://download.opensuse.org/repositories/home:vegnuli/xUbuntu_24.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_vegnuli.gpg > /dev/null sudo apt update sudo apt install shc
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/home:/vegnuli/xUbuntu_22.04/ /' | sudo tee /etc/apt/sources.list.d/home:vegnuli.list curl -fsSL https://download.opensuse.org/repositories/home:vegnuli/xUbuntu_22.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_vegnuli.gpg > /dev/null sudo apt update sudo apt install shc
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/home:/vegnuli/xUbuntu_20.04/ /' | sudo tee /etc/apt/sources.list.d/home:vegnuli.list curl -fsSL https://download.opensuse.org/repositories/home:vegnuli/xUbuntu_20.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_vegnuli.gpg > /dev/null sudo apt update sudo apt install shc
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/home:/vegnuli/xUbuntu_18.04/ /' | sudo tee /etc/apt/sources.list.d/home:vegnuli.list curl -fsSL https://download.opensuse.org/repositories/home:vegnuli/xUbuntu_18.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_vegnuli.gpg > /dev/null sudo apt update sudo apt install shc
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/home:/vegnuli/xUbuntu_16.04/ /' | sudo tee /etc/apt/sources.list.d/home:vegnuli.list curl -fsSL https://download.opensuse.org/repositories/home:vegnuli/xUbuntu_16.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_vegnuli.gpg > /dev/null sudo apt update sudo apt install shc
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/home:/vegnuli/xUbuntu_14.04/ /' | sudo tee /etc/apt/sources.list.d/home:vegnuli.list curl -fsSL https://download.opensuse.org/repositories/home:vegnuli/xUbuntu_14.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_vegnuli.gpg > /dev/null sudo apt update sudo apt install shc