![]() |
Update/Install Wine 5.0 in Linux Lite - Printable Version +- Linux Lite Forums (https://www.freecinema2022.gq/forums) +-- Forum: Software - Support (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=5) +--- Forum: Installing Software (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=18) +--- Thread: Update/Install Wine 5.0 in Linux Lite (/showthread.php?tid=6796) |
Update/Install Wine 5.0 in Linux Lite - buumchakalaka - 02-15-2020 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! Re: Update/Install Wine 5.0 in Linux Lite - supergamer - 02-16-2020 Install PlayOnLinux and you should be able to install the newest Wine version or check Steam and Lutris for the games you play. Re: Update/Install Wine 5.0 in Linux Lite - Tomm16 Rnr - 03-12-2020 Hello, how do I install Wine from PlayOnLinux? sorry for my question, I'm a newbie to Linux ;D Re: Update/Install Wine 5.0 in Linux Lite - supergamer - 03-12-2020 Code: sudo apt-get install playonlinux 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. Re: Update/Install Wine 5.0 in Linux Lite - Tomm16 Rnr - 03-12-2020 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). Re: Update/Install Wine 5.0 in Linux Lite - supergamer - 03-12-2020 What Linux Lite version do you have installed? Run what the error told you to do also out of terminal. Re: Update/Install Wine 5.0 in Linux Lite - Tomm16 Rnr - 03-12-2020 4.8, recently instaled Re: Update/Install Wine 5.0 in Linux Lite - supergamer - 03-12-2020 Run in terminal Code: apt --fix-broken install Re: Update/Install Wine 5.0 in Linux Lite - supergamer - 03-12-2020 Playonlinux should have installed without issues in 18.04 base Ubuntu unless something else has been done to the base. Re: Update/Install Wine 5.0 in Linux Lite - Tomm16 Rnr - 03-12-2020 (03-12-2020, 10:52 PM)supergamer link Wrote: Run in terminal 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) |