On a fresh install of Ubuntu 20.04.1, I tried to install wine32 (sudo apt-get install wine32
). However, there is an error: E: Package 'wine32' has no installation candidate
. How can this be?
$ sudo apt-get update
...
$ sudo apt-get install wine32
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package wine32 is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
libwine
E: Package 'wine32' has no installation candidate
I need wine32
to run a 32 bit Windows executable.
0 Answers