Skip to content

Instantly share code, notes, and snippets.

@kazusato
Last active April 19, 2018 19:28
Show Gist options
  • Save kazusato/f7d632fd13e0c5cdb8e270fd9ced130f to your computer and use it in GitHub Desktop.
Save kazusato/f7d632fd13e0c5cdb8e270fd9ced130f to your computer and use it in GitHub Desktop.

TeX Liveインストール on CentOS Docker image

最終的にはDockerfileにまとめる予定だが、作業メモとして残しておく。

注意点

以下のパッケージが必要:

  • perl
  • perl-Digest-MD5
  • wget

CentOS公式イメージcentos:7.4.1708では、これらがインストールされていないので、 自分でyum installする必要がある。

インストーラーについて

$ ./install-tl

とすればテキストモードでのインタラクティブなインストーラーが起動する。 無人でのインストールには、プロファイルの指定が必要だが、下記参考ページに記載されているエントリーポイントとなるファイルが、 最新のインストーラーパッケージに含まれていない模様。

プロファイルのエントリーポイント候補

以下のページのものが使えそう。

参考ページ

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment