How To Install texlive-lang-cjk on Kali Linux
Introduction
In this tutorial we learn how to install texlive-lang-cjk
on Kali Linux.
What is texlive-lang-cjk
texlive-lang-cjk is:
Packages supporting a combination of Chinese, Japanese, Korean, including macros, fonts, documentation. Also Thai in the c90 encoding, since there is some overlap in those fonts; standard Thai support is in collection-langother. Additional packages for CJK are in their individual language collections.
This package includes the following CTAN packages:
c90 – c90 font encoding for Thai
cjk-gs-integrate – Tools to integrate CJK fonts into Ghostscript
cjkpunct – Adjust locations and kerning of CJK punctuation marks
fixjfm – Fix JFM (for *pTeX)
garuda-c90 – TeX support (from CJK) for the garuda font
jfmutil – Utility to process pTeX-extended TFM and VF
norasi-c90 – TeX support (from CJK) for the norasi font
pxtatescale – Patch to graphics driver for scaling in vertical direction of pTeX
xcjk2uni – Convert CJK characters to Unicode, in pdfTeX
zxjafont – Set up Japanese font families for XeLaTeX
There are three methods to install texlive-lang-cjk
on Kali Linux. We can use apt-get
, apt
and aptitude
. In the following sections we will describe each method. You can choose one of them.
Install texlive-lang-cjk Using apt-get
Update apt database with apt-get
using the following command.
After updating apt database, We can install texlive-lang-cjk
using apt-get
by running the following command:
Install texlive-lang-cjk Using apt
Update apt database with apt
using the following command.
After updating apt database, We can install texlive-lang-cjk
using apt
by running the following command:
Install texlive-lang-cjk Using aptitude
If you want to follow this method, you might need to install aptitude on Kali Linux first since aptitude is usually not installed by default on Kali Linux. Update apt database with aptitude
using the following command.
After updating apt database, We can install texlive-lang-cjk
using aptitude
by running the following command:
How To Uninstall texlive-lang-cjk on Kali Linux
To uninstall only the texlive-lang-cjk
package we can use the following command:
Uninstall texlive-lang-cjk And Its Dependencies
To uninstall texlive-lang-cjk
and its dependencies that are no longer needed by Kali Linux, we can use the command below:
Remove texlive-lang-cjk Configurations and Data
To remove texlive-lang-cjk
configuration and data from Kali Linux we can use the following command:
Remove texlive-lang-cjk configuration, data, and all of its dependencies
We can use the following command to remove texlive-lang-cjk
configurations, data and all of its dependencies, we can use the following command:
Dependencies
texlive-lang-cjk have the following dependencies:
References
Summary
In this tutorial we learn how to install texlive-lang-cjk
package on Kali Linux using different package management tools: apt
, apt-get
and aptitude
.