Windows Splashtop Business Access Remote Client Problem

Questions about Wine on Linux
Locked
tzigler
Level 1
Level 1
Posts: 5
Joined: Sat Feb 12, 2022 1:49 pm

Windows Splashtop Business Access Remote Client Problem

Post by tzigler »

I am running Linux Mint Cinnamon v20.2 with WINE 7.0. The latest Windows Splashtop Business Access remote (SBA) client installs with no errors. However, I cannot get it to run properly. Since SBA is rated Platinum for the WINE 5.0.2 release, I would like to reinstall that specific version of WINE to see if that fixes the problem. Where can I download the WINE 5.0.2 release? Can anyone help?
jkfloris
Level 12
Level 12
Posts: 3201
Joined: Thu Aug 14, 2014 10:10 am

Re: Windows Splashtop Business Access Remote Client Problem

Post by jkfloris »

WineHQ keeps the older Wine packages on their server.
You can find all available versions with:

Code: Select all

apt policy winehq-stable
You can install the version you want with:

Code: Select all

sudo apt install winehq-stable=5.0.2~focal wine-stable=5.0.2~focal wine-stable-amd64=5.0.2~focal wine-stable-i386:i386=5.0.2~focal
tzigler
Level 1
Level 1
Posts: 5
Joined: Sat Feb 12, 2022 1:49 pm

Re: Windows Splashtop Business Access Remote Client Problem

Post by tzigler »

Thank you!
Locked