How to Install Alibaba PuHuiTi Font on Linux System
In this article, we will provide you with a step-by-step guide on installing the Alibaba PuHuiTi font on your Linux system. By following these instructions, you will be able to use the font in various applications installed on your Linux system.
What is Alibaba PuHuiTi Font?
Alibaba PuHuiTi is a high-quality Chinese font developed by Alibaba. It is widely used in various Alibaba products and services. The font supports Simplified Chinese, Traditional Chinese, and various foreign languages. It is designed to improve the reading experience, making it an excellent choice for users who need to work with Chinese text frequently.
Preparation before Installation
Before installing the font, you need to download it first. You can download the Alibaba PuHuiTi font from the following link:
https://puhuiti.oss-cn-hangzhou.aliyuncs.com/AlibabaPuHuiTi-3.zip
After downloading the font, create a directory named "alibaba" in the "/usr/share/fonts/" directory:
sudo mkdir -p /usr/share/fonts/alibaba
Installing Alibaba PuHuiTi Font
After downloading the font and creating a directory for it, you can now proceed with the installation. Follow these steps:
- Extract the downloaded font archive:
- Copy the extracted font files to the "/usr/share/fonts/alibaba/" directory:
- Update the font cache:
unzip AlibabaPuHuiTi-3.zip
sudo cp -R AlibabaPuHuiTi-3/* /usr/share/fonts/alibaba/
sudo fc-cache -f -v
After completing these steps, the Alibaba PuHuiTi font should now be installed on your Linux system.
Verifying the Installation
You can verify the installation by checking the list of installed fonts on your system. Open a terminal and run the following command:
fc-list | grep Alibaba
If the installation is successful, you should see the Alibaba PuHuiTi font in the list of results.
Using Alibaba PuHuiTi Font
After installing the font, you can use it in various applications installed on your Linux system. For example, to use the font in LibreOffice Writer, follow these steps:
- Open LibreOffice Writer and create a new document.
- Select the text you want to format.
- Click the "Font Name" dropdown in the toolbar and select "Alibaba PuHuiTi" from the list.
You can use the same steps in other applications to use the Alibaba PuHuiTi font.
- Download Alibaba PuHuiTi-3.zip
- Unzip the downloaded font archive.
- Create a directory for the font in "
/usr/share/fonts/alibaba/". - Copy the extracted font files to the "
/usr/share/fonts/alibaba/" directory. - Update the font cache: "
sudo fc-cache -f -v".
By following these steps, you will be able to install and use the Alibaba PuHuiTi font on your Linux system. The font is an excellent choice for users who need to work with Chinese text frequently. It provides a great reading experience and supports Simplified Chinese, Traditional Chinese, and various foreign languages.