eduactiv8 from home:imiolek-i project

Proszę wybrać system operacyjny

Dla Arch Linuksa, edytuj /etc/pacman.conf i dodaj następujące (pamiętaj, że kolejność repozytoriów w pacman.conf jest ważna, ponieważ pacman zawsze pobiera pierwszą znalezioną paczkę):
[home_imiolek-i_Arch]
Server = https://download.opensuse.org/repositories/home:/imiolek-i/Arch/$arch
Uruchom następujący program jako root
key=$(curl -fsSL https://download.opensuse.org/repositories/home:imiolek-i/Arch/$(uname -m)/home_imiolek-i_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_imiolek-i_Arch/eduactiv8
Dla CentOS 8 uruchom następujący program jako root:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/home:imiolek-i/CentOS_8/home:imiolek-i.repo
yum install eduactiv8
Dla CentOS 7 uruchom następujący program jako root:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/home:imiolek-i/CentOS_7/home:imiolek-i.repo
yum install eduactiv8
Dla CentOS 6 uruchom następujący program jako root:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/home:imiolek-i/CentOS_6/home:imiolek-i.repo
yum install eduactiv8
Dla Raspbian 9.0 uruchom następujący program:
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:/imiolek-i/Raspbian_9.0/ /' | sudo tee /etc/apt/sources.list.d/home:imiolek-i.list
curl -fsSL https://download.opensuse.org/repositories/home:imiolek-i/Raspbian_9.0/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_imiolek-i.gpg > /dev/null
sudo apt update
sudo apt install eduactiv8
Dla Debian Unstable uruchom następujący program:
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:/imiolek-i/Debian_Unstable/ /' | sudo tee /etc/apt/sources.list.d/home:imiolek-i.list
curl -fsSL https://download.opensuse.org/repositories/home:imiolek-i/Debian_Unstable/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_imiolek-i.gpg > /dev/null
sudo apt update
sudo apt install eduactiv8
Dla Debian Testing uruchom następujący program:
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:/imiolek-i/Debian_Testing/ /' | sudo tee /etc/apt/sources.list.d/home:imiolek-i.list
curl -fsSL https://download.opensuse.org/repositories/home:imiolek-i/Debian_Testing/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_imiolek-i.gpg > /dev/null
sudo apt update
sudo apt install eduactiv8
Dla Debian 9.0 uruchom następujący program:
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:/imiolek-i/Debian_9.0/ /' | sudo tee /etc/apt/sources.list.d/home:imiolek-i.list
curl -fsSL https://download.opensuse.org/repositories/home:imiolek-i/Debian_9.0/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_imiolek-i.gpg > /dev/null
sudo apt update
sudo apt install eduactiv8
Dla Debian 8.0 uruchom następujący program:
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:/imiolek-i/Debian_8.0/ /' | sudo tee /etc/apt/sources.list.d/home:imiolek-i.list
curl -fsSL https://download.opensuse.org/repositories/home:imiolek-i/Debian_8.0/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_imiolek-i.gpg > /dev/null
sudo apt update
sudo apt install eduactiv8
Dla Debian 7.0 uruchom następujący program:
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:/imiolek-i/Debian_7.0/ /' | sudo tee /etc/apt/sources.list.d/home:imiolek-i.list
curl -fsSL https://download.opensuse.org/repositories/home:imiolek-i/Debian_7.0/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_imiolek-i.gpg > /dev/null
sudo apt update
sudo apt install eduactiv8
Dla Debian 13 uruchom następujący program:
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:/imiolek-i/Debian_13/ /' | sudo tee /etc/apt/sources.list.d/home:imiolek-i.list
curl -fsSL https://download.opensuse.org/repositories/home:imiolek-i/Debian_13/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_imiolek-i.gpg > /dev/null
sudo apt update
sudo apt install eduactiv8
Dla Debian 12 uruchom następujący program:
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:/imiolek-i/Debian_12/ /' | sudo tee /etc/apt/sources.list.d/home:imiolek-i.list
curl -fsSL https://download.opensuse.org/repositories/home:imiolek-i/Debian_12/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_imiolek-i.gpg > /dev/null
sudo apt update
sudo apt install eduactiv8
Dla Debian 11 uruchom następujący program:
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:/imiolek-i/Debian_11/ /' | sudo tee /etc/apt/sources.list.d/home:imiolek-i.list
curl -fsSL https://download.opensuse.org/repositories/home:imiolek-i/Debian_11/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_imiolek-i.gpg > /dev/null
sudo apt update
sudo apt install eduactiv8
Dla Debian 10 uruchom następujący program:
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:/imiolek-i/Debian_10/ /' | sudo tee /etc/apt/sources.list.d/home:imiolek-i.list
curl -fsSL https://download.opensuse.org/repositories/home:imiolek-i/Debian_10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_imiolek-i.gpg > /dev/null
sudo apt update
sudo apt install eduactiv8
Dla Fedora Rawhide uruchom następujący program jako root:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/home:imiolek-i/Fedora_Rawhide/home:imiolek-i.repo
dnf install eduactiv8
Dla Fedora 43 uruchom następujący program jako root:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/home:imiolek-i/Fedora_43/home:imiolek-i.repo
dnf install eduactiv8
Dla Fedora 42 uruchom następujący program jako root:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/home:imiolek-i/Fedora_42/home:imiolek-i.repo
dnf install eduactiv8
Dla Fedora 41 uruchom następujący program jako root:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/home:imiolek-i/Fedora_41/home:imiolek-i.repo
dnf install eduactiv8
Dla Fedora 40 uruchom następujący program jako root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:imiolek-i/Fedora_40/home:imiolek-i.repo
dnf install eduactiv8
Dla Fedora 39 uruchom następujący program jako root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:imiolek-i/Fedora_39/home:imiolek-i.repo
dnf install eduactiv8
Dla Mageia Cauldron uruchom następujący program jako root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:imiolek-i/Mageia_Cauldron/home:imiolek-i.repo
dnf install eduactiv8
Dla Mageia 9 uruchom następujący program jako root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:imiolek-i/Mageia_9/home:imiolek-i.repo
dnf install eduactiv8
Dla Mageia 8 uruchom następujący program jako root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:imiolek-i/Mageia_8/home:imiolek-i.repo
dnf install eduactiv8
Dla Mageia 6 uruchom następujący program jako root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:imiolek-i/Mageia_6/home:imiolek-i.repo
dnf install eduactiv8
Dla openSUSE Tumbleweed uruchom następujący program jako root:
zypper addrepo https://download.opensuse.org/repositories/home:imiolek-i/openSUSE_Tumbleweed/home:imiolek-i.repo
zypper refresh
zypper install eduactiv8
Dla openSUSE Slowroll uruchom następujący program jako root:
zypper addrepo https://download.opensuse.org/repositories/home:imiolek-i/openSUSE_Slowroll/home:imiolek-i.repo
zypper refresh
zypper install eduactiv8
Dla openSUSE Leap 42.3 Ports uruchom następujący program jako root:
zypper addrepo https://download.opensuse.org/repositories/home:imiolek-i/openSUSE_Leap_42.3_Ports/home:imiolek-i.repo
zypper refresh
zypper install eduactiv8
Dla openSUSE Leap 42.3 uruchom następujący program jako root:
zypper addrepo https://download.opensuse.org/repositories/home:imiolek-i/openSUSE_Leap_42.3/home:imiolek-i.repo
zypper refresh
zypper install eduactiv8
Dla openSUSE Leap 15.0 Ports uruchom następujący program jako root:
zypper addrepo https://download.opensuse.org/repositories/home:imiolek-i/openSUSE_Leap_15.0_Ports/home:imiolek-i.repo
zypper refresh
zypper install eduactiv8
Dla openSUSE Factory PowerPC uruchom następujący program jako root:
zypper addrepo https://download.opensuse.org/repositories/home:imiolek-i/openSUSE_Factory_PowerPC/home:imiolek-i.repo
zypper refresh
zypper install eduactiv8
Dla openSUSE Factory ARM uruchom następujący program jako root:
zypper addrepo https://download.opensuse.org/repositories/home:imiolek-i/openSUSE_Factory_ARM/home:imiolek-i.repo
zypper refresh
zypper install eduactiv8
Dla 15.4 uruchom następujący program jako root:
zypper addrepo https://download.opensuse.org/repositories/home:imiolek-i/15.4/home:imiolek-i.repo
zypper refresh
zypper install eduactiv8
Dla Raspbian 12 uruchom następujący program:
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:/imiolek-i/Raspbian_12/ /' | sudo tee /etc/apt/sources.list.d/home:imiolek-i.list
curl -fsSL https://download.opensuse.org/repositories/home:imiolek-i/Raspbian_12/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_imiolek-i.gpg > /dev/null
sudo apt update
sudo apt install eduactiv8
Dla Raspbian 11 uruchom następujący program:
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:/imiolek-i/Raspbian_11/ /' | sudo tee /etc/apt/sources.list.d/home:imiolek-i.list
curl -fsSL https://download.opensuse.org/repositories/home:imiolek-i/Raspbian_11/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_imiolek-i.gpg > /dev/null
sudo apt update
sudo apt install eduactiv8
Dla Raspbian 10 uruchom następujący program:
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:/imiolek-i/Raspbian_10/ /' | sudo tee /etc/apt/sources.list.d/home:imiolek-i.list
curl -fsSL https://download.opensuse.org/repositories/home:imiolek-i/Raspbian_10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_imiolek-i.gpg > /dev/null
sudo apt update
sudo apt install eduactiv8
Dla RHEL 7 uruchom następujący program jako root:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/home:imiolek-i/RHEL_7/home:imiolek-i.repo
yum install eduactiv8
Dla ScientificLinux 7 uruchom następujący program jako root:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/home:imiolek-i/ScientificLinux_7/home:imiolek-i.repo
yum install eduactiv8
Dla ScientificLinux 6 uruchom następujący program jako root:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/home:imiolek-i/ScientificLinux_6/home:imiolek-i.repo
yum install eduactiv8
Dla SLE 15 uruchom następujący program jako root:
zypper addrepo https://download.opensuse.org/repositories/home:imiolek-i/SLE_15/home:imiolek-i.repo
zypper refresh
zypper install eduactiv8
Dla SLE 12 SP4 uruchom następujący program jako root:
zypper addrepo https://download.opensuse.org/repositories/home:imiolek-i/SLE_12_SP4/home:imiolek-i.repo
zypper refresh
zypper install eduactiv8
Dla SLE 12 SP3 uruchom następujący program jako root:
zypper addrepo https://download.opensuse.org/repositories/home:imiolek-i/SLE_12_SP3/home:imiolek-i.repo
zypper refresh
zypper install eduactiv8
Dla SLE 12 SP2 uruchom następujący program jako root:
zypper addrepo https://download.opensuse.org/repositories/home:imiolek-i/SLE_12_SP2/home:imiolek-i.repo
zypper refresh
zypper install eduactiv8
Dla SLE 12 SP1 uruchom następujący program jako root:
zypper addrepo https://download.opensuse.org/repositories/home:imiolek-i/SLE_12_SP1/home:imiolek-i.repo
zypper refresh
zypper install eduactiv8
Dla SLE 12 uruchom następujący program jako root:
zypper addrepo https://download.opensuse.org/repositories/home:imiolek-i/SLE_12/home:imiolek-i.repo
zypper refresh
zypper install eduactiv8
Dla xUbuntu 25.04 uruchom następujący program:
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:/imiolek-i/xUbuntu_25.04/ /' | sudo tee /etc/apt/sources.list.d/home:imiolek-i.list
curl -fsSL https://download.opensuse.org/repositories/home:imiolek-i/xUbuntu_25.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_imiolek-i.gpg > /dev/null
sudo apt update
sudo apt install eduactiv8
Dla xUbuntu 24.10 uruchom następujący program:
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:/imiolek-i/xUbuntu_24.10/ /' | sudo tee /etc/apt/sources.list.d/home:imiolek-i.list
curl -fsSL https://download.opensuse.org/repositories/home:imiolek-i/xUbuntu_24.10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_imiolek-i.gpg > /dev/null
sudo apt update
sudo apt install eduactiv8
Dla xUbuntu 24.04 uruchom następujący program:
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:/imiolek-i/xUbuntu_24.04/ /' | sudo tee /etc/apt/sources.list.d/home:imiolek-i.list
curl -fsSL https://download.opensuse.org/repositories/home:imiolek-i/xUbuntu_24.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_imiolek-i.gpg > /dev/null
sudo apt update
sudo apt install eduactiv8
Dla xUbuntu 22.10 uruchom następujący program:
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:/imiolek-i/xUbuntu_22.10/ /' | sudo tee /etc/apt/sources.list.d/home:imiolek-i.list
curl -fsSL https://download.opensuse.org/repositories/home:imiolek-i/xUbuntu_22.10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_imiolek-i.gpg > /dev/null
sudo apt update
sudo apt install eduactiv8
Dla xUbuntu 22.04 uruchom następujący program:
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:/imiolek-i/xUbuntu_22.04/ /' | sudo tee /etc/apt/sources.list.d/home:imiolek-i.list
curl -fsSL https://download.opensuse.org/repositories/home:imiolek-i/xUbuntu_22.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_imiolek-i.gpg > /dev/null
sudo apt update
sudo apt install eduactiv8
Dla xUbuntu 21.10 uruchom następujący program:
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:/imiolek-i/xUbuntu_21.10/ /' | sudo tee /etc/apt/sources.list.d/home:imiolek-i.list
curl -fsSL https://download.opensuse.org/repositories/home:imiolek-i/xUbuntu_21.10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_imiolek-i.gpg > /dev/null
sudo apt update
sudo apt install eduactiv8
Dla xUbuntu 21.04 uruchom następujący program:
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:/imiolek-i/xUbuntu_21.04/ /' | sudo tee /etc/apt/sources.list.d/home:imiolek-i.list
curl -fsSL https://download.opensuse.org/repositories/home:imiolek-i/xUbuntu_21.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_imiolek-i.gpg > /dev/null
sudo apt update
sudo apt install eduactiv8
Dla xUbuntu 20.04 uruchom następujący program:
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:/imiolek-i/xUbuntu_20.04/ /' | sudo tee /etc/apt/sources.list.d/home:imiolek-i.list
curl -fsSL https://download.opensuse.org/repositories/home:imiolek-i/xUbuntu_20.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_imiolek-i.gpg > /dev/null
sudo apt update
sudo apt install eduactiv8
Dla xUbuntu 18.04 uruchom następujący program:
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:/imiolek-i/xUbuntu_18.04/ /' | sudo tee /etc/apt/sources.list.d/home:imiolek-i.list
curl -fsSL https://download.opensuse.org/repositories/home:imiolek-i/xUbuntu_18.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_imiolek-i.gpg > /dev/null
sudo apt update
sudo apt install eduactiv8
Dla xUbuntu 16.04 uruchom następujący program:
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:/imiolek-i/xUbuntu_16.04/ /' | sudo tee /etc/apt/sources.list.d/home:imiolek-i.list
curl -fsSL https://download.opensuse.org/repositories/home:imiolek-i/xUbuntu_16.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_imiolek-i.gpg > /dev/null
sudo apt update
sudo apt install eduactiv8
Dla Univention 4.4 uruchom następujący program jako root:
echo 'deb http://download.opensuse.org/repositories/home:/imiolek-i/Univention_4.4/ /' > /etc/apt/sources.list.d/home:imiolek-i.list
wget -nv https://download.opensuse.org/repositories/home:imiolek-i/Univention_4.4/Release.key -O Release.key
apt-key add - < Release.key
apt-get update
apt-get install eduactiv8
Dla Univention 4.3 uruchom następujący program jako root:
echo 'deb http://download.opensuse.org/repositories/home:/imiolek-i/Univention_4.3/ /' > /etc/apt/sources.list.d/home:imiolek-i.list
wget -nv https://download.opensuse.org/repositories/home:imiolek-i/Univention_4.3/Release.key -O Release.key
apt-key add - < Release.key
apt-get update
apt-get install eduactiv8