6 October 2016

Trying to install latest updates got an error. "qt5-base and qtchooser are in conflict" due to the error it was not possible to upgrade the system. The package moved to the base package, so they came to conflict.

error: unresolvable package conflicts detected
error: failed to prepare transaction (conflicting dependencies)
:: qt5-base and qtchooser are in conflict

Source code viewer
  1. sudo pacman -S qt5-base
  2. yaourt -Syua
Programming Language: Bash