On Tue, 26 Jul 2022 18:00:11 -0700 Samuel Sieb <samuel@xxxxxxxx> wrote: > On 7/26/22 17:48, Michael D. Setzer II wrote: > > Use to be able to run command without added wine to > > front?? > > With Fedora 35 up to 7.10 worked fine, but 7.12 verion > > would cuase a spinning icon when opening email > > message. No error or anything showing in top or ps -ef. > > Did a dnf downgrade wine, and it downgraded to 6.16 > > version and problem went away, but all attempt to get > > back to 7.10 would only show upgrading to 7.12.. > > I think I explained this in a previous email. There is no 7.10 > version in any of the repos. You would have to get it from koji if > it's still available there. The general koji wine link https://koji.fedoraproject.org/koji/packageinfo?packageID=4106 The koji wine 7.10 for fc36 link. https://koji.fedoraproject.org/koji/buildinfo?buildID=1977172 You should be able to find which wine packages you have installed, dnf list installed | grep wine Then download the binary rpms from the above link, for x86_64 and i686, for those packages. Then in the directory where they were saved, run dnf -C upgrade $(ls wine*.rpm) or dnf -C downgrade $(ls wine*.rpm) as the case may be for the currently installed wine. When that is done edit /etc/dnf/dnf.conf and add the line excludepkgs=wine* so that dnf doesn't update wine to a later version. _______________________________________________ users mailing list -- users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/users@xxxxxxxxxxxxxxxxxxxxxxx Do not reply to spam on the list, report it: https://pagure.io/fedora-infrastructure