eduactiv8 from home:imiolek-i project
ជ្រើសប្រព័ន្ធប្រតិបត្តិការរបស់អ្នក
បន្ថែមឃ្លាំង និងដំឡើងដោយដៃ
For Arch Linux, edit /etc/pacman.conf and add the following (note that the order of repositories in pacman.conf is important, since pacman always downloads the first found package):
[home_imiolek-i_Arch] Server = https://download.opensuse.org/repositories/home:/imiolek-i/Arch/$arch
Then run the following as 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
ចាប់យកកញ្ចប់គោលពីរដោយផ្ទាល់
បន្ថែមឃ្លាំង និងដំឡើងដោយដៃ
សម្រាប់ CentOS 8 ដំណើរការអ្វីៗដូចខាងក្រោមជា root:
cd /etc/yum.repos.d/ wget https://download.opensuse.org/repositories/home:imiolek-i/CentOS_8/home:imiolek-i.repo yum install eduactiv8
សម្រាប់ CentOS 7 ដំណើរការអ្វីៗដូចខាងក្រោមជា root:
cd /etc/yum.repos.d/ wget https://download.opensuse.org/repositories/home:imiolek-i/CentOS_7/home:imiolek-i.repo yum install eduactiv8
សម្រាប់ CentOS 6 ដំណើរការអ្វីៗដូចខាងក្រោមជា root:
cd /etc/yum.repos.d/ wget https://download.opensuse.org/repositories/home:imiolek-i/CentOS_6/home:imiolek-i.repo yum install eduactiv8
ចាប់យកកញ្ចប់គោលពីរដោយផ្ទាល់
បន្ថែមឃ្លាំង និងដំឡើងដោយដៃ
For Raspbian 9.0 run the following:
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
For Debian Unstable run the following:
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
For Debian Testing run the following:
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
For Debian 9.0 run the following:
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
For Debian 8.0 run the following:
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
For Debian 7.0 run the following:
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
For Debian 13 run the following:
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
For Debian 12 run the following:
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
For Debian 11 run the following:
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
For Debian 10 run the following:
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
ចាប់យកកញ្ចប់គោលពីរដោយផ្ទាល់
បន្ថែមឃ្លាំង និងដំឡើងដោយដៃ
សម្រាប់ Fedora Rawhide ដំណើរការអ្វីៗដូចខាងក្រោមជា root:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/home:imiolek-i/Fedora_Rawhide/home:imiolek-i.repo dnf install eduactiv8
សម្រាប់ Fedora 43 ដំណើរការអ្វីៗដូចខាងក្រោមជា root:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/home:imiolek-i/Fedora_43/home:imiolek-i.repo dnf install eduactiv8
សម្រាប់ Fedora 42 ដំណើរការអ្វីៗដូចខាងក្រោមជា root:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/home:imiolek-i/Fedora_42/home:imiolek-i.repo dnf install eduactiv8
សម្រាប់ Fedora 41 ដំណើរការអ្វីៗដូចខាងក្រោមជា root:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/home:imiolek-i/Fedora_41/home:imiolek-i.repo dnf install eduactiv8
សម្រាប់ Fedora 40 ដំណើរការអ្វីៗដូចខាងក្រោមជា root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:imiolek-i/Fedora_40/home:imiolek-i.repo dnf install eduactiv8
សម្រាប់ Fedora 39 ដំណើរការអ្វីៗដូចខាងក្រោមជា root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:imiolek-i/Fedora_39/home:imiolek-i.repo dnf install eduactiv8
ចាប់យកកញ្ចប់គោលពីរដោយផ្ទាល់
បន្ថែមឃ្លាំង និងដំឡើងដោយដៃ
សម្រាប់ Mageia Cauldron ដំណើរការអ្វីៗដូចខាងក្រោមជា root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:imiolek-i/Mageia_Cauldron/home:imiolek-i.repo dnf install eduactiv8
សម្រាប់ Mageia 9 ដំណើរការអ្វីៗដូចខាងក្រោមជា root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:imiolek-i/Mageia_9/home:imiolek-i.repo dnf install eduactiv8
សម្រាប់ Mageia 8 ដំណើរការអ្វីៗដូចខាងក្រោមជា root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:imiolek-i/Mageia_8/home:imiolek-i.repo dnf install eduactiv8
សម្រាប់ Mageia 6 ដំណើរការអ្វីៗដូចខាងក្រោមជា root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:imiolek-i/Mageia_6/home:imiolek-i.repo dnf install eduactiv8
ចាប់យកកញ្ចប់គោលពីរដោយផ្ទាល់
បន្ថែមឃ្លាំង និងដំឡើងដោយដៃ
សម្រាប់ openSUSE Tumbleweed ដំណើរការអ្វីៗដូចខាងក្រោមជា root:
zypper addrepo https://download.opensuse.org/repositories/home:imiolek-i/openSUSE_Tumbleweed/home:imiolek-i.repo zypper refresh zypper install eduactiv8
សម្រាប់ openSUSE Slowroll ដំណើរការអ្វីៗដូចខាងក្រោមជា root:
zypper addrepo https://download.opensuse.org/repositories/home:imiolek-i/openSUSE_Slowroll/home:imiolek-i.repo zypper refresh zypper install eduactiv8
សម្រាប់ openSUSE Leap 42.3 Ports ដំណើរការអ្វីៗដូចខាងក្រោមជា 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
សម្រាប់ openSUSE Leap 42.3 ដំណើរការអ្វីៗដូចខាងក្រោមជា root:
zypper addrepo https://download.opensuse.org/repositories/home:imiolek-i/openSUSE_Leap_42.3/home:imiolek-i.repo zypper refresh zypper install eduactiv8
សម្រាប់ openSUSE Leap 15.0 Ports ដំណើរការអ្វីៗដូចខាងក្រោមជា 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
សម្រាប់ openSUSE Factory PowerPC ដំណើរការអ្វីៗដូចខាងក្រោមជា root:
zypper addrepo https://download.opensuse.org/repositories/home:imiolek-i/openSUSE_Factory_PowerPC/home:imiolek-i.repo zypper refresh zypper install eduactiv8
សម្រាប់ openSUSE Factory ARM ដំណើរការអ្វីៗដូចខាងក្រោមជា root:
zypper addrepo https://download.opensuse.org/repositories/home:imiolek-i/openSUSE_Factory_ARM/home:imiolek-i.repo zypper refresh zypper install eduactiv8
សម្រាប់ 15.4 ដំណើរការអ្វីៗដូចខាងក្រោមជា root:
zypper addrepo https://download.opensuse.org/repositories/home:imiolek-i/15.4/home:imiolek-i.repo zypper refresh zypper install eduactiv8
ចាប់យកកញ្ចប់គោលពីរដោយផ្ទាល់
បន្ថែមឃ្លាំង និងដំឡើងដោយដៃ
For Raspbian 12 run the following:
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
For Raspbian 11 run the following:
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
For Raspbian 10 run the following:
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
ចាប់យកកញ្ចប់គោលពីរដោយផ្ទាល់
បន្ថែមឃ្លាំង និងដំឡើងដោយដៃ
សម្រាប់ RHEL 7 ដំណើរការអ្វីៗដូចខាងក្រោមជា root:
cd /etc/yum.repos.d/ wget https://download.opensuse.org/repositories/home:imiolek-i/RHEL_7/home:imiolek-i.repo yum install eduactiv8
ចាប់យកកញ្ចប់គោលពីរដោយផ្ទាល់
បន្ថែមឃ្លាំង និងដំឡើងដោយដៃ
សម្រាប់ ScientificLinux 7 ដំណើរការអ្វីៗដូចខាងក្រោមជា root:
cd /etc/yum.repos.d/ wget https://download.opensuse.org/repositories/home:imiolek-i/ScientificLinux_7/home:imiolek-i.repo yum install eduactiv8
សម្រាប់ ScientificLinux 6 ដំណើរការអ្វីៗដូចខាងក្រោមជា root:
cd /etc/yum.repos.d/ wget https://download.opensuse.org/repositories/home:imiolek-i/ScientificLinux_6/home:imiolek-i.repo yum install eduactiv8
ចាប់យកកញ្ចប់គោលពីរដោយផ្ទាល់
បន្ថែមឃ្លាំង និងដំឡើងដោយដៃ
សម្រាប់ SLE 15 ដំណើរការអ្វីៗដូចខាងក្រោមជា root:
zypper addrepo https://download.opensuse.org/repositories/home:imiolek-i/SLE_15/home:imiolek-i.repo zypper refresh zypper install eduactiv8
សម្រាប់ SLE 12 SP4 ដំណើរការអ្វីៗដូចខាងក្រោមជា root:
zypper addrepo https://download.opensuse.org/repositories/home:imiolek-i/SLE_12_SP4/home:imiolek-i.repo zypper refresh zypper install eduactiv8
សម្រាប់ SLE 12 SP3 ដំណើរការអ្វីៗដូចខាងក្រោមជា root:
zypper addrepo https://download.opensuse.org/repositories/home:imiolek-i/SLE_12_SP3/home:imiolek-i.repo zypper refresh zypper install eduactiv8
សម្រាប់ SLE 12 SP2 ដំណើរការអ្វីៗដូចខាងក្រោមជា root:
zypper addrepo https://download.opensuse.org/repositories/home:imiolek-i/SLE_12_SP2/home:imiolek-i.repo zypper refresh zypper install eduactiv8
សម្រាប់ SLE 12 SP1 ដំណើរការអ្វីៗដូចខាងក្រោមជា root:
zypper addrepo https://download.opensuse.org/repositories/home:imiolek-i/SLE_12_SP1/home:imiolek-i.repo zypper refresh zypper install eduactiv8
សម្រាប់ SLE 12 ដំណើរការអ្វីៗដូចខាងក្រោមជា root:
zypper addrepo https://download.opensuse.org/repositories/home:imiolek-i/SLE_12/home:imiolek-i.repo zypper refresh zypper install eduactiv8
ចាប់យកកញ្ចប់គោលពីរដោយផ្ទាល់
បន្ថែមឃ្លាំង និងដំឡើងដោយដៃ
For xUbuntu 25.04 run the following:
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
For xUbuntu 24.10 run the following:
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
For xUbuntu 24.04 run the following:
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
For xUbuntu 22.10 run the following:
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
For xUbuntu 22.04 run the following:
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
For xUbuntu 21.10 run the following:
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
For xUbuntu 21.04 run the following:
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
For xUbuntu 20.04 run the following:
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
For xUbuntu 18.04 run the following:
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
For xUbuntu 16.04 run the following:
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
ចាប់យកកញ្ចប់គោលពីរដោយផ្ទាល់
បន្ថែមឃ្លាំង និងដំឡើងដោយដៃ
សម្រាប់ Univention 4.4 ដំណើរការអ្វីៗដូចខាងក្រោមជា 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
សម្រាប់ Univention 4.3 ដំណើរការអ្វីៗដូចខាងក្រោមជា 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
ចាប់យកកញ្ចប់គោលពីរដោយផ្ទាល់
បន្ថែមឃ្លាំង និងដំឡើងដោយដៃ
សម្រាប់ openEuler 24.03 ដំណើរការអ្វីៗដូចខាងក្រោមជា root:
?
សម្រាប់ openEuler 22.03 ដំណើរការអ្វីៗដូចខាងក្រោមជា root:
?
សម្រាប់ openEuler 21.03 ដំណើរការអ្វីៗដូចខាងក្រោមជា root:
?
សម្រាប់ openEuler 20.03 ដំណើរការអ្វីៗដូចខាងក្រោមជា root:
?
សម្រាប់ PowerKVM 3.1 ដំណើរការអ្វីៗដូចខាងក្រោមជា root:
?