mutter-rounded icon indicating copy to clipboard operation
mutter-rounded copied to clipboard

Installation on Fedora 35 fails due to conflicts

Open marcinjahn opened this issue 4 years ago • 2 comments

Following the instruction from the README.md I get the following:

▶ sudo rpm --reinstall mutter-41.1-2.fc35.x86_64.rpm
[sudo] password for marcin:
        file /usr/bin/mutter from install of mutter-41.1-2.fc35.x86_64 conflicts with file from package mutter-41.1-1.fc35.x86_64
        file /usr/lib64/libmutter-9.so.0.0.0 from install of mutter-41.1-2.fc35.x86_64 conflicts with file from package mutter-41.1-1.fc35.x86_64
        file /usr/lib64/mutter-9/Meta-9.gir from install of mutter-41.1-2.fc35.x86_64 conflicts with file from package mutter-41.1-1.fc35.x86_64
        file /usr/lib64/mutter-9/Meta-9.typelib from install of mutter-41.1-2.fc35.x86_64 conflicts with file from package mutter-41.1-1.fc35.x86_64
        file /usr/lib64/mutter-9/libmutter-clutter-9.so.0.0.0 from install of mutter-41.1-2.fc35.x86_64 conflicts with file from package mutter-41.1-1.fc35.x86_64
        file /usr/lib64/mutter-9/libmutter-cogl-9.so.0.0.0 from install of mutter-41.1-2.fc35.x86_64 conflicts with file from package mutter-41.1-1.fc35.x86_64
        file /usr/lib64/mutter-9/libmutter-cogl-pango-9.so.0.0.0 from install of mutter-41.1-2.fc35.x86_64 conflicts with file from package mutter-41.1-1.fc35.x86_64
        file /usr/lib64/mutter-9/plugins/libdefault.so from install of mutter-41.1-2.fc35.x86_64 conflicts with file from package mutter-41.1-1.fc35.x86_64
        file /usr/libexec/mutter-restart-helper from install of mutter-41.1-2.fc35.x86_64 conflicts with file from package mutter-41.1-1.fc35.x86_64
        file /usr/share/glib-2.0/schemas/org.gnome.mutter.gschema.xml from install of mutter-41.1-2.fc35.x86_64 conflicts with file from package mutter-41.1-1.fc35.x86_64

I see that the mutter that I have installed on my system is newer than the one provided in the RPM. How to go around that? How to handle future updates to mutter?

marcinjahn avatar Nov 23 '21 16:11 marcinjahn

You can try sudo rpm -U mutter-41.1-2.fc35.x86_64.rpm to install it.

yilozt avatar Nov 23 '21 16:11 yilozt

Just sudo dnf downgrade mutter-41.1-2.fc35.x86_64.rpm

jokerekv2 avatar Jan 09 '22 17:01 jokerekv2