「Pandoc install」の版間の差分
編集の要約なし |
|||
(同じ利用者による、間の2版が非表示) | |||
1行目: | 1行目: | ||
== pandoc install == | == pandoc install == | ||
=== chromebrew === | === chromebrew === | ||
公式から | 公式から[https://pandoc.org/installing.html pandoc install] | ||
Chrome OS では、次のコマンドで[https://github.com/skycocker/chromebrew chromebrew]パッケージ マネージャーを使用して pandoc をインストールできます。 | Chrome OS では、次のコマンドで[https://github.com/skycocker/chromebrew chromebrew]パッケージ マネージャーを使用して pandoc をインストールできます。 | ||
19行目: | 19行目: | ||
Updating files: 100% (8294/8294), done. | Updating files: 100% (8294/8294), done. | ||
~$ brew install pandoc | ~$ brew install pandoc<br /> | ||
~$ chromebrew install pandoc | ~$ chromebrew install pandoc | ||
30行目: | 30行目: | ||
Reading state information... Done<br /> | Reading state information... Done<br /> | ||
The following package was automatically installed and is no longer required:<br /> | The following package was automatically installed and is no longer required:<br /> | ||
libfuse3-3<br /> | |||
Use 'sudo apt autoremove' to remove it.<br /> | Use 'sudo apt autoremove' to remove it.<br /> | ||
The following additional packages will be installed:<br /> | The following additional packages will be installed:<br /> | ||
pandoc-data<br /> | |||
Suggested packages:<br /> | Suggested packages:<br /> | ||
texlive-latex-recommended texlive-xetex texlive-luatex pandoc-citeproc<br /> | |||
texlive-latex-extra context wkhtmltopdf librsvg2-bin groff ghc nodejs<br /> | |||
php python ruby r-base-core libjs-mathjax libjs-katex<br /> | |||
citation-style-language-styles<br /> | |||
The following NEW packages will be installed:<br /> | The following NEW packages will be installed:<br /> | ||
pandoc pandoc-data<br /> | |||
0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.<br /> | 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.<br /> | ||
Need to get 29.4 MB of archives.<br /> | Need to get 29.4 MB of archives.<br /> | ||
67行目: | 67行目: | ||
warranty, not even for merchantability or fitness for a particular purpose.<br /> | warranty, not even for merchantability or fitness for a particular purpose.<br /> | ||
(user)@penguin:~$ | (user)@penguin:~$ | ||
これで問題なく動いてます | これで問題なく動いてます |
2024年12月26日 (木) 09:50時点における最新版
pandoc install
chromebrew
公式からpandoc install
Chrome OS では、次のコマンドでchromebrewパッケージ マネージャーを使用して pandoc をインストールできます。
crew install pandoc
chromebrewをinstall
(user)@penguin:~$ git clone https://github.com/chromebrew/chromebrew.git
Cloning into 'chromebrew'...
remote: Enumerating objects: 89455, done.
remote: Counting objects: 100% (17605/17605), done.
remote: Compressing objects: 100% (1905/1905), done.
remote: Total 89455 (delta 16271), reused 15700 (delta 15700), pack-reused 71850 (from 2)
Receiving objects: 100% (89455/89455), 53.00 MiB | 12.49 MiB/s, done.
Resolving deltas: 100% (67429/67429), done.
Updating files: 100% (8294/8294), done.
~$ brew install pandoc
~$ chromebrew install pandoc
うまくいかない
apt使ってみる
(user)@penguin:~$ sudo apt install pandoc
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following package was automatically installed and is no longer required:
libfuse3-3
Use 'sudo apt autoremove' to remove it.
The following additional packages will be installed:
pandoc-data
Suggested packages:
texlive-latex-recommended texlive-xetex texlive-luatex pandoc-citeproc
texlive-latex-extra context wkhtmltopdf librsvg2-bin groff ghc nodejs
php python ruby r-base-core libjs-mathjax libjs-katex
citation-style-language-styles
The following NEW packages will be installed:
pandoc pandoc-data
0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
Need to get 29.4 MB of archives.
After this operation, 226 MB of additional disk space will be used.
Do you want to continue? [Y/n] y
Get:1 https://deb.debian.org/debian bookworm/main arm64 pandoc-data all 2.17.1.1-2~deb12u1 [418 kB]
Get:2 https://deb.debian.org/debian bookworm/main arm64 pandoc arm64 2.17.1.1-2~deb12u1 [29.0 MB]
Fetched 29.4 MB in 3s (9,168 kB/s)
Selecting previously unselected package pandoc-data.
(Reading database ... 46147 files and directories currently installed.)
Preparing to unpack .../pandoc-data_2.17.1.1-2~deb12u1_all.deb ...
Unpacking pandoc-data (2.17.1.1-2~deb12u1) ...
Selecting previously unselected package pandoc.
Preparing to unpack .../pandoc_2.17.1.1-2~deb12u1_arm64.deb ...
Unpacking pandoc (2.17.1.1-2~deb12u1) ...
Setting up pandoc-data (2.17.1.1-2~deb12u1) ...
Setting up pandoc (2.17.1.1-2~deb12u1) ...
Processing triggers for man-db (2.11.2-2) ...
antonfc12@penguin:~$ pandoc -v
pandoc 2.17.1.1
Compiled with pandoc-types 1.22.2.1, texmath 0.12.4, skylighting 0.12.3.1,
citeproc 0.6.0.1, ipynb 0.2
User data directory: /home/antonfc12/.local/share/pandoc
Copyright (C) 2006-2022 John MacFarlane. Web: https://pandoc.org
This is free software; see the source for copying conditions. There is no
warranty, not even for merchantability or fitness for a particular purpose.
(user)@penguin:~$
これで問題なく動いてます
- @マークは筆者個人
- FirstDrafts:2024.12.26
- Update:2025.05.14 Now:22:56