yasm from home:toornimda project
Välj ditt operativsystem
Lägg till lagringsplats och installera manuellt
För CentOS 6, kör följande som root:
cd /etc/yum.repos.d/ wget https://download.opensuse.org/repositories/home:toornimda/CentOS_6/home:toornimda.repo yum install yasm
För CentOS 5, kör följande som root:
cd /etc/yum.repos.d/ wget https://download.opensuse.org/repositories/home:toornimda/CentOS_5/home:toornimda.repo yum install yasm
Grab binary packages directly
Lägg till lagringsplats och installera manuellt
För Debian 7.0, kör följande:
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:/toornimda/Debian_7.0/ /' | sudo tee /etc/apt/sources.list.d/home:toornimda.list curl -fsSL https://download.opensuse.org/repositories/home:toornimda/Debian_7.0/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_toornimda.gpg > /dev/null sudo apt update sudo apt install yasm
Grab binary packages directly
Lägg till lagringsplats och installera manuellt
För RHEL 7, kör följande som root:
cd /etc/yum.repos.d/ wget https://download.opensuse.org/repositories/home:toornimda/RHEL_7/home:toornimda.repo yum install yasm
För RHEL 6, kör följande som root:
cd /etc/yum.repos.d/ wget https://download.opensuse.org/repositories/home:toornimda/RHEL_6/home:toornimda.repo yum install yasm
För RHEL 5, kör följande som root:
cd /etc/yum.repos.d/ wget https://download.opensuse.org/repositories/home:toornimda/RHEL_5/home:toornimda.repo yum install yasm
Grab binary packages directly
Lägg till lagringsplats och installera manuellt
För SLE 12, kör följande som root:
zypper addrepo https://download.opensuse.org/repositories/home:toornimda/SLE_12/home:toornimda.repo zypper refresh zypper install yasm
För SLE 11 SP3, kör följande som root:
zypper addrepo https://download.opensuse.org/repositories/home:toornimda/SLE_11_SP3/home:toornimda.repo zypper refresh zypper install yasm
Grab binary packages directly
Lägg till lagringsplats och installera manuellt
För xUbuntu 14.04, kör följande:
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:/toornimda/xUbuntu_14.04/ /' | sudo tee /etc/apt/sources.list.d/home:toornimda.list curl -fsSL https://download.opensuse.org/repositories/home:toornimda/xUbuntu_14.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_toornimda.gpg > /dev/null sudo apt update sudo apt install yasm
För xUbuntu 12.04, kör följande:
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:/toornimda/xUbuntu_12.04/ /' | sudo tee /etc/apt/sources.list.d/home:toornimda.list curl -fsSL https://download.opensuse.org/repositories/home:toornimda/xUbuntu_12.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_toornimda.gpg > /dev/null sudo apt update sudo apt install yasm