Can't Install Wine From Winehq.org On Ubuntu (actually Lubuntu) 18.04 LTS
Answer : Analysis The WineHQ repository misses the dependencies for wine-stable package. I have reported a bug 48513 to WineHQ bugzilla. The main problem here is bad documentation, which is written in non-reproducible way. The Rosanne DiMesio's main idea is "People who don't bother to read the directions are always going to have problems.". So we need to write our own documentation until WineHQ-officials become smarter. The problem with dependencies was caused by the FAudio dependency, which is not contained in Debian/Ubuntu and WineHQ repositories. We can determine the exact package name by using command below and analyzing of their output: $ sudo apt-get install wine-stable-amd64 Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not y...