Nas versões anteriores do Ubuntu, como 18.04 LTS, consegui instalar o WINE Launcher Creator .
Mas no Ubuntu 20.04 LTS moderno não é instalável com as seguintes mensagens:
cd ~/Downloads
wget -c https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/wine-launcher-creator/wine-launcher-creator_1.0.8-1_all.deb
sudo apt-get install ./wine-launcher-creator_1.0.8-1_all.deb
Reading package lists... Done
Building dependency tree
Reading state information... Done
Note, selecting 'wine-launcher-creator' instead of './wine-launcher-creator_1.0.8-1_all.deb'
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
wine-launcher-creator : Depends: python-qt4 but it is not installable
E: Unable to correct problems, you have held broken packages.
Problema causado pelo fato de que o
python-qt4
pacote não está nos repositórios do Ubuntu 20.04 LTS .Portanto, precisamos adicionar um PPA Qt4 especial e instalar usando os seguintes comandos:
e, em seguida, aproveite o aplicativo WINE Launcher Creator.