I need to recover version 5.21

Questions about Wine on Linux
Locked
RonSMeyer
Level 1
Level 1
Posts: 7
Joined: Mon Jul 27, 2015 7:10 pm

I need to recover version 5.21

Post by RonSMeyer »

I need to recover version 5.21. Version 5.22 that was just released this weekend in the repo totally broke an application I use all the time "ThumbsPlus 10 Pro". The application just crashes on startup and it has worked beautifully for years in wine.

I'm using Mint 20 with cinnamon. I completely uninstalled 5.22 and I went out to dl.winehq.org to get the older version where I find this list below of deb files. I tried working through the dependencies but then when I try to run "wine" at a command prompt, it just says it can't find the command.

What exactly am I supposed to do to reinstall an older version?

Thanks for the help.

Code: Select all

-rw-rw-r-- 1 ron ron 70687632 Nov 22 17:23 wine-devel-i386_5.21~focal_i386.deb
-rw-rw-r-- 1 ron ron  1892268 Nov 22 17:29 wine-devel_5.21~focal_i386.deb
-rw-rw-r-- 1 ron ron 25202584 Nov 22 17:30 wine-devel-dbg_5.21~focal_i386.deb
-rw-rw-r-- 1 ron ron  2995548 Nov 22 17:30 wine-devel-dev_5.21~focal_i386.deb

-rw-rw-r-- 1 ron ron 26396940 Nov 22 17:18 wine-devel-dbg_5.21~focal_amd64.deb
-rw-rw-r-- 1 ron ron 74061372 Nov 22 17:31 wine-devel-amd64_5.21~focal_amd64.deb
-rw-rw-r-- 1 ron ron  2996196 Nov 22 17:32 wine-devel-dev_5.21~focal_amd64.deb
-rw-rw-r-- 1 ron ron  1906676 Nov 22 17:32 wine-devel_5.21~focal_amd64.deb

jkfloris
Level 12
Level 12
Posts: 3136
Joined: Thu Aug 14, 2014 10:10 am

Re: I need to recover version 5.21

Post by jkfloris »

Code: Select all

sudo apt install winehq-devel=5.21~focal wine-devel=5.21~focal wine-devel-amd64=5.21~focal wine-devel-i386:i386=5.21~focal
RonSMeyer
Level 1
Level 1
Posts: 7
Joined: Mon Jul 27, 2015 7:10 pm

Re: I need to recover version 5.21

Post by RonSMeyer »

Thank you.
Locked