- repository add: 다음 둘 중 하나를 한다.
- KTUG 사설 저장소(http://wiki.ktug.org/wiki/wiki.php/KtugPrivateRepository?action=show)는 mactex2016(texlive2016)부터 지원 (관련 논의(http://www.ktug.org/xe/index.php?document_srl=219310&mid=KTUG_QnA_board#comment_219319))
$ sudo tlmgr repository add http://ftp.ktug.org/KTUG/texlive/tlnet ktug
- 또는 다음을 이용하는 대안도 있다. (최근 업데이트 가능)
$ sudo tlmgr repository add http://mirror.ischo.org/KTUG/texlive/tlnet ktug
pinning add:
- 이전에 이미 한 적이 있다면 생략할 수 있다. ktug의 pinning이 되어 있는지는
tlmgr pinning show
명령으로 확인한다.
$ sudo tlmgr pinning add ktug "*"
gpg 키 추가 (생략 가능)
- tlmgr 실행시
not verified: ...
와 같은 메시지를 보게 될 때 (그리고 이 것이 거슬릴 때), 다음과 같이 gpg 키를 추가할 수 있다.
- gpg가 설치되지 않았다면 먼저 설치한다.
$ brew install gpg
$ curl -O http://ftp.ktug.org/KTUG/texlive/tlnet/ktugrepo.pub.txt
$ (sudo) tlmgr key add ./ktugrepo.pub.txt
$ curl -O https://mirror.ischo.org/KTUG/texlive/tlnet/ktugrepo.pub.txt
$ (sudo) tlmgr key add ./ktugrepo.pub.txt