If you get the following error at update time:
error: failed to commit transaction (conflicting files)
franz-bin: /usr/bin/franz exists in filesystem
Simply do:
sudo pacman -Rcs franz-bin
sudo rm /usr/bin/franz
And install franz-bin again.
The problem is that in previous version the /usr/bin/franz
was created by the install file, this is bad idea because the package system don't know who owns this file. This is fixed in current version.
Pinned Comments
ogarcia commented on 2018-12-03 09:57 (UTC) (edited on 2018-12-03 09:58 (UTC) by ogarcia)
If you get the following error at update time:
Simply do:
And install franz-bin again.
The problem is that in previous version the
/usr/bin/franz
was created by the install file, this is bad idea because the package system don't know who owns this file. This is fixed in current version.