We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Typo
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:~ $
https://learn.microsoft.com/en-us/dotnet/core/install/linux-debian?tabs=dotnet9
https://github.com/dotnet/docs/blob/main/docs/core/install/linux-debian.md
ab01f0aa-d1c0-df64-b0f9-ee211d45001f
@adegeo
Related Issues
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Type of issue
Typo
Description
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
Related Issues
The text was updated successfully, but these errors were encountered: