Jitsi-meet installation breaks on ubuntu minimal
See original GitHub issueSpecifically, installation of the jitsi-meet-web-config
dependency breaks with the following error:
cp: cannot stat '/usr/share/doc/jitsi-meet-web-config/config.js': No such file or directory
I understand this is because ubuntu minimal has an apt rule to prevent installation of docs. Failing to install docs should not break installation of the package.
I do not know if this is the correct repo to report this bug; feel free to move it elsewhere if there is a more appropriate location.
Issue Analytics
- State:
- Created 4 years ago
- Comments:11 (5 by maintainers)
Top Results From Across the Web
Developers - Jitsi-meet installation breaks on ubuntu minimal -
Jitsi -meet installation breaks on ubuntu minimal. ... Specifically, installation of the jitsi-meet-web-config dependency breaks with the following error:.
Read more >Deps on lua-inspect breaks installation on Ubuntu 18
jitsi -meet-prosody : Depends: lua-inspect but it is not installable. It looks like lua-inspect was a recently added dependency.
Read more >How To Install Jitsi Meet on Ubuntu 20.04 - DigitalOcean
Step 3 — Installing Jitsi Meet. In this step, you will add the Jitsi stable repository to your server and then install the...
Read more >Jitsi Meet | How to Install on Ubuntu Server 22.04 - YouTube
Fail2Ban | Protect Ubuntu 22.04 Server · Jitsi video conferencing · AWS JITSI MEET VIDEO CONFERENCING SETUP ON Ubuntu 20.04/18.04/16.04 · A walk ......
Read more >Error while installing Jitsi [duplicate] - Ask Ubuntu
enable universe repository then re-install. – Ajay. Jun 2, 2020 at 8:49 · there's a distinction between jitsi and jitsi-meet if that helps....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
The “culprit” in ubuntu minimal is the file
/etc/dpkg/dpkg.cfg.d/excludes
; addingpath-include=/usr/share/doc/jitsi*
to this file is a viable workaround (for anyone running into this same problem looking for a quickfix on their local install).This was fixed in the latest unstable packages.