zfs-utils & zfs-dkms update

Error-Message:
installing zfs-utils (2.1.4-1) breaks dependency 'zfs-utils=2.1.3' required by zfs-dkms

0) Get current installed kernel and check compatibility
uname -r

1) Remove the “Ignore these packages on regular upgrade”:
in /etc/pacman.conf add
[options]
#IgnorePkg=zfs-dkms

2) Update zfs-dkms and zfs-utilis simultaneously
(when yay calls pacman to install built packages, it does it sequentially.)

Use yay -Sa --nodeps zfs-dkms zfs-utils

Source:
https://www.reddit.com/r/archlinux/comments/tzysyg/installing_zfs_breaks_dependency/

Update: Always check compatibility *before* upgrade here:
https://github.com/openzfs/zfs/releases
https://www.kernel.org/category/releases.html

You may also like...

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.