mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
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:
committed by
Henrik Lissner
parent
d9d1737deb
commit
ab1d396c2d
@ -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
|
||||||
|
Reference in New Issue
Block a user