All of these are AUR packages - they will all need to be rebuilt.
clutter is currently listed as out of date,
apparently because the source code cannot be aquired
i don’t know how to do this . how do i approach this? if i try to remove clutter, it breaks something else.. where do i start? im in over my head. how do i savely resolve this?
Some people just wait until it’s fixed.
I have not looked at the PKGBUILD, but normally, you could just fetch the needed source code yourself somehow
and use makepkg to build that package.
If you are in over your head using makepkg,
or can’t get the source, I guess waiting is the only option.
I had the same clutter and cogl update difficulties recently. I did a bit of searching and realized those came with the cheese webcam software (at least on my end). Since I don’t run a webcam, I simply ran
sudo pacman -Rs cheese
and the problems went away.
Otherwise you should check pacman -Qi clutter and look for the line starting with Required By to find out which software package probably installed it.
EDIT: Forgot the sudo in the code above and therefore fixed it. Should work now. Sorry
Good advice.
Cheese was - as far as I remember - a part of Gnome.
Or installed as a default camera app some time ago.
I have it here as part of a standard Mint Xfce4 installation.
If that is the reason for it being there - remove it and use a different webcam app from the repo and all the dependency issues will go away.
oh gosh, its required by nemo preview.. is that really necessary?
nemo is my default file manager for cinnamon. any chance the cinnamon community might fix this?
nemo-preview is an extension - and the one in AUR is for a different (lower) version of nemo.
… as far as I understood from a cursory look …
In Gnome, there is a built in mechanism to install extensions from their web site.
Since Cinnamon (nemo is the default file manager in Cinnamon) is based on Gnome,
I guess there is a similar thing.
Another thing I do not know - only guessed.
… do you need that extension? would be the question you need to answer to yourself …
The “package conflict” has got nothing to do with Cinnamon - only with the AUR version of that extension.
If nemo-preview is the reason for all these AUR packages being there,
then
sudo pacman -Rns nemo-preview
should remove all of them
(review before you commit to the action)
If nemo-preview is already gone now, that command will not work anymore.
You’d have to go through the list one by one yourself.
… they are only there because of nemo-preview, from what you said here so far …