You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
wget -qO - https://packagecloud.io/shiftkey/desktop/gpgkey | sudo tee /etc/apt/trusted.gpg.d/shiftkey-desktop.asc > /dev/null
sudo sh -c 'echo "deb [arch=amd64] https://packagecloud.io/shiftkey/desktop/any/ any main" > /etc/apt/sources.list.d/packagecloud-shiftkey-desktop.list'
sudo apt-get update
only sudo apt-get update gave an output:
OK:1 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease
OK:2 http://raspbian.raspberrypi.org/raspbian bullseye InRelease
OK:3 http://archive.raspberrypi.org/debian bullseye InRelease
OK:4 https://itai-nelken.github.io/weekly-box86-debs/debian InRelease
OK:5 https://mcpi-revival.github.io/mcpi-packages bullseye InRelease
OK:6 https://adoptopenjdk.jfrog.io/adoptopenjdk/deb bullseye InRelease
OK:7 https://packagecloud.io/shiftkey/desktop/any any InRelease
Package lists are read... Done
Dependency tree is built... Done
Status information is read... Done
All packages are up to date.
W: Ziel Packages (main/binary-amd64/Packages) ist mehrfach konfiguriert in /etc/apt/sources.list.d/packagecloud-shiftkey-desktop.list:1 und /etc/apt/sources.list.d/packagecloud-shiftky-desktop.list:1
W: Ziel Packages (main/binary-all/Packages) ist mehrfach konfiguriert in /etc/apt/sources.list.d/packagecloud-shiftkey-desktop.list:1 und /etc/apt/sources.list.d/packagecloud-shiftky-desktop.list:1
W: Ziel Translations (main/i18n/Translation-de_DE) ist mehrfach konfiguriert in /etc/apt/sources.list.d/packagecloud-shiftkey-desktop.list:1 und /etc/apt/sources.list.d/packagecloud-shiftky-desktop.list:1
W: Ziel Translations (main/i18n/Translation-de) ist mehrfach konfiguriert in /etc/apt/sources.list.d/packagecloud-shiftkey-desktop.list:1 und /etc/apt/sources.list.d/packagecloud-shiftky-desktop.list:1
W: Ziel Translations (main/i18n/Translation-de_DE.UTF-8) ist mehrfach konfiguriert in /etc/apt/sources.list.d/packagecloud-shiftkey-desktop.list:1 und /etc/apt/sources.list.d/packagecloud-shiftky-desktop.list:1
W: Ziel Translations (main/i18n/Translation-en) ist mehrfach konfiguriert in /etc/apt/sources.list.d/packagecloud-shiftkey-desktop.list:1 und /etc/apt/sources.list.d/packagecloud-shiftky-desktop.list:1
W: Ziel Packages (main/binary-amd64/Packages) ist mehrfach konfiguriert in /etc/apt/sources.list.d/packagecloud-shiftkey-desktop.list:1 und /etc/apt/sources.list.d/packagecloud-shiftky-desktop.list:1
W: Ziel Packages (main/binary-all/Packages) ist mehrfach konfiguriert in /etc/apt/sources.list.d/packagecloud-shiftkey-desktop.list:1 und /etc/apt/sources.list.d/packagecloud-shiftky-desktop.list:1
W: Ziel Translations (main/i18n/Translation-de_DE) ist mehrfach konfiguriert in /etc/apt/sources.list.d/packagecloud-shiftkey-desktop.list:1 und /etc/apt/sources.list.d/packagecloud-shiftky-desktop.list:1
W: Ziel Translations (main/i18n/Translation-de) ist mehrfach konfiguriert in /etc/apt/sources.list.d/packagecloud-shiftkey-desktop.list:1 und /etc/apt/sources.list.d/packagecloud-shiftky-desktop.list:1
W: Ziel Translations (main/i18n/Translation-de_DE.UTF-8) ist mehrfach konfiguriert in /etc/apt/sources.list.d/packagecloud-shiftkey-desktop.list:1 und /etc/apt/sources.list.d/packagecloud-shiftky-desktop.list:1
W: Ziel Translations (main/i18n/Translation-en) ist mehrfach konfiguriert in /etc/apt/sources.list.d/packagecloud-shiftkey-desktop.list:1 und /etc/apt/sources.list.d/packagecloud-shiftky-desktop.list:1
(und means and)
When I tried to run sudo apt install github-desktop
I got this output:
Package lists are read... Done
Dependency tree is built... Done
Status information is read... Done
E: Package github-desktop cannot be found.
The text was updated successfully, but these errors were encountered:
Operating System/Distribution
RaspberryPi OS 32bit
Installer
I used the debian method with apt not .deb
What happened?
I runned these three commands:
only
sudo apt-get update
gave an output:When I tried to run
sudo apt install github-desktop
I got this output:
The text was updated successfully, but these errors were encountered: