Opened 2 years ago
Last modified 2 years ago
#23570 needinfo defect
Xubuntu jammy -- Error apt update — at Version 3
| Reported by: | anonymous | Owned by: | anonymous |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Ubuntu package | Version: | |
| Keywords: | Cc: | stoecker |
Description (last modified by )
apt update N: Skipping acquire of configured file 'universe/binary-i386/Packages' as repository 'https://josm.openstreetmap.de/apt jammy InRelease' doesn't support architecture 'i386'
uname -a Linux name.fritz.box 6.5.0-26-generic #26~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Tue Mar 12 10:22:43 UTC 2 x86_64 x86_64 x86_64 GNU/Linux
Change History (3)
comment:1 by , 2 years ago
| Description: | modified (diff) |
|---|---|
| Owner: | changed from to |
| Status: | new → needinfo |
comment:2 by , 2 years ago
| Component: | Core → Ubuntu package |
|---|
comment:3 by , 2 years ago
| Cc: | added |
|---|---|
| Description: | modified (diff) |
Linux name.fritz.box 6.5.0-26-generic #26~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Tue Mar 12 10:22:43 UTC 2 x86_64 x86_64 x86_64 GNU/Linux
The kernel is a 64bit version. Why are you trying to install a 32bit version package? If it is a mixed architecture system you can try to add arch=amd64 as option to the line in the sources.list e.g.:
deb [arch=amd64 signed-by=/usr/local/share/keyrings/josm-apt.gpg] https://josm.openstreetmap.de/apt jammy universe
Overall, this looks like a Ubuntu bug but we might just add the option to our instructions.
@team: Which architectures are we supporting with our Ubuntu packages?



Well, considering Ubuntu doesn't support i386 as the boot architecture post 18.04, I'm kind of wondering why your system was trying to get an i386 Java package.
If you must use i386 packages, please change
jammytoalldist.With that said, I think this is a user configuration error. Or maybe you just upgraded from 18.04 to 22.04 or something.
Can you try going through the Ubuntu repository setup process for JOSM again?