helloworld from home:tolikkon project

Выберите операционную систему

Для CentOS 7 запустите от имени root:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/home:tolikkon/CentOS_7/home:tolikkon.repo
yum install helloworld
Для Fedora 24 запустите от имени root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:tolikkon/Fedora_24/home:tolikkon.repo
dnf install helloworld
Для Fedora 23 запустите от имени root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:tolikkon/Fedora_23/home:tolikkon.repo
dnf install helloworld
Для openSUSE Tumbleweed запустите от имени root:
zypper addrepo https://download.opensuse.org/repositories/home:tolikkon/openSUSE_Tumbleweed/home:tolikkon.repo
zypper refresh
zypper install helloworld
Для ScientificLinux 7 запустите от имени root:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/home:tolikkon/ScientificLinux_7/home:tolikkon.repo
yum install helloworld
Для SLE 12 SP1 запустите от имени root:
zypper addrepo https://download.opensuse.org/repositories/home:tolikkon/SLE_12_SP1/home:tolikkon.repo
zypper refresh
zypper install helloworld