From 77b8563015aafe3029d644a22ff342481bebb16f Mon Sep 17 00:00:00 2001 From: szubersk Date: Sat, 26 Feb 2022 11:35:09 -0600 Subject: [PATCH] Ubuntu: mention universe component Signed-off-by: szubersk Signed-off-by: Richard Laager [Split this out.] --- docs/Getting Started/Ubuntu/index.rst | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/Getting Started/Ubuntu/index.rst b/docs/Getting Started/Ubuntu/index.rst index 588987b..4d52da5 100644 --- a/docs/Getting Started/Ubuntu/index.rst +++ b/docs/Getting Started/Ubuntu/index.rst @@ -12,7 +12,12 @@ Installation `Root on ZFS`_ links below instead. On Ubuntu, ZFS is included in the default Linux kernel packages. -To install the ZFS utilities:: +To install the ZFS utilities, first make sure ``universe`` is enabled in +``/etc/apt/sources.list``:: + + deb http://archive.ubuntu.com/ubuntu main universe + +Then install ``zfsutils-linux``:: apt update apt install zfsutils-linux