瀏覽代碼

doc: add ubuntu universe repo note to quickinstall

Recent Ubuntus come with only main repositories enabled. See #3427.
master
jakob 7 年之前
父節點
當前提交
8c23d43a3a
共有 1 個檔案被更改,包括 2 行新增0 行删除
  1. 2
    0
      doc/quick-install.md

+ 2
- 0
doc/quick-install.md 查看文件

@@ -4,6 +4,8 @@ This document describes the required steps for a quick Jitsi Meet installation o
4 4
 
5 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 9
 N.B.: 
8 10
 
9 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…
取消
儲存