qsampler from home:rncbc 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_rncbc_Arch]
Server = https://download.opensuse.org/repositories/home:/rncbc/Arch/$arch
Then run the following as root
key=$(curl -fsSL https://download.opensuse.org/repositories/home:rncbc/Arch/$(uname -m)/home_rncbc_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_rncbc_Arch/qsampler

កញ្ចប់​សម្រាប់ Arch

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:/rncbc/Debian_13/ /' | sudo tee /etc/apt/sources.list.d/home:rncbc.list
curl -fsSL https://download.opensuse.org/repositories/home:rncbc/Debian_13/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_rncbc.gpg > /dev/null
sudo apt update
sudo apt install qsampler
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:/rncbc/Debian_12/ /' | sudo tee /etc/apt/sources.list.d/home:rncbc.list
curl -fsSL https://download.opensuse.org/repositories/home:rncbc/Debian_12/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_rncbc.gpg > /dev/null
sudo apt update
sudo apt install qsampler

កញ្ចប់​សម្រាប់ Debian 13

កញ្ចប់​សម្រាប់ Debian 12

សម្រាប់​ Fedora 43 ដំណើរការ​អ្វី​ៗ​ដូច​ខាងក្រោម​ជា root:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/home:rncbc/Fedora_43/home:rncbc.repo
dnf install qsampler
សម្រាប់​ Fedora 42 ដំណើរការ​អ្វី​ៗ​ដូច​ខាងក្រោម​ជា root:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/home:rncbc/Fedora_42/home:rncbc.repo
dnf install qsampler

កញ្ចប់​សម្រាប់ Fedora 43

កញ្ចប់​សម្រាប់ Fedora 42

សម្រាប់​ openSUSE Tumbleweed ដំណើរការ​អ្វី​ៗ​ដូច​ខាងក្រោម​ជា root:
zypper addrepo https://download.opensuse.org/repositories/home:rncbc/openSUSE_Tumbleweed/home:rncbc.repo
zypper refresh
zypper install qsampler
សម្រាប់​ openSUSE Slowroll ដំណើរការ​អ្វី​ៗ​ដូច​ខាងក្រោម​ជា root:
zypper addrepo https://download.opensuse.org/repositories/home:rncbc/openSUSE_Slowroll/home:rncbc.repo
zypper refresh
zypper install qsampler
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:/rncbc/Raspbian_12/ /' | sudo tee /etc/apt/sources.list.d/home:rncbc.list
curl -fsSL https://download.opensuse.org/repositories/home:rncbc/Raspbian_12/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_rncbc.gpg > /dev/null
sudo apt update
sudo apt install qsampler

កញ្ចប់​សម្រាប់ Raspbian 12

សម្រាប់​ openSUSE Leap 15.6 ដំណើរការ​អ្វី​ៗ​ដូច​ខាងក្រោម​ជា root:
zypper addrepo https://download.opensuse.org/repositories/home:rncbc/openSUSE_Leap_15.6/home:rncbc.repo
zypper refresh
zypper install qsampler

កញ្ចប់​សម្រាប់ openSUSE Leap 15.6

For xUbuntu 25.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:/rncbc/xUbuntu_25.10/ /' | sudo tee /etc/apt/sources.list.d/home:rncbc.list
curl -fsSL https://download.opensuse.org/repositories/home:rncbc/xUbuntu_25.10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_rncbc.gpg > /dev/null
sudo apt update
sudo apt install qsampler
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:/rncbc/xUbuntu_24.04/ /' | sudo tee /etc/apt/sources.list.d/home:rncbc.list
curl -fsSL https://download.opensuse.org/repositories/home:rncbc/xUbuntu_24.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_rncbc.gpg > /dev/null
sudo apt update
sudo apt install qsampler
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:/rncbc/xUbuntu_22.04/ /' | sudo tee /etc/apt/sources.list.d/home:rncbc.list
curl -fsSL https://download.opensuse.org/repositories/home:rncbc/xUbuntu_22.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_rncbc.gpg > /dev/null
sudo apt update
sudo apt install qsampler

កញ្ចប់​សម្រាប់ xUbuntu 25.10

កញ្ចប់​សម្រាប់ xUbuntu 24.04

កញ្ចប់​សម្រាប់ xUbuntu 22.04

សម្រាប់​ openSUSE Leap 16.0 ដំណើរការ​អ្វី​ៗ​ដូច​ខាងក្រោម​ជា root:
?

កញ្ចប់​សម្រាប់ openSUSE Leap 16.0