if you are running Arch on your B3, you may have experienced an issue when attempting to update recently:
Code: Select all
[root@archb3 ~]# pacman -Syu
...
error: failed to commit transaction (conflicting files)
ca-certificates-utils: /etc/ssl/certs/ca-certificates.crt exists in filesystem
Errors occurred, no packages were upgraded.
Code: Select all
[root@archb3 ~]# pacman -Syuw # download packages
[root@archb3 ~]# rm /etc/ssl/certs/ca-certificates.crt # remove conflicting file
[root@archb3 ~]# pacman -Su # perform upgrade
Best, sakaki