Debian 10 Kopano from kopano-repo install fails / broken packages
-
Hi,
I just tried to install kopano (from final repository - Debian 10) to a new miniserver in my lab.When I try to install kopano-server by
apt-get install kopano-server
i get the following errors:
apt-get install kopano-server Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation: The following packages have unmet dependencies: kopano-server : Depends: libkcserver0 but it is not going to be installed Depends: libkcsoap0 but it is not going to be installed Depends: libkcutil0 but it is not going to be installed Depends: libmariadb3 (>= 3.0.0) but it is not installable Depends: kopano-client (= 8.7.24.0-0+debian10~61.1) but it is not going to be installed Depends: libtcmalloc-minimal4 but it is not installable E: Unable to correct problems, you have held broken packages.
When not using the kopano-repository for Debian 10, the packages are pulled from the debianrepository and the installation works.
So am I missing something here? Shouldn’t the Debian 10 repository of kopano work in Debian 10?
Thanks!
-
@mcdaniels said in Debian 10 Kopano from kopano-repo install fails / broken packages:
8.7.24
the debian kopano version is 8.7.0
you have there 8.7.24 which is the payed version.i suggest, remove it all again.
apt remove --purge --autoremove kopano-server
then try to reinstall it again. -
@thctlo
hi, i completly reinstalled the debian server (minimal install) added the repos (with the serial). Then, when trying to install the “kopano-server” the situation is as you see in post #1.It seems like the package of kopano-server is not pulled from the kopano-repository, although the repository is written in the kopano.list (with the serialnumber).
-
@mcdaniels said in Debian 10 Kopano from kopano-repo install fails / broken packages:
hmm, then its not kopano-server from kopano.com which you need/want to install, your now seeing debian package.
run: this again : apt remove --purge --autoremove kopano-server
run: apt-cache search kopano |grep server
ah you already did that.now, upgrading wont work, remove it as shown, then try to install it again.
IF that didnt work, look at the names that are blocking the install, try to remove these also.
i suspect the left overs of the debian version is bugging you. -
@thctlo
I used a Container for Debian 10 on proxmox. After I switched to a normal vm-installation. It works. Don’t know why.Kopano up and running.