How To Install fonts-sambhota-yigchung on Kali Linux
Introduction
In this tutorial we learn how to install fonts-sambhota-yigchung
on Kali Linux.
What is fonts-sambhota-yigchung
fonts-sambhota-yigchung is:
This is a free Tibetan dbu-med OpenType Font, designed by Dezawa Shin-ichiro based on a font by Tibetan Dharamusara.
There are three methods to install fonts-sambhota-yigchung
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-sambhota-yigchung Using apt-get
Update apt database with apt-get
using the following command.
sudo apt-get update
After updating apt database, We can install fonts-sambhota-yigchung
using apt-get
by running the following command:
sudo apt-get -y install fonts-sambhota-yigchung
Install fonts-sambhota-yigchung Using apt
Update apt database with apt
using the following command.
sudo apt update
After updating apt database, We can install fonts-sambhota-yigchung
using apt
by running the following command:
sudo apt -y install fonts-sambhota-yigchung
Install fonts-sambhota-yigchung 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 update
After updating apt database, We can install fonts-sambhota-yigchung
using aptitude
by running the following command:
sudo aptitude -y install fonts-sambhota-yigchung
How To Uninstall fonts-sambhota-yigchung on Kali Linux
To uninstall only the fonts-sambhota-yigchung
package we can use the following command:
sudo apt-get remove fonts-sambhota-yigchung
Uninstall fonts-sambhota-yigchung And Its Dependencies
To uninstall fonts-sambhota-yigchung
and its dependencies that are no longer needed by Kali Linux, we can use the command below:
sudo apt-get -y autoremove fonts-sambhota-yigchung
Remove fonts-sambhota-yigchung Configurations and Data
To remove fonts-sambhota-yigchung
configuration and data from Kali Linux we can use the following command:
sudo apt-get -y purge fonts-sambhota-yigchung
Remove fonts-sambhota-yigchung configuration, data, and all of its dependencies
We can use the following command to remove fonts-sambhota-yigchung
configurations, data and all of its dependencies, we can use the following command:
sudo apt-get -y autoremove --purge fonts-sambhota-yigchung
Dependencies
fonts-sambhota-yigchung have the following dependencies:
References
Summary
In this tutorial we learn how to install fonts-sambhota-yigchung
package on Kali Linux using different package management tools: apt
, apt-get
and aptitude
.