From cb76627c523969c689f8f782b3bf412534711a92 Mon Sep 17 00:00:00 2001 From: mazzomaz <28493882+mazzomaz@users.noreply.github.com> Date: Sun, 19 Aug 2018 03:18:02 +0200 Subject: [PATCH] Update Production-guide.md (#664) Added information about the necessary extension of the sources.list file when using Ubuntu 18.04.1 LTS --- Running-Mastodon/Production-guide.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Running-Mastodon/Production-guide.md b/Running-Mastodon/Production-guide.md index c661f272..b9b95c27 100644 --- a/Running-Mastodon/Production-guide.md +++ b/Running-Mastodon/Production-guide.md @@ -48,6 +48,16 @@ The records added are: All dependencies should be installed as root. +## Extend Ubuntu repositories when using Ubuntu 18.04.1 LTS + +Starting with .1-release Ubuntu 18.04.1 LTS (not 18.04), Canonical has removed the multiverse, universe and restricted repository from the sources.list file in /etc/apt/. It is now necessary to add those repositories, otherwise the installation of the following dependencies will fail. Simply run the following commands: + +```add-apt-repository universe +add-apt-repository multiverse +add-apt-repository restricted +apt update +``` + ### node.js Repository You will need to add an external repository so we can have the version of [node.js](https://nodejs.org/en/) required.