when I run
pacman -Sy samba avahi
I get
$this->bbcode_second_pass_code('', '
:: Synchronizing package databases...
core is up to date
extra is up to date
community is up to date
aur is up to date
resolving dependencies...
looking for inter-conflicts...
:: krb5 and heimdal are in conflict. Remove heimdal? [y/N] y
:: gamin and fam are in conflict. Remove fam? [y/N] y
error: failed to prepare transaction (could not satisfy dependencies)
:: libcups: requires heimdal>=1.3.1
')
When I run
pacman -Sy cups cups-pdf gutenprint pycups avahi python2
I get
$this->bbcode_second_pass_code('', '
:: Synchronizing package databases...
core is up to date
extra is up to date
community is up to date
aur is up to date
resolving dependencies...
looking for inter-conflicts...
:: krb5 and heimdal are in conflict. Remove heimdal? [y/N] y
error: failed to prepare transaction (could not satisfy dependencies)
:: samba: requires heimdal>=1.2-1
:: smbclient: requires heimdal>=1.2-1
')
Not sure if I should be ignoring the message, doing one after the other or what it is telling me
