How can i fix this conflict?
: ttf-google-fonts-git and adobe-source-code-pro-fonts are in conflict. Remove adobe-source-code-pro-fonts? [y/N] y :: ttf-google-fonts-git and ttf-google-fonts-typewolf are in conflict (adobe-source-sans-pro-fonts). Remove ttf-google-fonts-typewolf? [y/N] y error: failed to prepare transaction (could not satisfy dependencies) :: unable to satisfy dependency 'ttf-fira-sans' required by ttf-google-fonts-git :: unable to satisfy dependency 'ttf-roboto' required by ttf-google-fonts-git :: unable to satisfy dependency 'ttf-inconsolata' required by ttf-google-fonts-git :: unable to satisfy dependency 'ttf-merriweather' required by ttf-google-fonts-git :: unable to satisfy dependency 'ttf-opensans' required by ttf-google-fonts-git
Pinned Comments
thatgeek commented on 2017-11-17 03:56
If you're having an issue upgraded with errors related to fonts like merriweather, here's my steps to resolve the issue (assuming you have Yaourt):
#Clear out what you had before
yaourt -R fonts-meta-extended-lt
sudo pacman -Rns $(pacman -Qtdq)
sudo pacman -R ttf-google-fonts-git
sudo pacman -Rns $(pacman -Qtdq)
#Install dependencies
yaourt -S ttf-merriweather-sans ttf-opensans ttf-oswald ttf-quintessential ttf-signika
yaourt -S fonts-meta-extended-lt
#Heads up, if ttf-impallari-cantora isn't fixed yet, change the PKGBUILD source to the URL in the comments on the package
yaourt -S ttf-impallari-cantora
yaourt -S ttf-google-fonts-git