Commit 328bb87
authored
On architectures that didn't undergo the time64 transition in Trixie, this is resolved automatically by APT via `Provides:`, but others fail in the following way:
```console
+ apt-get install -y --no-install-recommends libodbc2 libssl3 libsctp1
Reading package lists...
Building dependency tree...
Reading state information...
Package libssl3 is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
openssl-provider-legacy libssl3t64
E: Package 'libssl3' has no installation candidate
```
1 parent a931911 commit 328bb87
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
0 commit comments