Kali Linux에 texlie를 설치하고 싶습니다. 실행했지만 apt-get install texlive-full
다음 오류 메시지가 나타납니다.
root@begueradj:~# sudo apt-get install texlive-full
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package texlive-full is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'texlive-full' has no installation candidate
Kali Linux에 TexLive를 설치하는 방법은 무엇입니까?
노트:
root@begueradj:~# cat /etc/issue
Kali GNU/Linux 1.1.0 \n \l
미리 감사드립니다.
답변1
Sudo apt-get install kali-linux-all
kali-linux-all 패키지에는 texlive 등이 함께 제공됩니다.
사용량 15GB
apt-cache show kali-linux-all | grep depends
아니면 간단한 버전도 있어요
sudo apt-get update
sudo apt-get install texlive <- basic
sudo apt-get update
sudo apt-get install texlive-full
아니면 패키지를 별도로 설치할 수도 있습니다.
sudo apt-get update
sudo apt-get install texlive-base
sudo apt-get install texlive-extra-utils
sudo apt-get install texlive-font-utils
sudo alt-get install texlive-generic-extra
sudo apt-get install texlive-pstricks-doc
sudo apt-get install texlive-pstricks
sudo apt-get install sharutils
sudo apt-get install texmaker
sudo apt-get install texlive htmlxml
sudo apt-get install texlive-generic-recommended
sudo apt-get install texlive-latex-extra-doc
sudo apt-get install texlive-latex-extra
sudo apt-get install texlive-latex-recommended
sudo apt-get install texlive-latex-recommended-doc
sudo apt-get install texlive-pictures
sudo apt-get install texlive-pictures-doc
sudo apt-get install texlive-latex-base
sudo apt-get install texlive-latex-base-doc
sudo apt-get install gv texlive-lang-all
sudo apt-get install texlive-lang-english
sudo apt-get install texlive-binaries
sudo apt-get install gedit-latex-plugin
sudo apt-get install latex-beamer texpower
sudo apt-get install texlive-latex-extra texpower-examples imagemagick
또는 다음 명령을 사용하여 더 단순화합니다.
apt-get build-dep texlive
man latex <- more info
초보자를 위한 라텍스 작업 지침도 참조하세요.
www.dickimaw-books.com/latex/novices/html/editorandterminal.html
제거하다
sudo apt-get --purge 삭제 texlive*
답변2
당신은:
- 에서 texlive 이미지를 다운로드하세요.이 링크
- iso를 어딘가에 설치하십시오.
mount <DOWNLOAD_PATH/texlive2016.iso /mnt>
- CD/MNT
- ./install-tl
- 옵션을 변경해야 하는 경우
- 설치 프로세스 시작
I