「Pandoc install」の版間の差分

提供:UselessNotes
ページの作成:「== pandoc install == === chromebrew === 公式から Chrome OS では、次のコマンドで[https://github.com/skycocker/chromebrew chromebrew]パッケージ マネージャーを使用して pandoc をインストールできます。 <pre class="">crew install pandoc</pre> (user)@penguin:~$ git clone https://github.com/chromebrew/chromebrew.git<br /> Cloning into 'chromebrew'...<br /> remote: Enumerating objects: 89455, done.<br /> remote: Counting objects:…」
 
7行目: 7行目:
<pre class="">crew install pandoc</pre>
<pre class="">crew install pandoc</pre>


==== chromebrewをinstall ====


(user)@penguin:~$ git clone https://github.com/chromebrew/chromebrew.git<br />
(user)@penguin:~$ git clone https://github.com/chromebrew/chromebrew.git<br />

2024年12月26日 (木) 09:38時点における版

pandoc install

chromebrew

公式から

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.

~$ chromecrew 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:23:01