How To Install fonts-sil-shimenkan-zonghe on Kali Linux
Introduction
In this tutorial we learn how to install fonts-sil-shimenkan-zonghe on Kali Linux.
What is fonts-sil-shimenkan-zonghe
fonts-sil-shimenkan-zonghe is:
The Shimenkan family of fonts supports the broad variety of writing systems that use the Miao (Pollard) script.
The Latin glyphs are based on the OFL-licensed Source Sans Pro fonts (https://github.com/adobe-fonts/source-sans-pro). The Miao glyphs are designed to harmonize with the Latin, but remain true to the unique characteristics of Miao writing systems. The project is inspired by, but not based on, the Miao Unicode project (https://github.com/phjamr/MiaoUnicode).
The full font sources are publicly available at https://github.com/silnrsi/font-shimenkan An open workflow is used for building, testing and releasing.
This package provides fonts customized for Aluo / Gan Yi [yna]
There are three methods to install fonts-sil-shimenkan-zonghe 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 fonts-sil-shimenkan-zonghe Using apt-get
Update apt database with apt-get using the following command.
sudo apt-get updateAfter updating apt database, We can install fonts-sil-shimenkan-zonghe using apt-get by running the following command:
sudo apt-get -y install fonts-sil-shimenkan-zongheInstall fonts-sil-shimenkan-zonghe Using apt
Update apt database with apt using the following command.
sudo apt updateAfter updating apt database, We can install fonts-sil-shimenkan-zonghe using apt by running the following command:
sudo apt -y install fonts-sil-shimenkan-zongheInstall fonts-sil-shimenkan-zonghe 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.
sudo aptitude updateAfter updating apt database, We can install fonts-sil-shimenkan-zonghe using aptitude by running the following command:
sudo aptitude -y install fonts-sil-shimenkan-zongheHow To Uninstall fonts-sil-shimenkan-zonghe on Kali Linux
To uninstall only the fonts-sil-shimenkan-zonghe package we can use the following command:
sudo apt-get remove fonts-sil-shimenkan-zongheUninstall fonts-sil-shimenkan-zonghe And Its Dependencies
To uninstall fonts-sil-shimenkan-zonghe and its dependencies that are no longer needed by Kali Linux, we can use the command below:
sudo apt-get -y autoremove fonts-sil-shimenkan-zongheRemove fonts-sil-shimenkan-zonghe Configurations and Data
To remove fonts-sil-shimenkan-zonghe configuration and data from Kali Linux we can use the following command:
sudo apt-get -y purge fonts-sil-shimenkan-zongheRemove fonts-sil-shimenkan-zonghe configuration, data, and all of its dependencies
We can use the following command to remove fonts-sil-shimenkan-zonghe configurations, data and all of its dependencies, we can use the following command:
sudo apt-get -y autoremove --purge fonts-sil-shimenkan-zongheDependencies
fonts-sil-shimenkan-zonghe have the following dependencies:
References
Summary
In this tutorial we learn how to install fonts-sil-shimenkan-zonghe package on Kali Linux using different package management tools: apt, apt-get and aptitude.