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

Cannot install dotnet8 on Raspberry Pi 5 (Debian 12) #44040

Open
rwb196884 opened this issue Dec 19, 2024 · 0 comments
Open

Cannot install dotnet8 on Raspberry Pi 5 (Debian 12) #44040

rwb196884 opened this issue Dec 19, 2024 · 0 comments
Labels
⌚ Not Triaged Not triaged

Comments

@rwb196884
Copy link

rwb196884 commented Dec 19, 2024

Type of issue

Typo

Description

rwb@kestrel:~$ uname -a
Linux kestrel 6.6.51+rpt-rpi-2712 #1 SMP PREEMPT Debian 1:6.6.51-1+rpt3 (2024-10-08) aarch64 GNU/Linux
rwb@kestrel:/etc/apt/sources.list.d $ source /etc/os-release
rwb@kestrel:/etc/apt/sources.list.d $ sudo apt-get install -y gpg wget
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
gpg is already the newest version (2.2.40-1.1).
gpg set to manually installed.
wget is already the newest version (1.21.3-1+b1).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
rwb@kestrel:/etc/apt/sources.list.d $ ls
grafana.list  influxdata.list  raspi.list
rwb@kestrel:/etc/apt/sources.list.d $ cd
rwb@kestrel:~ $ ls
influxdata-archive.key  microsoft.asc                RonR-RPi-image-utils
packages-microsoft-prod.deb  
rwb@kestrel:~ $ cat microsoft.asc | gpg --dearmor -o microsoft.asc.gpg
rwb@kestrel:~ $ wget https://packages.microsoft.com/config/$ID/$VERSION_ID/prod.list
--2024-12-19 20:33:28--  https://packages.microsoft.com/config/debian/12/prod.list
Resolving packages.microsoft.com (packages.microsoft.com)... 13.107.246.64, 2620:1ec:bdf::64
Connecting to packages.microsoft.com (packages.microsoft.com)|13.107.246.64|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 138 [application/octet-stream]
Saving to: ‘prod.list’

prod.list                     100%[==============================================>]     138  --.-KB/s    in 0s

2024-12-19 20:33:28 (3.97 MB/s) - ‘prod.list’ saved [138/138]

rwb@kestrel:~ $ sudo mv prod.list /etc/apt/sources.list.d/microsoft-prod.list
rwb@kestrel:~ $ sudo mv microsoft.asc.gpg $(cat /etc/apt/sources.list.d/microsoft-prod.list | grep -oP "(?<=signed-by=).*(?=\])")
rwb@kestrel:~ $ sudo apt-get update
Hit:1 http://archive.raspberrypi.com/debian bookworm InRelease
Hit:2 http://deb.debian.org/debian bookworm InRelease
Hit:3 http://deb.debian.org/debian-security bookworm-security InRelease
Hit:4 https://repos.influxdata.com/debian stable InRelease
Hit:5 http://deb.debian.org/debian bookworm-updates InRelease
Hit:6 https://apt.grafana.com stable InRelease
Get:7 https://packages.microsoft.com/debian/12/prod bookworm InRelease [3,618 B]
Get:8 https://packages.microsoft.com/debian/12/prod bookworm/main amd64 Packages [71.5 kB]
Get:9 https://packages.microsoft.com/debian/12/prod bookworm/main armhf Packages [11.9 kB]
Get:10 https://packages.microsoft.com/debian/12/prod bookworm/main arm64 Packages [16.0 kB]
Get:11 https://packages.microsoft.com/debian/12/prod bookworm/main all Packages [576 B]
Fetched 104 kB in 1s (98.0 kB/s)
Reading package lists... Done
rwb@kestrel:~ $ sudo apt-get install dotnet-sdk-8.0
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
E: Unable to locate package dotnet-sdk-8.0
E: Couldn't find any package by glob 'dotnet-sdk-8.0'
E: Couldn't find any package by regex 'dotnet-sdk-8.0'
rwb@kestrel:~ $

Page URL

https://learn.microsoft.com/en-us/dotnet/core/install/linux-debian?tabs=dotnet9

Content source URL

https://github.com/dotnet/docs/blob/main/docs/core/install/linux-debian.md

Document Version Independent Id

ab01f0aa-d1c0-df64-b0f9-ee211d45001f

Article author

@adegeo

Metadata

  • ID: 7c3310a1-6a2e-ca98-9618-8f3d729eafdd
  • Service: dotnet-fundamentals
  • Sub-service: install

Related Issues

@dotnetrepoman dotnetrepoman bot added the ⌚ Not Triaged Not triaged label Dec 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
⌚ Not Triaged Not triaged
Projects
None yet
Development

No branches or pull requests

1 participant