I'm trying to upgrade from Ubuntu 20.04LTS to 22.04LTS, but whenever I click upgrade, it closes the Software Updater tab and does nothing. When I try to update from the terminal, it says not all packages are updated. So I go to update from the terminal and get the following.
Asked
Active
Viewed 20 times
0
grep -R 1386 /etc/apt/*
and see what it turns up. – Jos Mar 27 '23 at 16:00sudo dpkg --remove-architecture 1386
to remove the architecture entirely. Afterwards, I ransudo apt update
and no more "Skipping acquire..." was shown. – Marshall Quast Mar 27 '23 at 18:21