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:
Skylar LK 2023-10-13 01:25:05 -04:00 committed by Henrik Lissner
parent d9d1737deb
commit ab1d396c2d
No known key found for this signature in database
GPG key ID: B60957CA074D39A3

View file

@ -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