Browse Source

doc: add ubuntu universe repo note to quickinstall

Recent Ubuntus come with only main repositories enabled. See #3427.
master
jakob 7 years ago
parent
commit
8c23d43a3a
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      doc/quick-install.md

+ 2
- 0
doc/quick-install.md View File

4
 
4
 
5
 Debian Wheezy and other older systems may require additional things to be done. Specifically for Wheezy, [libc needs to be updated](http://lists.jitsi.org/pipermail/users/2015-September/010064.html).
5
 Debian Wheezy and other older systems may require additional things to be done. Specifically for Wheezy, [libc needs to be updated](http://lists.jitsi.org/pipermail/users/2015-September/010064.html).
6
 
6
 
7
+Also note that a recent default Ubuntu installation has only the `main` repository enabled, and Jitsi Meet needs packages from `universe`. Check your `/etc/apt/sources.list` file, and if `universe` is not present refer to [Ubuntu's documentation](https://help.ubuntu.com/community/Repositories/Ubuntu) on how to enable it. (Usually it amounts to copying the `main` lines and changing to `universe`.)
8
+
7
 N.B.: 
9
 N.B.: 
8
 
10
 
9
 a.) All commands are supposed to be run by root. If you are logged in as a regular user with sudo rights, please prepend ___sudo___ to each of the commands.
11
 a.) All commands are supposed to be run by root. If you are logged in as a regular user with sudo rights, please prepend ___sudo___ to each of the commands.

Loading…
Cancel
Save