Trouble while installing: dependency kopano-python-utils not installable ...
-
I was running in the error mentioned in the topic while doing this:
mkdir -p /srv/repo/kopano/amd64 cd /srv/repo/kopano/amd64 wget https://download.kopano.io/community/core:/core-8.7.82.168.7122211-Ubuntu_18.04-i386.tar.gz tar xfvz core-8.7.82.168.7122211-Ubuntu_18.04-i386.tar.gz cd core-8.7.82.168.7122211-Ubuntu_18.04-i386 cd /srv/repo/kopano apt-ftparchive packages amd64/ > amd64/Packages echo "deb [trusted=yes] file:/srv/repo/kopano amd64/" > /etc/apt/sources.list.d/kopano-com.list apt update apt install kopano-server-packages
I use a clean Ubuntu 18.04.3 LTS Server Installation
The original output is (sorry, its German)
Die folgenden Pakete haben unerfüllte Abhängigkeiten: kopano-server-packages : Hängt ab von: kopano-python-utils ist aber nicht installierbar E: Probleme können nicht korrigiert werden, Sie haben zurückgehaltene defekte Pakete.
How can I solve this?
-
Just to mention:
I’ve now tried the nightly-build
wget https://download.kopano.io/community/core:/core-8.7.82.168.308dc26-Ubuntu_18.04-amd64.tar.gz
This works
-
@son1x
FYI in the first post you were using the i386 tar whilst in the bottom post you now use amd64 (as you probably intended to). So your initial download was for the wrong architecture, which is probably why the package wasn’t being picked up by apt. -
thanks, you were right
my fault :)