Commit ca904bf
authored
Change order of Ubuntu version selector and fix libicu version on Ubuntu 25.04 (#48306)
* change order of ubuntu version selector
Changing the order of the Ubuntu version selector to
- Ubuntu LTS versions from newest to oldest, then
- Ubuntu Interim versions from newest to oldest, then
- other (unsupported) Ubuntu versions.
Rationale:
Some users skip over the article and miss the version selecter.
This leads to them beeing unable to install .NET. The new order
ensures that an LTS is displayed first. The Ubuntu LTS install
instructions let users successfully install .NET on an Ubuntu
interim machine. In the worst case they run the command
`sudo add-apt-repository ppa:dotnet/backports`, which has no
major side-effect.
Fixes: #47461
Signed-off-by: Dominik Viererbe <[email protected]>
* fix dependency version for Ubuntu 25.04
The version of libicu on Ubuntu 25.04 is 76.
See: https://launchpad.net/ubuntu/plucky/+source/icu
Signed-off-by: Dominik Viererbe <[email protected]>
---------
Signed-off-by: Dominik Viererbe <[email protected]>1 parent 4042824 commit ca904bf
File tree
2 files changed
+5
-3
lines changed- docs
- core/install
2 files changed
+5
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
123 | | - | |
124 | | - | |
| 123 | + | |
| 124 | + | |
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
| 129 | + | |
| 130 | + | |
129 | 131 | | |
130 | 132 | | |
131 | 133 | | |
| |||
0 commit comments