이 install-tl.sh
방법을 사용하여 TeXLive 2014를 로컬 설치에 설치 하고 컬렉션을 선택했습니다 collection-texworks
. texworks
설치 후 이진 파일 을 실행할 수있을 것으로 예상 했지만에 해당 이진 파일이 없습니다 /usr/local
. 또한 tlmgr
바이너리를 찾을 수 없다고보고합니다.
내가 무엇을 잘못하고 있지?
⟫ tlmgr info texworks
package: texworks
category: TLCore
shortdesc: Cross-platform friendly front end.
longdesc: See http://tug.org/texworks for information and downloads. TeX Live includes executables only for Windows.
installed: Yes
revision: 30136
tlmgr: cannot find depending packagetexworks.x86_64-linux
sizes: doc: 5k, run: 14981k
relocatable: No
collection: collection-texworks
⟫ sudo /usr/local/texlive/2014/bin/x86_64-linux/tlmgr install texworks
tlmgr: package repository http://archive.cs.uu.nl/mirror/CTAN/systems/texlive/tlnet
(아무것도, 종료 상태 0)
⟫ find /usr/local -type f -name "texworks"
(출력 없음)
⟫ which texworks
(출력 없음)