Hello,
First of all thanks for the software! Have been using it for many years.
Not sure if this is the right/preferred place to report this, but it seems the Debian 11 packages have some broken dependencies (as a Debian 11 repo seems to exist I thought I'd try a fresh install of it). Following https://docs.kolab.org/installation-guide/debian-10.html , replacing 10.0 with 11.0:
Trying to install kolab:
root@kolab-deb11:~# apt-get update Hit:1 http://deb.debian.org/debian bullseye InRelease Get:2 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB] Get:3 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB] Get:4 http://obs.kolabsys.com/repositories/Kolab:/16/Debian_11.0 ./ InRelease [1862 B] Get:5 http://obs.kolabsys.com/repositories/Kolab:/16/Debian_11.0 ./ Sources [13.0 kB] Get:6 http://obs.kolabsys.com/repositories/Kolab:/16/Debian_11.0 ./ Packages [21.7 kB] Fetched 129 kB in 1s (152 kB/s) Reading package lists... Done root@kolab-deb11:~# apt install kolab Reading package lists... Done Building dependency tree... Done 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: kolab-webclient : Depends: kolab-freebusy but it is not going to be installed Depends: kolab-syncroton but it is not going to be installed Depends: roundcubemail (>= 0.9) but it is not going to be installed Depends: roundcubemail-plugin-contextmenu Depends: roundcubemail-plugins-kolab (>= 3.0) but it is not installable Depends: roundcubemail-skin-kolab E: Unable to correct problems, you have held broken packages.
Explicitly adding roundcubemail seems to reduce the list:
root@kolab-deb11:~# apt install roundcubemail kolab ... The following packages have unmet dependencies: kolab-webclient : Depends: kolab-freebusy but it is not going to be installed Depends: roundcubemail-plugins-kolab (>= 3.0) but it is not installable E: Unable to correct problems, you have held broken packages.
Adding kolab-freebusy as well leaves just the roundcubemail-plugins-kolab dep:
root@kolab-deb11:~# apt install kolab-freebusy roundcubemail kolab ... The following packages have unmet dependencies: kolab-freebusy : Depends: roundcubemail-plugins-kolab but it is not installable kolab-webclient : Depends: roundcubemail-plugins-kolab (>= 3.0) but it is not installable E: Unable to correct problems, you have held broken packages.
which can't be installed (as the error suggested):
root@kolab-deb11:~# apt install roundcubemail-plugins-kolab ... Package roundcubemail-plugins-kolab is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source E: Package 'roundcubemail-plugins-kolab' has no installation candidate
Using aptitude -y install kolab, as from the documentation, gives similar issues:
root@kolab-deb11:~# aptitude -y install kolab The following NEW packages will be installed: ... lots of packages ... 0 packages upgraded, 673 newly installed, 0 to remove and 0 not upgraded. Need to get 340 MB of archives. After unpacking 1303 MB will be used. The following packages have unmet dependencies: kolab : Depends: kolab-webclient but it is not installable The following actions will resolve these dependencies: Keep the following packages at their current version: 1) kolab [Not Installed] The following NEW packages will be installed: binutils{a} binutils-common{a} binutils-x86-64-linux-gnu{a} cpp{a} cpp-10{a} dbus-user-session{a} dmidecode{a} dosfstools{a} fontconfig-config{a} fonts-dejavu-core{a} fonts-liberation{a} gawk{a} gcc{a} gcc-10{a} libasan6{a} libatomic1{a} libbinutils{a} libc-dev-bin{a} libc-devtools{a} libc6-dev{a} libcc1-0{a} libcrypt-dev{a} libctf-nobfd0{a} libctf0{a} libdeflate0{a} libfontconfig1{a} libfreetype6{a} libgcc-10-dev{a} libgd3{a} libglib2.0-0{a} libglib2.0-data{a} libgomp1{a} libicu67{a} libisl23{a} libitm1{a} libjbig0{a} libjpeg62-turbo{a} liblsan0{a} libmpc3{a} libmpfr6{a} libnsl-dev{a} libparted2{a} libpng16-16{a} libpolkit-agent-1-0{a} libpolkit-gobject-1-0{a} libquadmath0{a} libsasl2-modules-gssapi-mit{a} libsigsegv2{a} libterm-readline-gnu-perl{a} libtiff5{a} libtirpc-dev{a} libtsan0{a} libubsan1{a} libwebp6{a} libxml2{a} libxpm4{a} linux-libc-dev{a} make{a} manpages{a} manpages-dev{a} parted{a} policykit-1{a} shared-mime-info{a} ttf-bitstream-vera{a} ucf{a} xdg-user-dirs{a} 0 packages upgraded, 66 newly installed, 0 to remove and 0 not upgraded. Need to get 69.3 MB of archives. After unpacking 252 MB will be used. ... lots of packages getting installed ...
Kolab isn't actually installed, running aptitude -y install kolab again gives most of the above output (with 607 new packages to be installed this time instead of 673 on first run, and ending with no more actual packages getting installed). setup-kolab isn't available either.
Expected behavior: package 'kolab' to actually install.