我想在我的 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 等
使用量 15 GB
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
- ./安装-tl
- 如果需要更改选项
- 开始安装过程
I