Wine installation not completing due to held broken packages
Solution 1:
Type in terminal
sudo apt-get update && sudo apt-get upgrade sudo apt-get purge wine* sudo apt-get install -f
You can install wine after it.
Type in terminal
sudo apt-get update && sudo apt-get upgrade sudo apt-get purge wine* sudo apt-get install -f
You can install wine after it.