Unable to install package odhcpd

Hi. I'm trying to install unbound using this command:

opkg update
opkg install unbound odhcpd unbound-control

but I'm getting this error:

Unknown package 'unbound'.
Installing odhcpd (2019-12-16-e53fec89-3) to root...
Downloading http://downloads.openwrt.org/releases/19.07.2/packages/mips_24kc/base/odhcpd_2019-12-16-e53fec89-3_mips_24kc.ipk
Package unbound-control (1.9.6-3) installed in root is up to date.
Collected errors:
 * opkg_install_cmd: Cannot install package unbound.
 * check_data_file_clashes: Package odhcpd wants to install file /etc/init.d/odhcpd
        But that file is already provided by package  * odhcpd-ipv6only
 * check_data_file_clashes: Package odhcpd wants to install file /usr/sbin/odhcpd
        But that file is already provided by package  * odhcpd-ipv6only
 * check_data_file_clashes: Package odhcpd wants to install file /usr/sbin/odhcpd-update
        But that file is already provided by package  * odhcpd-ipv6only
 * opkg_install_cmd: Cannot install package odhcpd

can anyone explain to me why this is?

thanks

Either unbound-daemon or unbound-daemon-heavy, plus the conflict, one or the other of the odhcpd*

These are the packages installed:

|unbound-control|1.9.6-3
|unbound-daemon-heavy|1.9.6-3|
|libunbound-heavy|1.9.6-3
|luci-app-unbound|git-20.093.48508-e2aaef6-1

  • You try to install "odhcpd" when you already have installed the light variant odhcpd-ipv6only. You need to remove odhcpd-ipv6only first.
  • "unbound" doesn't exist, so you can't install it. There are two variants, like anomeome says, but there is no "unbound"

image

That looks like ok unbound installation to me (with the heavy variant).