Hi,
I use PlayOnlinux since a lot of time, and i upgrade to fedora 32.
When i want to install playonlix via command line : nothing happen. Ifi want to install via rpm directy : nothing provides wxPython.
# cat /etc/yum.repos.d/playonlinux.repo
[playonlinux]
name=PlayOnLinux Official repository
baseurl=http://rpm.playonlinux.com/fedora/yum/base
enable=1
gpgcheck=0
gpgkey=http://rpm.playonlinux.com/public.gpg
# dnf search playonlinux
Dernière vérification de l’expiration des métadonnées effectuée il y a 2:08:08 le ven. 05 juin 2020 15:38:46.
=============================================================================================== Nom & Résumé correspond à : playonlinux ================================================================================================
playonlinux.noarch : PlayOnLinux is a front-end for wine. It permits you to install Windows Games and softwares on Linux.
playonlinux-yum.noarch : PlayOnLinux package to add repo file to get PlayOnLinux
# dnf install playonlinux
Dernière vérification de l’expiration des métadonnées effectuée il y a 2:08:21 le ven. 05 juin 2020 15:38:46.
Dépendances résolues.
Rien à faire.
Terminé !
# dnf remove playonlinux
Aucune correspondance pour le paramètre: playonlinux
Aucun paquet marqué pour suppression.
Dépendances résolues.
Rien à faire.
Terminé !
Repo seems broken for dnf, let's try with rpm :
# dnf install http://rpm.playonlinux.com/fedora/yum/base/PlayOnLinux_4.3.4.rpm
Dernière vérification de l’expiration des métadonnées effectuée il y a 2:09:24 le ven. 05 juin 2020 15:38:46.
PlayOnLinux_4.3.4.rpm 650 kB/s | 3.0 MB 00:04
Erreur :
Problème: conflicting requests
- nothing provides wxPython needed by playonlinux-4.3.4-fedora0.noarch
(essayez d’ajouter « --skip-broken » pour ignorer les paquets non installables)
There is a way ?
Something to test
# dnf search wxPython
Dernière vérification de l’expiration des métadonnées effectuée il y a 2:09:46 le ven. 05 juin 2020 15:38:46.
================================================================================================= Nom & Résumé correspond à : wxPython =================================================================================================
python-wxpython4-doc.noarch : Documentation and samples for wxPython
python3-wxpython4.x86_64 : New implementation of wxPython, a GUI toolkit for Python
python3-wxpython4-media.x86_64 : New implementation of wxPython, a GUI toolkit for Python (media module)
python3-wxpython4-webview.x86_64 : New implementation of wxPython, a GUI toolkit for Python (webview module)
Thansk you :)