Hi friends, I am a complete noob about Linux and this is the first distribution I use.
I have a problem that I have no clue how to solve. I want to play some Windows games with Wine, but when I install Wine through Lite Software it installs the 3.0 version, but the most recent version of wine is 5.0, and as a result is giving me problems (It doesnt run any of the games I tried).
I'm trying to figure out how to update or install the newest version but can't figure it out.
Hope someone can give me a hand, thanks in advance!
Install PlayOnLinux and you should be able to install the newest Wine version or check Steam and Lutris for the games you play.
Hello, how do I install Wine from PlayOnLinux? sorry for my question, I'm a newbie to Linux ;D
Code:
sudo apt-get install playonlinux
It should install Wine by default and the program gives an option in a drop down menu to install other versions of Wine.
That command is to be ran out of terminal or you can use synaptic and search for playonlinux and it should show up allowing you to install it.
When I do that I get the following
The following packages have unmet dependencies:
playonlinux: Depends: jq
wine-stable-amd64: Depends: libfaudio0 but will not install
wine-stable-i386: i386: Depends: libfaudio0: i386 but will not install
Recommends: libcapi20-3: i386 but will not install
Recommends: libglu1-table: i386 but will not install or
libglu1: i386
Recommends: libodbc1: i386 but will not install
Recommends: libosmesa6: i386 but will not install
Recommends: libsane: i386 or
libsane1: i386 but it will not install
Recommends: libv4l-0: i386 but will not install
Recommends: libxslt1.1: i386 but will not install
E: Unfulfilled dependencies. Try "apt --fix-broken install" without packages (or specify a solution).
What Linux Lite version do you have installed?
Run what the error told you to do also out of terminal.
Run in terminal
Code:
apt --fix-broken install
Playonlinux should have installed without issues in 18.04 base Ubuntu unless something else has been done to the base.
(03-12-2020, 10:52 PM)supergamer link Wrote: [ -> ]Run in terminal
Code:
apt --fix-broken install
After doing that I get the following
Errors encountered while processing:
/var/cache/apt/archives/libfaudio0_20.03-bionic~1ppa1_i386.deb
/var/cache/apt/archives/libfaudio0_20.03-bionic~1ppa1_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)