docs(org): update install docs for Ubuntu/Debian & Arch
- Added Debian & Ubuntu section. - Arch Linux no longer has a package called "jupyter". Ref: #7502
This commit is contained in:
parent
d9d1737deb
commit
ab1d396c2d
1 changed files with 6 additions and 1 deletions
|
@ -187,7 +187,12 @@ brew install gnuplot
|
||||||
#+begin_src sh
|
#+begin_src sh
|
||||||
pacman -S texlive-core texlive-bin texlive-science texlive-latexextra
|
pacman -S texlive-core texlive-bin texlive-science texlive-latexextra
|
||||||
pacman -S gnuplot
|
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
|
#+end_src
|
||||||
|
|
||||||
** NixOS
|
** NixOS
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue