Skip to main content
Topic solved
This topic has been marked as solved and requires no further attention.
Topic: Attempting to install GNOME, encountering unresovable package conflicts (Read 303 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Attempting to install GNOME, encountering unresovable package conflicts

When trying to install GNOME with pacman everything goes alright until pacman detects a packaging conflict
Code: [Select]
looking for conflicting packages...
warning: removing 'tracker3-miners-3.7.3-2' from target list because it conflicts with 'localsearch-3.8.0-1'
:: tracker3-3.7.3-2 and tinysparql-3.8.0-1 are in conflict. Remove tinysparql? [y/N]
If not removed, the transaction aborts due to unresolvable package conflicts. If I attempt to remove tinysparql, pacman also aborts because it's required by gtk3 and gtk4. 

Full pacman logs

Not removing tinysparql
Spoiler (click to show/hide)

Attempting to remove tinysparql
Spoiler (click to show/hide)

Re: Attempting to install GNOME, encountering unresovable package conflicts

Reply #1
Ah, tracker3 and tracker3-miners are both obsolete packages. I've removed them from the repo so they should not be pulled anymore when the mirrors sync.

 

Re: Attempting to install GNOME, encountering unresovable package conflicts

Reply #2
Ah, tracker3 and tracker3-miners are both obsolete packages. I've removed them from the repo so they should not be pulled anymore when the mirrors sync.
Thanks, am able to install GNOME now.