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

.deb package for Linux ARM (Raspberry Pi) #1117

Closed
jlanssie opened this issue Feb 18, 2023 · 8 comments
Closed

.deb package for Linux ARM (Raspberry Pi) #1117

jlanssie opened this issue Feb 18, 2023 · 8 comments
Labels
enhancement New feature or request

Comments

@jlanssie
Copy link

Feature description

Please provide a .deb package for Linux ARM (Raspberry Pi).

Compiling from source code seems to throw issues (at least on my machine) for Raspberry Pis running Ubuntu Server.

@jlanssie jlanssie added the enhancement New feature or request label Feb 18, 2023
@ldennington
Copy link
Contributor

Have you tried the .NET tool approach? I don't have a Raspberry Pi, but I've spoken with others who have successfully installed with that method.

@jlanssie
Copy link
Author

I tried the .net tool and building source but neither worked for me.

@ldennington
Copy link
Contributor

What model of Raspberry Pi are you using? What is your Ubuntu Server version?

@jlanssie
Copy link
Author

Raspberry Pi 4 - Ubuntu Server 22.04

@ldennington
Copy link
Contributor

And what's the error you're seeing when you try to install as a .NET tool?

@ldennington
Copy link
Contributor

Also, can you please provide the information requested in the issue template? That will help us better diagnose what is happening.

@haukex
Copy link

haukex commented Mar 18, 2023

I agree that a .deb package would be really nice. But I was able to get git-credential-manager installed on a Raspberry Pi 4 with 64-bit Raspbian Lite with the following steps:

Download the latest .NET 6.0 SDK for Arm64 from https://dotnet.microsoft.com/en-us/download/dotnet/6.0

mkdir -vp $HOME/.dotnet
tar zxvf dotnet-sdk-6.*-linux-arm64.tar.gz -C $HOME/.dotnet
echo 'export DOTNET_ROOT=$HOME/.dotnet' >>~/.profile
echo 'export PATH=$PATH:$HOME/.dotnet:$HOME/.dotnet/tools' >>~/.profile
echo 'export DOTNET_CLI_TELEMETRY_OPTOUT=1' >>~/.profile
# log out and in again for .profile changes to take effect
dotnet tool install -g git-credential-manager

@ldennington
Copy link
Contributor

Closing in favor of #606 - we will start publishing an ARM package on completion of that issue.

@ldennington ldennington closed this as not planned Won't fix, can't repro, duplicate, stale Apr 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants