I'm getting the following error when attempting to install adguardhome:

Code: Select all

root@harrison:~# opkg update
Downloading https://mirrors.ustc.edu.cn/openwrt/releases/23.05.3/packages/aarch64_generic/base/Packages.gz
Updated list of available packages in /opt/opkg-lists/openwrt_base
Downloading https://mirrors.ustc.edu.cn/openwrt/releases/23.05.3/packages/aarch64_generic/luci/Packages.gz
Updated list of available packages in /opt/opkg-lists/openwrt_luci
Downloading https://mirrors.ustc.edu.cn/openwrt/releases/23.05.3/packages/aarch64_generic/packages/Packages.gz
Updated list of available packages in /opt/opkg-lists/openwrt_packages
Downloading https://mirrors.ustc.edu.cn/openwrt/releases/23.05.3/packages/aarch64_generic/routing/Packages.gz
Updated list of available packages in /opt/opkg-lists/openwrt_routing
Downloading https://mirrors.ustc.edu.cn/openwrt/releases/23.05.3/packages/aarch64_generic/telephony/Packages.gz
Updated list of available packages in /opt/opkg-lists/openwrt_telephony
Downloading file://opt/packages/Packages.gz
Updated list of available packages in /opt/opkg-lists/friendlywrt_packages
root@harrison:~# opkg install adguardhome
Installing adguardhome (0.107.36-1) to root...
Downloading https://mirrors.ustc.edu.cn/openwrt/releases/23.05.3/packages/aarch64_generic/packages/adguardhome_0.107.36-1_aarch64_generic.ipk
Collected errors:
 * opkg_install_pkg: Checksum or size mismatch for package adguardhome. Either the opkg or the package index are corrupt. Try 'opkg update'.
 * opkg_install_cmd: Cannot install package adguardhome.


How should I proceed?

thanks!