Should liblttng-ust1 (for 22.x or later) be libttng-ust1t64 instead for 24.04 and later?
- Dominant language
- No language data
- Stars
- 4.8k
- Forks
- 6.1k
- Avg merge
- 19h 10m
- Merged PRs (30d)
- 268
Description
### Type of issue
Outdated article
### Description
I installed .NET with the dotnet install script and it mentioned not all dependencies might be installed
https://learn.microsoft.com/en-us/dotnet/core/install/linux-scripted-manual#dependencies
`It's possible that when you install .NET, specific dependencies may not be installed, such as when [manually installing](https://learn.microsoft.com/en-us/dotnet/core/install/linux-scripted-manual#manual-install). The following list details Linux distributions that are supported by Microsoft and have dependencies you may need to install. Check the distribution page for more information:`
So I checked the linked document (Page URL below)
Then when checking the dependencies I noticed that libttng-ust1 wasn't installed in the ubuntu 24.04 image `FROM ubuntu:24.04`.
So I tried to install it manually but got `E: Unable to locate package liblttng-ust1'` (and in WSL I got `Note, selecting 'liblttng-ust1t64' instead of 'liblttng-ust1'`) and I think that's because the old package is not built for Ubuntu 24.04 anymore.
And the 24.04 image contains all of the other dependencies already from what I could gather, maybe the list could be improved to be per release of Ubuntu instead so one could avoid checking if the other deps are installed?
### Page URL
https://learn.microsoft.com/en-gb/dotnet/core/install/linux-ubuntu-decision
### Content source URL
https://github.com/dotnet/docs/blob/main/docs/core/install/linux-ubuntu-decision.md
### Document Version Independent Id
410d1c2e-1afc-7b05-c280-0e0064e66b63
### Platform Id
7b9acaae-8167-e865-1621-5dd28ae7bb9e
### Article author
@adegeo
### Metadata
* ID: 0ff48c87-934e-7094-f13f-0053d32a5069
* PlatformId: 7b9acaae-8167-e865-1621-5dd28ae7bb9e
* Service: **dotnet-fundamentals**
* Sub-service: **install**
[Related Issues](https://github.com/dotnet/docs/issues?q=is%3Aissue+is%3Aopen+410d1c2e-1afc-7b05-c280-0e0064e66b63)
Contributor guide
Assessment
This issue has not been assessed yet.