I am experiencing problems with ubuntu (deb) installation of the stable channel.
Here is the output of the apt install command that tried to fix a broken install:
sudo apt-get --fix-broken install
Reading package lists… Done
Building dependency tree
Reading state information… Done
Correcting dependencies… Done
The following package was automatically installed and is no longer required:
jitsi-meet-turnserver
Use ‘sudo apt autoremove’ to remove it.
The following additional packages will be installed:
jicofo jitsi-meet jitsi-meet-prosody jitsi-meet-web jitsi-meet-web-config
Recommended packages:
jitsi-meet-turnserver | apache2
The following packages will be upgraded:
jicofo jitsi-meet jitsi-meet-prosody jitsi-meet-web jitsi-meet-web-config
5 upgraded, 0 newly installed, 0 to remove and 2 not upgraded.
5 not fully installed or removed.
Need to get 0 B/57.9 MB of archives.
After this operation, 3,714 kB of additional disk space will be used.
Do you want to continue? [Y/n] Y
Preconfiguring packages …
Setting up jitsi-videobridge2 (2.1-202-g5f9377b9-1) …
sed: -e expression #1, char 14: unterminated `s’ command
dpkg: error processing package jitsi-videobridge2 (–configure):
installed jitsi-videobridge2 package post-installation script subprocess returned error exit status 1
Errors were encountered while processing:
jitsi-videobridge2
E: Sub-process /usr/bin/dpkg returned an error code (1)
same issue with the unstable channel:
sudo apt-get dist-upgrade
Reading package lists… Done
Building dependency tree
Reading state information… Done
Calculating upgrade… Done
The following packages were automatically installed and are no longer required:
jicofo jitsi-meet-prosody jitsi-meet-web jitsi-meet-web-config
Use ‘sudo apt autoremove’ to remove them.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
1 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Do you want to continue? [Y/n] Y
Setting up jitsi-videobridge2 (2.1-207-ga4bfc7f2-1) …
sed: -e expression #1, char 14: unterminated `s’ command
dpkg: error processing package jitsi-videobridge2 (–configure):
installed jitsi-videobridge2 package post-installation script subprocess returned error exit status 1
Errors were encountered while processing:
jitsi-videobridge2
E: Sub-process /usr/bin/dpkg returned an error code (1)
Any hint to solve that ?