Wine Installation klappt nicht
Zitat von Pittiplatsch am 31. Oktober 2023, 13:33 Uhrhallo
ich habe ein Problem mit der Install von wine , ich möchte dreamBox . exe installieren
ich bekomme das nicht zum laufen wine 32 würde fehlen,
wie kann ich das nachinstallieren
Danke
System Linux Mint 21.1 Cinnamon 64 bit
rank@frank-Aspire-XC-705:~$ wine uninstaller
it looks like wine32-development is missing, you should install it.
as root, please execute "apt-get install wine32-development"
it looks like wine32-development is missing, you should install it.
as root, please execute "apt-get install wine32-development"
00fc:err:process:exec_process L"Z:\\home\\frank\\Downloads\\dreamboxedit_setup.exe" not supported on this system
it looks like wine32-development is missing, you should install it.
as root, please execute "apt-get install wine32-development"
0104:err:process:exec_process L"Z:\\home\\frank\\Downloads\\dreamboxedit_setup.exe" not supported on this system
it looks like wine32-development is missing, you should install it.
as root, please execute "apt-get install wine32-development"
010c:err:process:exec_process L"Z:\\home\\frank\\Downloads\\dreamboxedit_setup.exe" not supported on this system
it looks like wine32-development is missing, you should install it.
as root, please execute "apt-get install wine32-development"
0114:err:process:exec_process L"Z:\\home\\frank\\Downloads\\dreamboxedit_setup.exe" not supported on this system
hallo
ich habe ein Problem mit der Install von wine , ich möchte dreamBox . exe installieren
ich bekomme das nicht zum laufen wine 32 würde fehlen,
wie kann ich das nachinstallieren
Danke
System Linux Mint 21.1 Cinnamon 64 bit
rank@frank-Aspire-XC-705:~$ wine uninstaller
it looks like wine32-development is missing, you should install it.
as root, please execute "apt-get install wine32-development"
it looks like wine32-development is missing, you should install it.
as root, please execute "apt-get install wine32-development"
00fc:err:process:exec_process L"Z:\\home\\frank\\Downloads\\dreamboxedit_setup.exe" not supported on this system
it looks like wine32-development is missing, you should install it.
as root, please execute "apt-get install wine32-development"
0104:err:process:exec_process L"Z:\\home\\frank\\Downloads\\dreamboxedit_setup.exe" not supported on this system
it looks like wine32-development is missing, you should install it.
as root, please execute "apt-get install wine32-development"
010c:err:process:exec_process L"Z:\\home\\frank\\Downloads\\dreamboxedit_setup.exe" not supported on this system
it looks like wine32-development is missing, you should install it.
as root, please execute "apt-get install wine32-development"
0114:err:process:exec_process L"Z:\\home\\frank\\Downloads\\dreamboxedit_setup.exe" not supported on this system
Zitat von zebolon am 31. Oktober 2023, 17:31 UhrHallo @pittiplatsch,
deinstalliere das installierte Wine bei Deinem System.
Dann im Terminal folgende Befehle der Reihe nach abarbeiten...
sudo apt clean
sudo apt autoclean
sudo apt autocremove
Zunächst muss die 32 Bit-Architektur installiert werden, wieder im Terminal:
sudo dpkg --add-architecture i386
dann...
wget -qO - https://dl.winehq.org/wine-builds/winehq.key | sudo apt-key add -
Nun fügen wir das Repository hinzu:
sudo apt-add-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ jammy main'
Es folgt:
sudo apt update
sudo apt install --install-recommends winehq-stable
Die jeweiligen Abfragen bestätigst Du mit Eingabe von "Y".
PC neu starten.
Bevor Du loslegst - ein Backup ist wie immer empfehlenswert...
Ich bin kein Freund von Wine und PlayOnLinux. Das alles ist leider sehr Fehler-behaftet und funktioniert meist mehr schlecht als recht...
Hallo @pittiplatsch,
deinstalliere das installierte Wine bei Deinem System.
Dann im Terminal folgende Befehle der Reihe nach abarbeiten...
sudo apt clean
sudo apt autoclean
sudo apt autocremove
Zunächst muss die 32 Bit-Architektur installiert werden, wieder im Terminal:
sudo dpkg --add-architecture i386
dann...
wget -qO - https://dl.winehq.org/wine-builds/winehq.key | sudo apt-key add -
Nun fügen wir das Repository hinzu:
sudo apt-add-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ jammy main'
Es folgt:
sudo apt update
sudo apt install --install-recommends winehq-stable
Die jeweiligen Abfragen bestätigst Du mit Eingabe von "Y".
PC neu starten.
Bevor Du loslegst - ein Backup ist wie immer empfehlenswert...
Ich bin kein Freund von Wine und PlayOnLinux. Das alles ist leider sehr Fehler-behaftet und funktioniert meist mehr schlecht als recht...