ibus-bamboo from home:lamlng project
Sélectionnez votre système d'exploitation
Ajouter le dépôt et installer manuellement
Pour Arch Linux, modifiez /etc/pacman.conf et ajoutez (remarque : l'ordre des dépôts est important dans pacman.conf, puisque pacman télécharge toujours le premier paquet trouvé) :
[home_lamlng_Arch] Server = https://download.opensuse.org/repositories/home:/lamlng/Arch/$arch
Puis exécutez en tant que root
key=$(curl -fsSL https://download.opensuse.org/repositories/home:lamlng/Arch/$(uname -m)/home_lamlng_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_lamlng_Arch/ibus-bamboo
Récupérer les paquets binaires directement
Ajouter le dépôt et installer manuellement
Pour Debian Unstable, exécutez :
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:/lamlng/Debian_Unstable/ /' | sudo tee /etc/apt/sources.list.d/home:lamlng.list curl -fsSL https://download.opensuse.org/repositories/home:lamlng/Debian_Unstable/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_lamlng.gpg > /dev/null sudo apt update sudo apt install ibus-bamboo
Pour Debian Testing, exécutez :
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:/lamlng/Debian_Testing/ /' | sudo tee /etc/apt/sources.list.d/home:lamlng.list curl -fsSL https://download.opensuse.org/repositories/home:lamlng/Debian_Testing/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_lamlng.gpg > /dev/null sudo apt update sudo apt install ibus-bamboo
Pour Debian 9.0, exécutez :
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:/lamlng/Debian_9.0/ /' | sudo tee /etc/apt/sources.list.d/home:lamlng.list curl -fsSL https://download.opensuse.org/repositories/home:lamlng/Debian_9.0/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_lamlng.gpg > /dev/null sudo apt update sudo apt install ibus-bamboo
Pour Debian 8.0, exécutez :
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:/lamlng/Debian_8.0/ /' | sudo tee /etc/apt/sources.list.d/home:lamlng.list curl -fsSL https://download.opensuse.org/repositories/home:lamlng/Debian_8.0/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_lamlng.gpg > /dev/null sudo apt update sudo apt install ibus-bamboo
Pour Debian 13, exécutez :
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:/lamlng/Debian_13/ /' | sudo tee /etc/apt/sources.list.d/home:lamlng.list curl -fsSL https://download.opensuse.org/repositories/home:lamlng/Debian_13/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_lamlng.gpg > /dev/null sudo apt update sudo apt install ibus-bamboo
Pour Debian 12, exécutez :
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:/lamlng/Debian_12/ /' | sudo tee /etc/apt/sources.list.d/home:lamlng.list curl -fsSL https://download.opensuse.org/repositories/home:lamlng/Debian_12/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_lamlng.gpg > /dev/null sudo apt update sudo apt install ibus-bamboo
Pour Debian 11, exécutez :
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:/lamlng/Debian_11/ /' | sudo tee /etc/apt/sources.list.d/home:lamlng.list curl -fsSL https://download.opensuse.org/repositories/home:lamlng/Debian_11/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_lamlng.gpg > /dev/null sudo apt update sudo apt install ibus-bamboo
Pour Debian 10, exécutez :
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:/lamlng/Debian_10/ /' | sudo tee /etc/apt/sources.list.d/home:lamlng.list curl -fsSL https://download.opensuse.org/repositories/home:lamlng/Debian_10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_lamlng.gpg > /dev/null sudo apt update sudo apt install ibus-bamboo
Récupérer les paquets binaires directement
Ajouter le dépôt et installer manuellement
Pour Fedora Rawhide, exécutez en tant que root :
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/home:lamlng/Fedora_Rawhide/home:lamlng.repo dnf install ibus-bamboo
Pour Fedora 42, exécutez en tant que root :
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/home:lamlng/Fedora_42/home:lamlng.repo dnf install ibus-bamboo
Pour Fedora 41, exécutez en tant que root :
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/home:lamlng/Fedora_41/home:lamlng.repo dnf install ibus-bamboo
Pour Fedora 40, exécutez en tant que root :
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:lamlng/Fedora_40/home:lamlng.repo dnf install ibus-bamboo
Pour Fedora 39, exécutez en tant que root :
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:lamlng/Fedora_39/home:lamlng.repo dnf install ibus-bamboo
Pour Fedora 38, exécutez en tant que root :
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:lamlng/Fedora_38/home:lamlng.repo dnf install ibus-bamboo
Récupérer les paquets binaires directement
Ajouter le dépôt et installer manuellement
Pour openSUSE Tumbleweed, exécutez en tant que root :
zypper addrepo https://download.opensuse.org/repositories/home:lamlng/openSUSE_Tumbleweed/home:lamlng.repo zypper refresh zypper install ibus-bamboo
Pour openSUSE Slowroll, exécutez en tant que root :
zypper addrepo https://download.opensuse.org/repositories/home:lamlng/openSUSE_Slowroll/home:lamlng.repo zypper refresh zypper install ibus-bamboo
Pour openSUSE Leap 15.2 ARM, exécutez en tant que root :
zypper addrepo https://download.opensuse.org/repositories/home:lamlng/openSUSE_Leap_15.2_ARM/home:lamlng.repo zypper refresh zypper install ibus-bamboo
Pour openSUSE Leap 15.0 Ports, exécutez en tant que root :
zypper addrepo https://download.opensuse.org/repositories/home:lamlng/openSUSE_Leap_15.0_Ports/home:lamlng.repo zypper refresh zypper install ibus-bamboo
Pour 16.0, exécutez en tant que root :
zypper addrepo https://download.opensuse.org/repositories/home:lamlng/16.0/home:lamlng.repo zypper refresh zypper install ibus-bamboo
Pour 15.7, exécutez en tant que root :
zypper addrepo https://download.opensuse.org/repositories/home:lamlng/15.7/home:lamlng.repo zypper refresh zypper install ibus-bamboo
Pour 15.6, exécutez en tant que root :
zypper addrepo https://download.opensuse.org/repositories/home:lamlng/15.6/home:lamlng.repo zypper refresh zypper install ibus-bamboo
Pour 15.5, exécutez en tant que root :
zypper addrepo https://download.opensuse.org/repositories/home:lamlng/15.5/home:lamlng.repo zypper refresh zypper install ibus-bamboo
Récupérer les paquets binaires directement
Ajouter le dépôt et installer manuellement
Pour Raspbian 12, exécutez :
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:/lamlng/Raspbian_12/ /' | sudo tee /etc/apt/sources.list.d/home:lamlng.list curl -fsSL https://download.opensuse.org/repositories/home:lamlng/Raspbian_12/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_lamlng.gpg > /dev/null sudo apt update sudo apt install ibus-bamboo
Pour Raspbian 11, exécutez :
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:/lamlng/Raspbian_11/ /' | sudo tee /etc/apt/sources.list.d/home:lamlng.list curl -fsSL https://download.opensuse.org/repositories/home:lamlng/Raspbian_11/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_lamlng.gpg > /dev/null sudo apt update sudo apt install ibus-bamboo
Pour Raspbian 10, exécutez :
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:/lamlng/Raspbian_10/ /' | sudo tee /etc/apt/sources.list.d/home:lamlng.list curl -fsSL https://download.opensuse.org/repositories/home:lamlng/Raspbian_10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_lamlng.gpg > /dev/null sudo apt update sudo apt install ibus-bamboo
Récupérer les paquets binaires directement
Ajouter le dépôt et installer manuellement
Pour SLE 15 SP3, exécutez en tant que root :
zypper addrepo https://download.opensuse.org/repositories/home:lamlng/SLE_15_SP3/home:lamlng.repo zypper refresh zypper install ibus-bamboo
Récupérer les paquets binaires directement
Ajouter le dépôt et installer manuellement
Pour xUbuntu 25.04, exécutez :
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:/lamlng/xUbuntu_25.04/ /' | sudo tee /etc/apt/sources.list.d/home:lamlng.list curl -fsSL https://download.opensuse.org/repositories/home:lamlng/xUbuntu_25.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_lamlng.gpg > /dev/null sudo apt update sudo apt install ibus-bamboo
Pour xUbuntu 24.10, exécutez :
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:/lamlng/xUbuntu_24.10/ /' | sudo tee /etc/apt/sources.list.d/home:lamlng.list curl -fsSL https://download.opensuse.org/repositories/home:lamlng/xUbuntu_24.10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_lamlng.gpg > /dev/null sudo apt update sudo apt install ibus-bamboo
Pour xUbuntu 24.04, exécutez :
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:/lamlng/xUbuntu_24.04/ /' | sudo tee /etc/apt/sources.list.d/home:lamlng.list curl -fsSL https://download.opensuse.org/repositories/home:lamlng/xUbuntu_24.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_lamlng.gpg > /dev/null sudo apt update sudo apt install ibus-bamboo
Pour xUbuntu 23.10, exécutez :
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:/lamlng/xUbuntu_23.10/ /' | sudo tee /etc/apt/sources.list.d/home:lamlng.list curl -fsSL https://download.opensuse.org/repositories/home:lamlng/xUbuntu_23.10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_lamlng.gpg > /dev/null sudo apt update sudo apt install ibus-bamboo
Pour xUbuntu 23.04, exécutez :
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:/lamlng/xUbuntu_23.04/ /' | sudo tee /etc/apt/sources.list.d/home:lamlng.list curl -fsSL https://download.opensuse.org/repositories/home:lamlng/xUbuntu_23.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_lamlng.gpg > /dev/null sudo apt update sudo apt install ibus-bamboo
Pour xUbuntu 22.10, exécutez :
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:/lamlng/xUbuntu_22.10/ /' | sudo tee /etc/apt/sources.list.d/home:lamlng.list curl -fsSL https://download.opensuse.org/repositories/home:lamlng/xUbuntu_22.10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_lamlng.gpg > /dev/null sudo apt update sudo apt install ibus-bamboo
Pour xUbuntu 22.04, exécutez :
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:/lamlng/xUbuntu_22.04/ /' | sudo tee /etc/apt/sources.list.d/home:lamlng.list curl -fsSL https://download.opensuse.org/repositories/home:lamlng/xUbuntu_22.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_lamlng.gpg > /dev/null sudo apt update sudo apt install ibus-bamboo
Pour xUbuntu 21.10, exécutez :
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:/lamlng/xUbuntu_21.10/ /' | sudo tee /etc/apt/sources.list.d/home:lamlng.list curl -fsSL https://download.opensuse.org/repositories/home:lamlng/xUbuntu_21.10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_lamlng.gpg > /dev/null sudo apt update sudo apt install ibus-bamboo
Pour xUbuntu 21.04, exécutez :
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:/lamlng/xUbuntu_21.04/ /' | sudo tee /etc/apt/sources.list.d/home:lamlng.list curl -fsSL https://download.opensuse.org/repositories/home:lamlng/xUbuntu_21.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_lamlng.gpg > /dev/null sudo apt update sudo apt install ibus-bamboo
Pour xUbuntu 20.04, exécutez :
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:/lamlng/xUbuntu_20.04/ /' | sudo tee /etc/apt/sources.list.d/home:lamlng.list curl -fsSL https://download.opensuse.org/repositories/home:lamlng/xUbuntu_20.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_lamlng.gpg > /dev/null sudo apt update sudo apt install ibus-bamboo
Pour xUbuntu 18.04, exécutez :
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:/lamlng/xUbuntu_18.04/ /' | sudo tee /etc/apt/sources.list.d/home:lamlng.list curl -fsSL https://download.opensuse.org/repositories/home:lamlng/xUbuntu_18.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_lamlng.gpg > /dev/null sudo apt update sudo apt install ibus-bamboo
Pour xUbuntu 16.04, exécutez :
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:/lamlng/xUbuntu_16.04/ /' | sudo tee /etc/apt/sources.list.d/home:lamlng.list curl -fsSL https://download.opensuse.org/repositories/home:lamlng/xUbuntu_16.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_lamlng.gpg > /dev/null sudo apt update sudo apt install ibus-bamboo
Récupérer les paquets binaires directement
Ajouter le dépôt et installer manuellement
Pour Fedora 37, exécutez en tant que root :
?
Pour Fedora 36, exécutez en tant que root :
?