I'm trying to install Acrobat reader on Ubuntu latest version. I followed the step by step instructions in this web site, but when I try to execute the wine commands
wine AcroRdrDC1800920044_en_US.exe
I got the following error:
it looks like wine32 is missing, you should install it. as root, please execute "apt-get install wine32" it looks like wine32 is missing, you should install it. as root, please execute "apt-get install wine32" wine: Mauvais format EXE pour Z:\home\morad\Téléchargements\AcroRdrDC1800920044_en_US.exe.
Can anyone help me to fix this issue? Thanks in advance.
sudo apt-get install wine32
– valiano Jul 27 '18 at 17:20Les paquets suivants contiennent des dépendances non satisfaites : wine32:i386 : Dépend: libwine:i386 (= 3.0-1ubuntu1) mais ne sera pas installé E: Impossible de corriger les problèmes, des paquets défectueux sont en mode « garder en l'état ».
– moradov Jul 27 '18 at 17:22The following packages contain unmet dependencies: wine32: i386: Depends: libwine: i386 (= 3.0-1ubuntu1) but will not be installed E: Unable to fix problems, defective packages are in "keep as is" mode .
– Thomas Ward Jul 27 '18 at 17:46sudo apt-get install -f
to see if it can fix the dependency problem? – Thomas Ward Jul 27 '18 at 17:46sudo aptitude -f install wine32
, as suggested in https://askubuntu.com/questions/859563/cannot-install-wine32-in-ubuntu-16-10 – valiano Jul 27 '18 at 17:50sudo aptitude -f install wine32
after installing aptitude, but it still not done, i get the same issue when I tried to use winewine AcroRdrDC1800920044_en_US.exe it looks like wine32 is missing, you should install it. as root, please execute "apt-get install wine32" it looks like wine32 is missing, you should install it. as root, please execute "apt-get install wine32" wine: Mauvais format EXE pour Z:\home\morad\Téléchargements\AcroRdrDC1800920044_en_US.exe.
– moradov Jul 28 '18 at 01:00