Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does it works on Linux ARM32? #630

Closed
TheBlckbird opened this issue Nov 25, 2021 · 1 comment
Closed

Does it works on Linux ARM32? #630

TheBlckbird opened this issue Nov 25, 2021 · 1 comment

Comments

@TheBlckbird
Copy link

Operating System/Distribution

RaspberryPi OS 32bit

Installer

I used the debian method with apt not .deb

What happened?

I runned these three commands:

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.
@shiftkey
Copy link
Owner

ARM support is not planned currently, please see #595 and #251 for more details

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants