https://bugs.kde.org/show_bug.cgi?id=467409

Nico Dorn <nicod...@posteo.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |WORKSFORME
             Status|CONFIRMED                   |RESOLVED

--- Comment #9 from Nico Dorn <nicod...@posteo.de> ---
TL;DR: works for me … now.

Okay, I finally tackled this unfortunated situation and allowed the system to
remove a bunch of i386 packages that are essential for me (especially
wine32:i386). As I'm in need of wine32:i386, I tried to reinstall it with "sudo
apt-get install wine32:i386". This didn't work due to severe dependency issues.
What I did to solve the situation:

sudo apt-get --allow-remove-essential purge ".*:i386"
     (--allow-remove-essential was necessary as there were some packages deemd
essential by apt)
sudo dpkg --remove-architecture i386
     (restart, don't know if that was necessary)
sudo dpkg --add-architecture i386
sudo apt-get update
sudo apt-get install wine32

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to