How To Install fonts-noto-ui-core on Kali Linux
Introduction
In this tutorial we learn how to install fonts-noto-ui-core
on Kali Linux.
What is fonts-noto-ui-core
fonts-noto-ui-core is:
Noto is a collection of font families, each visually harmonized across scripts.
This package contains core weights for these Noto UI font families:
- Noto Looped Lao UI Bold
- Noto Looped Lao UI Regular
- Noto Looped Thai UI Bold
- Noto Looped Thai UI Regular
- Noto Naskh Arabic UI
- Noto Sans Arabic UI
- Noto Sans Bengali UI
- Noto Sans Devanagari UI
- Noto Sans Gujarati UI
- Noto Sans Gurmukhi UI
- Noto Sans Kannada UI
- Noto Sans Khmer UI
- Noto Sans Lao UI
- Noto Sans Malayalam UI
- Noto Sans Myanmar UI
- Noto Sans Oriya UI
- Noto Sans Sinhala UI
- Noto Sans Tamil UI
- Noto Sans Telugu UI
- Noto Sans Thai UI
Noto UI fonts are for text display in UI elements (e.g. buttons, menus) that have a height limit.
The name “Noto” is short for “No Tofu”, describing the aim of covering all living Unicode scripts.
Tofu (???) is Japanese jargon for unicode replacement character “??” (U+FFFD) often displayed as replacement for unassigned or unknown characters.
There are three methods to install fonts-noto-ui-core
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-noto-ui-core Using apt-get
Update apt database with apt-get
using the following command.
After updating apt database, We can install fonts-noto-ui-core
using apt-get
by running the following command:
Install fonts-noto-ui-core Using apt
Update apt database with apt
using the following command.
After updating apt database, We can install fonts-noto-ui-core
using apt
by running the following command:
Install fonts-noto-ui-core 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 fonts-noto-ui-core
using aptitude
by running the following command:
How To Uninstall fonts-noto-ui-core on Kali Linux
To uninstall only the fonts-noto-ui-core
package we can use the following command:
Uninstall fonts-noto-ui-core And Its Dependencies
To uninstall fonts-noto-ui-core
and its dependencies that are no longer needed by Kali Linux, we can use the command below:
Remove fonts-noto-ui-core Configurations and Data
To remove fonts-noto-ui-core
configuration and data from Kali Linux we can use the following command:
Remove fonts-noto-ui-core configuration, data, and all of its dependencies
We can use the following command to remove fonts-noto-ui-core
configurations, data and all of its dependencies, we can use the following command:
Dependencies
fonts-noto-ui-core have the following dependencies:
References
Summary
In this tutorial we learn how to install fonts-noto-ui-core
package on Kali Linux using different package management tools: apt
, apt-get
and aptitude
.