i tried to install WineHQ in my ubuntu 20.04 desktop
after the
sudo dpkg --add-architecture i386
that a video that i watched showed me i got some errors
now i cant install update the system
when i try to remove i386 with:
sudo dpkg --remove-architecture i386
it gives me the following error:
dpkg: error: cannot remove architecture 'i386' currently in use by the database
Please help me
dpkg --get-selections | awk '/i386/{print $1}'
– MG.killergamer. 007 Jan 04 '22 at 18:42