From ab1d396c2dd319ef84a4064aeb83cec942d32803 Mon Sep 17 00:00:00 2001 From: Skylar LK <147355821+SkylarLK@users.noreply.github.com> Date: Fri, 13 Oct 2023 01:25:05 -0400 Subject: [PATCH] docs(org): update install docs for Ubuntu/Debian & Arch - Added Debian & Ubuntu section. - Arch Linux no longer has a package called "jupyter". Ref: #7502 --- modules/lang/org/README.org | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/modules/lang/org/README.org b/modules/lang/org/README.org index 08fcc2cb1..beb9f86e0 100644 --- a/modules/lang/org/README.org +++ b/modules/lang/org/README.org @@ -187,7 +187,12 @@ brew install gnuplot #+begin_src sh pacman -S texlive-core texlive-bin texlive-science texlive-latexextra pacman -S gnuplot -pacman -S jupyter # required by +jupyter +#+end_src + +** Debian & Ubuntu +#+begin_src sh +apt-get install texlive dvipng +apt-get install gnuplot #+end_src ** NixOS