diff options
author | rapitivo <meet@diogo.io> | 2017-03-20 14:15:13 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2017-03-20 14:15:13 -0400 |
commit | a38c70279ccf5ccb1f070fe38ce9cae2b4c28c98 (patch) | |
tree | f29382dfd5e81458e164fd0a9313a242764a5dee | |
parent | 2277ed1ec64de853fe17f215f86e29ab7154f04e (diff) | |
download | astroconda-a38c70279ccf5ccb1f070fe38ce9cae2b4c28c98.tar.gz |
Include libxmu6:i386 dependency for Ubuntu (#57)
The libxmu6:i386 was missing.
-rw-r--r-- | source/faq.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/faq.rst b/source/faq.rst index bc4f5d6..e89c0d9 100644 --- a/source/faq.rst +++ b/source/faq.rst @@ -230,7 +230,7 @@ Debian >=7, Ubuntu >=14.04 sudo dpkg --add-architecture i386 sudo apt-get update - sudo apt-get install libc6:i386 libz1:i386 libncurses5:i386 libbz2-1.0:i386 libuuid1:i386 libxcb1:i386 + sudo apt-get install libc6:i386 libz1:i386 libncurses5:i386 libbz2-1.0:i386 libuuid1:i386 libxcb1:i386 libxmu6:i386 RHEL/CentOS >=6, Fedora >=14 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |