#[Solved] Pacman complaining about replacing a package

18 messages · Page 1 of 1 (latest)

craggy merlin
#
┌[[REDACTED]@[REDACTED]] [/dev/pts/3] [main ⚡] 
└[~]> sudo pacman -Syu
[sudo] password for [REDACTED]: 
:: Synchronizing package databases...
 core                                        156.9 KiB   261 KiB/s 00:01 [########################################] 100%
 extra                                      1714.7 KiB  4.02 MiB/s 00:00 [########################################] 100%
 community                                     7.0 MiB  14.4 MiB/s 00:00 [########################################] 100%
 multilib                                    175.8 KiB  1831 KiB/s 00:00 [########################################] 100%
:: Starting full system upgrade...
:: Replace ttf-nerd-fonts-symbols with community/ttf-nerd-fonts-symbols-2048-em? [Y/n] 
resolving dependencies...
looking for conflicting packages...
error: failed to prepare transaction (could not satisfy dependencies)
:: removing ttf-nerd-fonts-symbols breaks dependency 'ttf-nerd-fonts-symbols' required by all-repository-fonts
#

I cannot figure out what to do about this

#

If I am missing any important information please let me know

jagged island
#

my understanding is that one of your binaries used to have a font as a dependency, and now they have changed fonts. It tries deleting a font since it doesn't need it anymore, but it breaks a dependency by some other app

craggy merlin
#

yep, pretty much

jagged island
#

do you remember installing all-repository-fonts ?

craggy merlin
# jagged island do you remember installing all-repository-fonts ?
┌[[REDACTED]@[REDACTED]] [/dev/pts/3] [main ⚡] [1]
└[~]> sudo pacman -R all-repository-fonts
[sudo] password for [REDACTED]: 
checking dependencies...

Packages (1) all-repository-fonts-20220419-2


:: Do you want to remove these packages? [Y/n] 
:: Processing package changes...
(1/1) removing all-repository-fonts                                      [########################################] 100%

huh, I could've sworn last time I ran that it didn't work

jagged island
#

can you upgrade now ?

craggy merlin
#

currently running

#

so far so good

#

pretty sure dependency checks are one of the first things it does, so i think its safe to say its good

#

will post result

craggy merlin
#

i feel so dumb now lol

#
┌[[REDACTED]@[REDACTED]] [/dev/pts/3] [main ⚡] 
└[~]> sudo pacman -Syu
:: Synchronizing package databases...
 core is up to date
 extra is up to date
 community is up to date
 multilib is up to date
:: Starting full system upgrade...
 there is nothing to do
#

solved

jagged island
#

glad you got it working ^^