You are not logged in.
# pacman -Suy
:: Synchronizing package databases...
:: testing is up to date
:: community is up to date
:: unstable is up to date
:: current is up to date
:: extra is up to date
:: opera: local (9.0-p2) appears to be newer than repo (extra/8.52-1)
:: xpdf: local (3.01-3) appears to be newer than repo (extra/3.01pl2-2)
:: Above packages will be skipped. To manually upgrade use 'pacman -S <pkg>'
:: poppler conflicts with xpdf. Remove xpdf? [Y/n]
Answer N:
error: package conflicts detected
Answer Y:
checking package integrity... done.
error: this will break the following dependencies:
xpdf: is required by xpdf-latin2
EDIT:
I missed that xpdf is in "newer" wersion then in repo, so I "downgraded":
# pacman -S xpdf
:: xpdf-3.01-3: local version is newer. Upgrade anyway? [Y/n]
Targets: xpdf-3.01pl2-2
Total Package Size: 2.1 MB
Proceed with upgrade? [Y/n]
:: Retrieving packages from extra...
xpdf-3.01pl2-2 [################] 100% 2140K 1343K/s 00:00:01
checking package integrity... done.
loading package data... done.
checking for file conflicts... done.
upgrading xpdf... done.
But still the same conflict shows
Offline