"리눅스 TeX Live 설치"의 두 판 사이의 차이

14번째 줄: 14번째 줄:
bash: apt-get: command not found
bash: apt-get: command not found
</source>
</source>
한편 Ubuntu 10.04의 경우에는 texlive 2009가 포함되어 있다고 한다.<ref>http://ktug.kldp.net/jsboard/read.php?table=contrib&no=5299</ref>
==다운로드 및 설치==
*이 문단은 http://www.tug.org/texlive/quickinstall.html 를 참고하여 작성되었다.
<source lang='bash'>
wget http://mirror.ctan.org/systems/texlive/tlnet/install-tl-unx.tar.gz
</source>
;실행예시
<source lang='dos'>
[root@localhost ~]# wget http://mirror.ctan.org/systems/texlive/tlnet/install-tl-unx.tar.gz
--2012-02-12 05:27:27--  http://mirror.ctan.org/systems/texlive/tlnet/install-tl-unx.tar.gz
Resolving mirror.ctan.org... 80.237.159.15
Connecting to mirror.ctan.org|80.237.159.15|:80... connected.
HTTP request sent, awaiting response... 302 Found
Location: http://ftp.kaist.ac.kr/pub/tex-archive/systems/texlive/tlnet/install-tl-unx.tar.gz [following]
--2012-02-12 05:27:28--  http://ftp.kaist.ac.kr/pub/tex-archive/systems/texlive/tlnet/install-tl-unx.tar.gz
Resolving ftp.kaist.ac.kr... 143.248.234.110
Connecting to ftp.kaist.ac.kr|143.248.234.110|:80... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: /tex-archive/systems/texlive/tlnet/install-tl-unx.tar.gz [following]
--2012-02-12 05:27:29--  http://ftp.kaist.ac.kr/tex-archive/systems/texlive/tlnet/install-tl-unx.tar.gz
Reusing existing connection to ftp.kaist.ac.kr:80.
HTTP request sent, awaiting response... 200 OK
Length: 2576153 (2.5M) [text/plain]
Saving to: `install-tl-unx.tar.gz'
100%[========================================================================================>] 2,576,153    619K/s  in 4.1s   
2012-02-12 05:27:33 (619 KB/s) - `install-tl-unx.tar.gz' saved [2576153/2576153]
</source>
==주석==
<references/>


[[분류:리눅스]]
[[분류:리눅스]]
[[분류:TeX]]
[[분류:TeX]]

2012년 2월 12일 (일) 22:28 판

  • TeX Live, texlive

1 설치 실패

CentOS release 5.7 (Final)를 설치하였는데 yum repository에 texlive 패키지가 없다. apt-get은 아예 없다...

[root@localhost ~]# yum info texlive
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
 * base: rsync.atworks.co.jp
 * extras: rsync.atworks.co.jp
 * updates: rsync.atworks.co.jp
Error: No matching Packages to list
[root@localhost ~]# apt-get install texlive
bash: apt-get: command not found

한편 Ubuntu 10.04의 경우에는 texlive 2009가 포함되어 있다고 한다.[1]

2 다운로드 및 설치

wget http://mirror.ctan.org/systems/texlive/tlnet/install-tl-unx.tar.gz
실행예시
[root@localhost ~]# wget http://mirror.ctan.org/systems/texlive/tlnet/install-tl-unx.tar.gz
--2012-02-12 05:27:27--  http://mirror.ctan.org/systems/texlive/tlnet/install-tl-unx.tar.gz
Resolving mirror.ctan.org... 80.237.159.15
Connecting to mirror.ctan.org|80.237.159.15|:80... connected.
HTTP request sent, awaiting response... 302 Found
Location: http://ftp.kaist.ac.kr/pub/tex-archive/systems/texlive/tlnet/install-tl-unx.tar.gz [following]
--2012-02-12 05:27:28--  http://ftp.kaist.ac.kr/pub/tex-archive/systems/texlive/tlnet/install-tl-unx.tar.gz
Resolving ftp.kaist.ac.kr... 143.248.234.110
Connecting to ftp.kaist.ac.kr|143.248.234.110|:80... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: /tex-archive/systems/texlive/tlnet/install-tl-unx.tar.gz [following]
--2012-02-12 05:27:29--  http://ftp.kaist.ac.kr/tex-archive/systems/texlive/tlnet/install-tl-unx.tar.gz
Reusing existing connection to ftp.kaist.ac.kr:80.
HTTP request sent, awaiting response... 200 OK
Length: 2576153 (2.5M) [text/plain]
Saving to: `install-tl-unx.tar.gz'

100%[========================================================================================>] 2,576,153    619K/s   in 4.1s    

2012-02-12 05:27:33 (619 KB/s) - `install-tl-unx.tar.gz' saved [2576153/2576153]

3 주석

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}