How To Install fonts-sil-shimenkan-sapushan on Kali Linux
Introduction
In this tutorial we learn how to install fonts-sil-shimenkan-sapushan on Kali Linux.
What is fonts-sil-shimenkan-sapushan
fonts-sil-shimenkan-sapushan 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 Large Flowery Miao / Dahua Miao / A-Hmao, traditional orthography [hmd]
There are three methods to install fonts-sil-shimenkan-sapushan 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-sapushan 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-sapushan using apt-get by running the following command:
sudo apt-get -y install fonts-sil-shimenkan-sapushanInstall fonts-sil-shimenkan-sapushan Using apt
Update apt database with apt using the following command.
sudo apt updateAfter updating apt database, We can install fonts-sil-shimenkan-sapushan using apt by running the following command:
sudo apt -y install fonts-sil-shimenkan-sapushanInstall fonts-sil-shimenkan-sapushan 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-sapushan using aptitude by running the following command:
sudo aptitude -y install fonts-sil-shimenkan-sapushanHow To Uninstall fonts-sil-shimenkan-sapushan on Kali Linux
To uninstall only the fonts-sil-shimenkan-sapushan package we can use the following command:
sudo apt-get remove fonts-sil-shimenkan-sapushanUninstall fonts-sil-shimenkan-sapushan And Its Dependencies
To uninstall fonts-sil-shimenkan-sapushan 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-sapushanRemove fonts-sil-shimenkan-sapushan Configurations and Data
To remove fonts-sil-shimenkan-sapushan configuration and data from Kali Linux we can use the following command:
sudo apt-get -y purge fonts-sil-shimenkan-sapushanRemove fonts-sil-shimenkan-sapushan configuration, data, and all of its dependencies
We can use the following command to remove fonts-sil-shimenkan-sapushan configurations, data and all of its dependencies, we can use the following command:
sudo apt-get -y autoremove --purge fonts-sil-shimenkan-sapushanDependencies
fonts-sil-shimenkan-sapushan have the following dependencies:
References
Summary
In this tutorial we learn how to install fonts-sil-shimenkan-sapushan package on Kali Linux using different package management tools: apt, apt-get and aptitude.