So, I downloaded the following packages:
Code: Select all
https://dl.winehq.org/wine-builds/ubuntu/dists/focal/main/binary-i386/wine-devel-i386_5.8~focal_i386.deb
https://dl.winehq.org/wine-builds/ubuntu/dists/focal/main/binary-amd64/wine-devel-amd64_5.8~focal_amd64.deb
https://dl.winehq.org/wine-builds/ubuntu/dists/focal/main/binary-i386/wine-devel_5.8~focal_i386.deb
https://dl.winehq.org/wine-builds/ubuntu/dists/focal/main/binary-amd64/wine-devel_5.8~focal_amd64.deb
Code: Select all
> sudo apt-get -f install wine-devel-i386_5.8_focal_i386.deb
> sudo apt-get -f install wine-devel-amd64_5.8_focal_amd64.deb
> sudo apt-get -f install wine-devel_5.8_focal_i386.deb
> sudo apt-get -f install wine-devel_5.8_focal_amd64.deb
Code: Select all
$ wine
Command 'wine' not found, but can be installed with:
sudo apt install wine # version 5.0-3ubuntu1, or
sudo apt install wine-development # version 5.5-3ubuntu1
How can I do fix this issue?