How To Install fonts-triod-postnaja on Kali Linux
Introduction
In this tutorial we learn how to install fonts-triod-postnaja on Kali Linux.
What is fonts-triod-postnaja
fonts-triod-postnaja is:
Triod Postnaja attempts to mimic the typefaces used to publish Old Church Slavonic service books prior to the 20th century. It also provides a range of Latin letters in the same style, sufficient for the needs of central, northern and western European languages.
Unlike most Old Church Slavonic fonts that provide Latin ranges, this font imitates the uncial style, especially in lowercase letters with ascenders or descenders. Triod Postnaja is something of a stylistic mishmash of various period styles ?? those seeking a more period-authentic face for setting Church Slavonic should have a look at other fonts such as Hirmos Ponomar.
There are three methods to install fonts-triod-postnaja 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-triod-postnaja Using apt-get
Update apt database with apt-get using the following command.
sudo apt-get updateAfter updating apt database, We can install fonts-triod-postnaja using apt-get by running the following command:
sudo apt-get -y install fonts-triod-postnajaInstall fonts-triod-postnaja Using apt
Update apt database with apt using the following command.
sudo apt updateAfter updating apt database, We can install fonts-triod-postnaja using apt by running the following command:
sudo apt -y install fonts-triod-postnajaInstall fonts-triod-postnaja 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-triod-postnaja using aptitude by running the following command:
sudo aptitude -y install fonts-triod-postnajaHow To Uninstall fonts-triod-postnaja on Kali Linux
To uninstall only the fonts-triod-postnaja package we can use the following command:
sudo apt-get remove fonts-triod-postnajaUninstall fonts-triod-postnaja And Its Dependencies
To uninstall fonts-triod-postnaja and its dependencies that are no longer needed by Kali Linux, we can use the command below:
sudo apt-get -y autoremove fonts-triod-postnajaRemove fonts-triod-postnaja Configurations and Data
To remove fonts-triod-postnaja configuration and data from Kali Linux we can use the following command:
sudo apt-get -y purge fonts-triod-postnajaRemove fonts-triod-postnaja configuration, data, and all of its dependencies
We can use the following command to remove fonts-triod-postnaja configurations, data and all of its dependencies, we can use the following command:
sudo apt-get -y autoremove --purge fonts-triod-postnajaDependencies
fonts-triod-postnaja have the following dependencies:
References
Summary
In this tutorial we learn how to install fonts-triod-postnaja package on Kali Linux using different package management tools: apt, apt-get and aptitude.