Ok I have seen others with this skip error but I still can not locate where it is on my system. I do not see the misspelling and can not find a jammy inRelease anywhere.
W: Skipping acquire of configured file 'universe/binary-amd64/Packages' as repository 'http://archive.canonical.com/ubuntu jammy InRelease' doesn't have the component 'universe' (component misspelt in sources.list?) W: Skipping acquire of configured file 'universe/i18n/Translation-en' as repository 'http://archive.canonical.com/ubuntu jammy InRelease
Below is my current sources.list file
deb http://archive.ubuntu.com/ubuntu jammy main restricted universe
deb http://archive.ubuntu.com/ubuntu jammy-updates main restricted universe
deb http://security.ubuntu.com/ubuntu jammy-security main restricted universe multiverse
deb http://archive.canonical.com/ubuntu jammy partner universe
grep -r deb /etc/apt/sources.list.d/ shows
/etc/apt/sources.list.d/virtualmin.list:deb [signed-by=/usr/share/keyrings/debian-virtualmin-7.gpg] https://software.virtualmin.com/vm/7/gpl/apt virtualmin main
/etc/apt/sources.list.d/docker.list:deb [arch=amd64 signed-by=/etc/apt/keyrings/docker.gpg] https://download.docker.com/linux/ubuntu jammy stable
grep -r deb /etc/apt/sources.list.d/
Please [edit] your question to show us. – nobody Mar 17 '23 at 18:50sudo rm -rf /var/lib/apt/lists/*
and try again. If not workingdpkg --print-architecture
anddpkg --print-foreign-architectures
please. – nobody Mar 20 '23 at 15:38