Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#1 Le 20/12/2020, à 13:02

jupiler

(résolut)problème d installation wine

bonjour,
je tente d installé wine via ce lien https://wiki.winehq.org/Ubuntu
le souci es quand je fait cette manip

sudo apt install --install-recommends winehq-stable

j obtient ça

Certains paquets ne peuvent être installés. Ceci peut signifier
que vous avez demandé l'impossible, ou bien, si vous utilisez
la distribution unstable, que certains paquets n'ont pas encore
été créés ou ne sont pas sortis d'Incoming.
L'information suivante devrait vous aider à résoudre la situation : 

Les paquets suivants contiennent des dépendances non satisfaites :
 winehq-stable : Dépend: wine-stable (= 5.0.3~groovy)
E: Impossible de corriger les problèmes, des paquets défectueux sont en mode « garder en l'état ».

donc que faire pour réglé le souci ca fait 2 heures que je tente l installation de wine sur une installation faite ce matin

Description:    Ubuntu 20.04.1 LTS
Release:    20.04



merci d avance pour votre aide.

Dernière modification par jupiler (Le 20/12/2020, à 14:48)


os xbuntu  64 bis

Hors ligne

#2 Le 20/12/2020, à 13:37

abelthorne

Re : (résolut)problème d installation wine

Donne le retour de :

dpkg -l | grep wine
cat /etc/apt/sources.list
ls /etc/apt/sources.list.d
cat /etc/apt/sources.list.d/*.list
apt list | grep "installé, local"

Hors ligne

#3 Le 20/12/2020, à 13:43

jupiler

Re : (résolut)problème d installation wine

asocial@asocial-desktop:~$ dpkg -l | grep wine
asocial@asocial-desktop:~$ cat /etc/apt/sources.list
# deb cdrom:[Xubuntu 20.04.1 LTS _Focal Fossa_ - Release amd64 (20200731)]/ focal main multiverse restricted universe

# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb http://be.archive.ubuntu.com/ubuntu/ focal main restricted
# deb-src http://be.archive.ubuntu.com/ubuntu/ focal main restricted

## Major bug fix updates produced after the final release of the
## distribution.
deb http://be.archive.ubuntu.com/ubuntu/ focal-updates main restricted
# deb-src http://be.archive.ubuntu.com/ubuntu/ focal-updates main restricted

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team. Also, please note that software in universe WILL NOT receive any
## review or updates from the Ubuntu security team.
deb http://be.archive.ubuntu.com/ubuntu/ focal universe
# deb-src http://be.archive.ubuntu.com/ubuntu/ focal universe
deb http://be.archive.ubuntu.com/ubuntu/ focal-updates universe
# deb-src http://be.archive.ubuntu.com/ubuntu/ focal-updates universe

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu 
## team, and may not be under a free licence. Please satisfy yourself as to 
## your rights to use the software. Also, please note that software in 
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
deb http://be.archive.ubuntu.com/ubuntu/ focal multiverse
# deb-src http://be.archive.ubuntu.com/ubuntu/ focal multiverse
deb http://be.archive.ubuntu.com/ubuntu/ focal-updates multiverse
# deb-src http://be.archive.ubuntu.com/ubuntu/ focal-updates multiverse

## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
deb http://be.archive.ubuntu.com/ubuntu/ focal-backports main restricted universe multiverse
# deb-src http://be.archive.ubuntu.com/ubuntu/ focal-backports main restricted universe multiverse

## Uncomment the following two lines to add software from Canonical's
## 'partner' repository.
## This software is not part of Ubuntu, but is offered by Canonical and the
## respective vendors as a service to Ubuntu users.
deb http://archive.canonical.com/ubuntu focal partner
# deb-src http://archive.canonical.com/ubuntu focal partner

deb http://security.ubuntu.com/ubuntu focal-security main restricted
# deb-src http://security.ubuntu.com/ubuntu focal-security main restricted
deb http://security.ubuntu.com/ubuntu focal-security universe
# deb-src http://security.ubuntu.com/ubuntu focal-security universe
deb http://security.ubuntu.com/ubuntu focal-security multiverse
# deb-src http://security.ubuntu.com/ubuntu focal-security multiverse

# This system was installed using small removable media
# (e.g. netinst, live or single CD). The matching "deb cdrom"
# entries were disabled at the end of the installation process.
# For information about how to configure apt package sources,
# see the sources.list(5) manual.
deb https://dl.winehq.org/wine-builds/ubuntu/ groovy main
# deb-src https://dl.winehq.org/wine-builds/ubuntu/ groovy main
deb https://dl.winehq.org/wine-builds/ubuntu/ focal main
# deb-src https://dl.winehq.org/wine-builds/ubuntu/ focal main
asocial@asocial-desktop:~$ ls /etc/apt/sources.list.d
opera-stable.list  opera-stable.list.save
asocial@asocial-desktop:~$ cat /etc/apt/sources.list.d/*.list
# This file makes sure that Opera Browser is kept up-to-date
# as part of regular system upgrades

deb https://deb.opera.com/opera-stable/ stable non-free #Opera Browser (final releases)
asocial@asocial-desktop:~$ apt list | grep "installé, local"

WARNING: apt does not have a stable CLI interface. Use with caution in scripts.

asocial@asocial-desktop:~$ 

os xbuntu  64 bis

Hors ligne

#4 Le 20/12/2020, à 14:25

abelthorne

Re : (résolut)problème d installation wine

Tu as ajouté deux fois le dépôt de WineHQ : une en groovy (20.10) et une en focal (20.04).

Édite ton sources.list :

sudo nano /etc/apt/sources.list

Supprime ces quatre lignes tout à la fin :

deb https://dl.winehq.org/wine-builds/ubuntu/ groovy main
# deb-src https://dl.winehq.org/wine-builds/ubuntu/ groovy main
deb https://dl.winehq.org/wine-builds/ubuntu/ focal main
# deb-src https://dl.winehq.org/wine-builds/ubuntu/ focal main

Enregistre avec ctrl + O, valide le nom de fichier, puis ferme Nano avec ctrl + X.

On va mettre le (bon) dépôt dans un fichier dédié :

sudo nano /etc/apt/sources.list.d/winehq.list

Colle ça dedans :

deb https://dl.winehq.org/wine-builds/ubuntu/ focal main
# deb-src https://dl.winehq.org/wine-builds/ubuntu/ focal main

Enregistre comme précédemment (ctrl + O, valide le nom, ctrl + X).

Recharge ta liste de dépôts et essaie à nouveau d'installer Wine :

sudo apt-get update
sudo apt install --install-recommends winehq-stable

Dernière modification par abelthorne (Le 20/12/2020, à 14:26)

Hors ligne

#5 Le 20/12/2020, à 14:47

jupiler

Re : (résolut)problème d installation wine

ca fonctionne merci beaucoup sans toi j aurais jamais trouvé


os xbuntu  64 bis

Hors ligne

#6 Le 03/09/2021, à 09:03

xubu1957

Re : (résolut)problème d installation wine

[HS]

Bonjour,

@abelthorne

Pour cette discussion > Problème installation Wine pour jeux, des conseils ?

Merci d'avance. smile

[/HS]


Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci.                   Membre de Linux-Azur

Hors ligne