cemu from home:adriweb:CEmu 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_adriweb_CEmu_Arch] Server = https://download.opensuse.org/repositories/home:/adriweb:/CEmu/Arch/$arch
Puis exécutez en tant que root
key=$(curl -fsSL https://download.opensuse.org/repositories/home:adriweb:CEmu/Arch/$(uname -m)/home_adriweb_CEmu_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_adriweb_CEmu_Arch/cemu
Récupérer les paquets binaires directement
Ajouter le dépôt et installer manuellement
Pour Raspbian 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:/adriweb:/CEmu/Raspbian_9.0/ /' | sudo tee /etc/apt/sources.list.d/home:adriweb:CEmu.list curl -fsSL https://download.opensuse.org/repositories/home:adriweb:CEmu/Raspbian_9.0/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_adriweb_CEmu.gpg > /dev/null sudo apt update sudo apt install cemu
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:/adriweb:/CEmu/Debian_Unstable/ /' | sudo tee /etc/apt/sources.list.d/home:adriweb:CEmu.list curl -fsSL https://download.opensuse.org/repositories/home:adriweb:CEmu/Debian_Unstable/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_adriweb_CEmu.gpg > /dev/null sudo apt update sudo apt install cemu
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:/adriweb:/CEmu/Debian_Testing/ /' | sudo tee /etc/apt/sources.list.d/home:adriweb:CEmu.list curl -fsSL https://download.opensuse.org/repositories/home:adriweb:CEmu/Debian_Testing/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_adriweb_CEmu.gpg > /dev/null sudo apt update sudo apt install cemu
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:/adriweb:/CEmu/Debian_9.0/ /' | sudo tee /etc/apt/sources.list.d/home:adriweb:CEmu.list curl -fsSL https://download.opensuse.org/repositories/home:adriweb:CEmu/Debian_9.0/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_adriweb_CEmu.gpg > /dev/null sudo apt update sudo apt install cemu
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:/adriweb:/CEmu/Debian_12/ /' | sudo tee /etc/apt/sources.list.d/home:adriweb:CEmu.list curl -fsSL https://download.opensuse.org/repositories/home:adriweb:CEmu/Debian_12/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_adriweb_CEmu.gpg > /dev/null sudo apt update sudo apt install cemu
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:/adriweb:/CEmu/Debian_11/ /' | sudo tee /etc/apt/sources.list.d/home:adriweb:CEmu.list curl -fsSL https://download.opensuse.org/repositories/home:adriweb:CEmu/Debian_11/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_adriweb_CEmu.gpg > /dev/null sudo apt update sudo apt install cemu
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:/adriweb:/CEmu/Debian_10/ /' | sudo tee /etc/apt/sources.list.d/home:adriweb:CEmu.list curl -fsSL https://download.opensuse.org/repositories/home:adriweb:CEmu/Debian_10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_adriweb_CEmu.gpg > /dev/null sudo apt update sudo apt install cemu
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:adriweb:CEmu/Fedora_Rawhide/home:adriweb:CEmu.repo dnf install cemu
Pour Fedora 40, exécutez en tant que root :
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:adriweb:CEmu/Fedora_40/home:adriweb:CEmu.repo dnf install cemu
Pour Fedora 39, exécutez en tant que root :
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:adriweb:CEmu/Fedora_39/home:adriweb:CEmu.repo dnf install cemu
Pour Fedora 38, exécutez en tant que root :
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:adriweb:CEmu/Fedora_38/home:adriweb:CEmu.repo dnf install cemu
Pour Fedora 33, exécutez en tant que root :
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:adriweb:CEmu/Fedora_33/home:adriweb:CEmu.repo dnf install cemu
Pour Fedora 32, exécutez en tant que root :
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:adriweb:CEmu/Fedora_32/home:adriweb:CEmu.repo dnf install cemu
Pour Fedora 31, exécutez en tant que root :
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:adriweb:CEmu/Fedora_31/home:adriweb:CEmu.repo dnf install cemu
Pour Fedora 30, exécutez en tant que root :
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:adriweb:CEmu/Fedora_30/home:adriweb:CEmu.repo dnf install cemu
Pour Fedora 29, exécutez en tant que root :
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:adriweb:CEmu/Fedora_29/home:adriweb:CEmu.repo dnf install cemu
Pour Fedora 28, exécutez en tant que root :
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:adriweb:CEmu/Fedora_28/home:adriweb:CEmu.repo dnf install cemu
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:adriweb:CEmu/openSUSE_Tumbleweed/home:adriweb:CEmu.repo zypper refresh zypper install cemu
Pour openSUSE Leap 15.2 PowerPC, exécutez en tant que root :
zypper addrepo https://download.opensuse.org/repositories/home:adriweb:CEmu/openSUSE_Leap_15.2_PowerPC/home:adriweb:CEmu.repo zypper refresh zypper install cemu
Pour openSUSE Leap 15.2 ARM, exécutez en tant que root :
zypper addrepo https://download.opensuse.org/repositories/home:adriweb:CEmu/openSUSE_Leap_15.2_ARM/home:adriweb:CEmu.repo zypper refresh zypper install cemu
Pour openSUSE Leap 15.1 ARM, exécutez en tant que root :
zypper addrepo https://download.opensuse.org/repositories/home:adriweb:CEmu/openSUSE_Leap_15.1_ARM/home:adriweb:CEmu.repo zypper refresh zypper install cemu
Pour openSUSE Leap 15.0 Ports, exécutez en tant que root :
zypper addrepo https://download.opensuse.org/repositories/home:adriweb:CEmu/openSUSE_Leap_15.0_Ports/home:adriweb:CEmu.repo zypper refresh zypper install cemu
Pour openSUSE Factory RISCV, exécutez en tant que root :
zypper addrepo https://download.opensuse.org/repositories/home:adriweb:CEmu/openSUSE_Factory_RISCV/home:adriweb:CEmu.repo zypper refresh zypper install cemu
Pour openSUSE Factory PowerPC, exécutez en tant que root :
zypper addrepo https://download.opensuse.org/repositories/home:adriweb:CEmu/openSUSE_Factory_PowerPC/home:adriweb:CEmu.repo zypper refresh zypper install cemu
Pour openSUSE Factory ARM, exécutez en tant que root :
zypper addrepo https://download.opensuse.org/repositories/home:adriweb:CEmu/openSUSE_Factory_ARM/home:adriweb:CEmu.repo zypper refresh zypper install cemu
Pour 15.6, exécutez en tant que root :
zypper addrepo https://download.opensuse.org/repositories/home:adriweb:CEmu/15.6/home:adriweb:CEmu.repo zypper refresh zypper install cemu
Pour 15.5, exécutez en tant que root :
zypper addrepo https://download.opensuse.org/repositories/home:adriweb:CEmu/15.5/home:adriweb:CEmu.repo zypper refresh zypper install cemu
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:/adriweb:/CEmu/Raspbian_12/ /' | sudo tee /etc/apt/sources.list.d/home:adriweb:CEmu.list curl -fsSL https://download.opensuse.org/repositories/home:adriweb:CEmu/Raspbian_12/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_adriweb_CEmu.gpg > /dev/null sudo apt update sudo apt install cemu
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:/adriweb:/CEmu/Raspbian_11/ /' | sudo tee /etc/apt/sources.list.d/home:adriweb:CEmu.list curl -fsSL https://download.opensuse.org/repositories/home:adriweb:CEmu/Raspbian_11/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_adriweb_CEmu.gpg > /dev/null sudo apt update sudo apt install cemu
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:/adriweb:/CEmu/Raspbian_10/ /' | sudo tee /etc/apt/sources.list.d/home:adriweb:CEmu.list curl -fsSL https://download.opensuse.org/repositories/home:adriweb:CEmu/Raspbian_10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_adriweb_CEmu.gpg > /dev/null sudo apt update sudo apt install cemu
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:adriweb:CEmu/SLE_15_SP3/home:adriweb:CEmu.repo zypper refresh zypper install cemu
Pour SLE 15 SP2, exécutez en tant que root :
zypper addrepo https://download.opensuse.org/repositories/home:adriweb:CEmu/SLE_15_SP2/home:adriweb:CEmu.repo zypper refresh zypper install cemu
Pour SLE 15 SP1, exécutez en tant que root :
zypper addrepo https://download.opensuse.org/repositories/home:adriweb:CEmu/SLE_15_SP1/home:adriweb:CEmu.repo zypper refresh zypper install cemu
Récupérer les paquets binaires directement
Ajouter le dépôt et installer manuellement
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:/adriweb:/CEmu/xUbuntu_24.04/ /' | sudo tee /etc/apt/sources.list.d/home:adriweb:CEmu.list curl -fsSL https://download.opensuse.org/repositories/home:adriweb:CEmu/xUbuntu_24.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_adriweb_CEmu.gpg > /dev/null sudo apt update sudo apt install cemu
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:/adriweb:/CEmu/xUbuntu_23.10/ /' | sudo tee /etc/apt/sources.list.d/home:adriweb:CEmu.list curl -fsSL https://download.opensuse.org/repositories/home:adriweb:CEmu/xUbuntu_23.10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_adriweb_CEmu.gpg > /dev/null sudo apt update sudo apt install cemu
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:/adriweb:/CEmu/xUbuntu_23.04/ /' | sudo tee /etc/apt/sources.list.d/home:adriweb:CEmu.list curl -fsSL https://download.opensuse.org/repositories/home:adriweb:CEmu/xUbuntu_23.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_adriweb_CEmu.gpg > /dev/null sudo apt update sudo apt install cemu
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:/adriweb:/CEmu/xUbuntu_22.10/ /' | sudo tee /etc/apt/sources.list.d/home:adriweb:CEmu.list curl -fsSL https://download.opensuse.org/repositories/home:adriweb:CEmu/xUbuntu_22.10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_adriweb_CEmu.gpg > /dev/null sudo apt update sudo apt install cemu
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:/adriweb:/CEmu/xUbuntu_22.04/ /' | sudo tee /etc/apt/sources.list.d/home:adriweb:CEmu.list curl -fsSL https://download.opensuse.org/repositories/home:adriweb:CEmu/xUbuntu_22.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_adriweb_CEmu.gpg > /dev/null sudo apt update sudo apt install cemu
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:/adriweb:/CEmu/xUbuntu_21.10/ /' | sudo tee /etc/apt/sources.list.d/home:adriweb:CEmu.list curl -fsSL https://download.opensuse.org/repositories/home:adriweb:CEmu/xUbuntu_21.10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_adriweb_CEmu.gpg > /dev/null sudo apt update sudo apt install cemu
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:/adriweb:/CEmu/xUbuntu_21.04/ /' | sudo tee /etc/apt/sources.list.d/home:adriweb:CEmu.list curl -fsSL https://download.opensuse.org/repositories/home:adriweb:CEmu/xUbuntu_21.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_adriweb_CEmu.gpg > /dev/null sudo apt update sudo apt install cemu
Pour xUbuntu 20.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:/adriweb:/CEmu/xUbuntu_20.10/ /' | sudo tee /etc/apt/sources.list.d/home:adriweb:CEmu.list curl -fsSL https://download.opensuse.org/repositories/home:adriweb:CEmu/xUbuntu_20.10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_adriweb_CEmu.gpg > /dev/null sudo apt update sudo apt install cemu
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:/adriweb:/CEmu/xUbuntu_20.04/ /' | sudo tee /etc/apt/sources.list.d/home:adriweb:CEmu.list curl -fsSL https://download.opensuse.org/repositories/home:adriweb:CEmu/xUbuntu_20.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_adriweb_CEmu.gpg > /dev/null sudo apt update sudo apt install cemu
Pour xUbuntu 19.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:/adriweb:/CEmu/xUbuntu_19.10/ /' | sudo tee /etc/apt/sources.list.d/home:adriweb:CEmu.list curl -fsSL https://download.opensuse.org/repositories/home:adriweb:CEmu/xUbuntu_19.10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_adriweb_CEmu.gpg > /dev/null sudo apt update sudo apt install cemu
Pour xUbuntu 19.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:/adriweb:/CEmu/xUbuntu_19.04/ /' | sudo tee /etc/apt/sources.list.d/home:adriweb:CEmu.list curl -fsSL https://download.opensuse.org/repositories/home:adriweb:CEmu/xUbuntu_19.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_adriweb_CEmu.gpg > /dev/null sudo apt update sudo apt install cemu
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:/adriweb:/CEmu/xUbuntu_18.04/ /' | sudo tee /etc/apt/sources.list.d/home:adriweb:CEmu.list curl -fsSL https://download.opensuse.org/repositories/home:adriweb:CEmu/xUbuntu_18.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_adriweb_CEmu.gpg > /dev/null sudo apt update sudo apt install cemu
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 :
?
Pour Fedora 35, exécutez en tant que root :
?
Pour Fedora 34, exécutez en tant que root :
?