Just want to share the fix I got in case other members, particularly new members, might experience this as well when updating wine: Fix broken packages first.
Earlier, the only thing that didn't upgrade in my packages was wine. I do most of suggested solution but the only solution that help me was from this link: Broken Packages Fix Problem (For Wine) - Ask Ubuntu
sudo apt-add-repository --remove 'deb https://download.opensuse.org/repositories/Emulators:/Wine:/Debian/Ubuntu_18.10_standard ./'
wget -nc https://dl.winehq.org/wine-builds/Release.key
sudo apt-key add Release.key
sudo apt-add-repository https://dl.winehq.org/wine-builds/ubuntu/
sudo apt-get update
choose among the three.
sudo apt-get install --install-recommends winehq-stable
sudo apt-get install --install-recommends winehq-devel
sudo apt-get install --install-recommends winehq-staging
(
Hope it will help to others in the future.