Reinstall Wine Staging 7* (I can't remember which one)
Reinstall Wine Staging 7* (I can't remember which one)
Hello, I had installed from the site a version of wine 7 and something, updated for Debian Buster when it was released at the time, I have since had to reinstall Buster because my old hardware doesn't support more recent versions but I only have an older version of Wine in the MXLinux repositories which works less well for Photofiltre Studio, I don't know how to recover the version I had installed from here.
Can you help me?
Please excuse my English, here automatically translated.
Can you help me?
Please excuse my English, here automatically translated.
Re: Reinstall Wine Staging 7* (I can't remember which one)
The WineHQ repository has packages for Buster up to version 7.17.
Code: Select all
# Download the packages:
wget -P ~/winehq-staging https://dl.winehq.org/wine-builds/debian/dists/buster/main/binary-amd64/winehq-staging_7.17~buster-1_amd64.deb
wget -P ~/winehq-staging https://dl.winehq.org/wine-builds/debian/dists/buster/main/binary-amd64/wine-staging_7.17~buster-1_amd64.deb
wget -P ~/winehq-staging https://dl.winehq.org/wine-builds/debian/dists/buster/main/binary-amd64/wine-staging-amd64_7.17~buster-1_amd64.deb
wget -P ~/winehq-staging https://dl.winehq.org/wine-builds/debian/dists/buster/main/binary-i386/wine-staging-i386_7.17~buster-1_i386.deb
# Install Wine Staging:
sudo dpkg -i ~/winehq-staging/*.deb
Re: Reinstall Wine Staging 7* (I can't remember which one)
Thank you very much, but it doesn't work, maybe it was another version 7?
Code: Select all
root@mx:/home/insam
# sudo dpkg -i ~/winehq-staging/*.deb
(Lecture de la base de données... 143846 fichiers et répertoires déjà installés.)
Préparation du dépaquetage de .../winehq-staging_7.17~buster-1_amd64.deb ...
Dépaquetage de winehq-staging (7.17~buster-1) sur (6.5-1mx19+1) ...
Préparation du dépaquetage de .../wine-staging_7.17~buster-1_amd64.deb ...
Dépaquetage de wine-staging (7.17~buster-1) sur (6.5-1mx19+1) ...
Préparation du dépaquetage de .../wine-staging-amd64_7.17~buster-1_amd64.deb ...
Dépaquetage de wine-staging-amd64 (7.17~buster-1) sur (6.5-1mx19+1) ...
Préparation du dépaquetage de .../wine-staging-i386_7.17~buster-1_i386.deb ...
Dépaquetage de wine-staging-i386:i386 (7.17~buster-1) sur (6.5-1mx19+1) ...
Paramétrage de wine-staging-amd64 (7.17~buster-1) ...
dpkg: des problèmes de dépendances empêchent la configuration de wine-staging-i386:i386 :
wine-staging-i386:i386 dépend de libpcap0.8 (>= 1.5.1).
wine-staging-i386:i386 dépend de libsane (>= 1.0.24).
dpkg: erreur de traitement du paquet wine-staging-i386:i386 (--install) :
problèmes de dépendances - laissé non configuré
dpkg: des problèmes de dépendances empêchent la configuration de wine-staging :
wine-staging dépend de wine-staging-i386 (= 7.17~buster-1) ; cependant :
Le paquet wine-staging-i386:i386 n'est pas encore configuré.
dpkg: erreur de traitement du paquet wine-staging (--install) :
problèmes de dépendances - laissé non configuré
dpkg: des problèmes de dépendances empêchent la configuration de winehq-staging :
winehq-staging dépend de wine-staging (= 7.17~buster-1) ; cependant :
Le paquet wine-staging n'est pas encore configuré.
dpkg: erreur de traitement du paquet winehq-staging (--install) :
problèmes de dépendances - laissé non configuré
Traitement des actions différées (« triggers ») pour gnome-menus (3.31.4-3) ...
Traitement des actions différées (« triggers ») pour desktop-file-utils (0.23-4) ...
Traitement des actions différées (« triggers ») pour mime-support (3.62) ...
Traitement des actions différées (« triggers ») pour man-db (2.8.5-2) ...
Traitement des actions différées (« triggers ») pour libc-bin (2.28-10+deb10u2) ...
ldconfig: /lib/x86_64-linux-gnu/libicudata.so.67 is not a symbolic link
Des erreurs ont été rencontrées pendant l'exécution :
wine-staging-i386:i386
wine-staging
winehq-staging
Re: Reinstall Wine Staging 7* (I can't remember which one)
Yes, it's good! I had not uninstalled the old version, I purged the folder well and I started the installation again and no more worry.Thank you so much.
Re: Reinstall Wine Staging 7* (I can't remember which one)
I come back, finally it's not good because this version only works the software already installed, but impossible to install a new one, the installer is inoperative I do not know why.
Re: Reinstall Wine Staging 7* (I can't remember which one)
What you mean? What do I need to do to get it? I think that by the way, I made a mistake, it seems that it was a stable and unstaged version that I had installed by the time. '7' and something, I don't remember, '0' and another number I think.
Re: Reinstall Wine Staging 7* (I can't remember which one)
If you run the installer with Wine from the command line, Wine will show you what is not working.What do I need to do to get it?
If you get no output, start Wine with the WINEDEBUG variable:
Code: Select all
WINEDEBUG=fixme+all wine setup.exe
Code: Select all
WINEDEBUG=fixme+all wine setup.exe >> log.txt 2>&1
If you want to install other versions of Wine, add the WineHQ repository to your system:I think that by the way, I made a mistake, it seems that it was a stable and unstaged version that I had installed by the time. '7' and something, I don't remember, '0' and another number I think.
Code: Select all
sudo mkdir -pm755 /etc/apt/keyrings
sudo wget -O /etc/apt/keyrings/winehq-archive.key https://dl.winehq.org/wine-builds/winehq.key
sudo wget -NP /etc/apt/sources.list.d/ https://dl.winehq.org/wine-builds/debian/dists/buster/winehq-buster.sources
sudo apt update
# Find out which versions are available:
apt policy winehq-{stable,devel,staging}
# Install a version with, for example version 6.12:
sudo apt install winehq-devel=6.12~buster-1 wine-devel=6.12~buster-1 wine-devel-amd64=6.12~buster-1 wine-devel-i386=6.12~buster-1
Re: Reinstall Wine Staging 7* (I can't remember which one)
Thank you very much, I'll see all that.As for what is wrong, at my last installation I had no error in the terminal unlike my first try.And it was just the fact of clicking on the chosen EXE in order to reinstall software that no longer worked that made me realize the problem: just nothing happens. no errors reported, nothing even choosing in contextual applications to open with the Wine installer, just nothing happens.
Re: Reinstall Wine Staging 7* (I can't remember which one)
Well no, I don't have access to other versionsJust the Staging 7.17 which you provided me with, and the version present in the repositories, even with the Debian backports checked.
Code: Select all
insam@mx:~
$ sudo mkdir -pm755 /etc/apt/keyrings
[sudo] Mot de passe de insam :
insam@mx:~
$ apt policy winehq-{stable,devel,staging}
winehq-staging:
Installé : 7.17~buster-1
Candidat : 7.17~buster-1
Table de version :
*** 7.17~buster-1 100
100 /var/lib/dpkg/status
6.5-1mx19+1 500
500 http://ftp.lip6.fr/pub/linux/distributions/mxlinux/packages/mx/repo buster/main amd64 Packages
N: Impossible de trouver le paquet winehq-devel
N: Impossible de trouver le paquet winehq-stable
insam@mx:~
$
Re: Reinstall Wine Staging 7* (I can't remember which one)
The first step was successful. Don't forget the other three:Code: Select all
insam@mx:~ $ sudo mkdir -pm755 /etc/apt/keyrings
Code: Select all
sudo wget -O /etc/apt/keyrings/winehq-archive.key https://dl.winehq.org/wine-builds/winehq.key
sudo wget -NP /etc/apt/sources.list.d/ https://dl.winehq.org/wine-builds/debian/dists/buster/winehq-buster.sources
sudo apt update
Re: Reinstall Wine Staging 7* (I can't remember which one)
Thank you very much just like that it is good and everything works!