Linux

Installing fonts-babelstone-han on Ubuntu 17.04 LTS

Example of installing fonts-babelstone-han on Ubuntu 17.04 LTS using the command sudo apt-get install fonts-babelstone-han.

Quick installation of fonts-babelstone-han:

Step 1: Update system:

sudo apt-get update

Step 2: Install: fonts-babelstone-han

Ater updaing the OS run following command to install the packae:

sudo apt-get install fonts-babelstone-han

Package Details

Package:fonts-babelstone-han
Version:9.0.1-1
Maintainer:Ubuntu Developers
Home page:http://www.babelstone.co.uk/Fonts/Han.html
Description:BabelStone Fonts for Han BabelStone Han" is a Unicode Han font in Song/Ming style (宋体/明體) with G-source glyphs used in Mainland China. The font is derived from the "AR PL Mingti2L Big5" and "AR PL SungtiL GB" fonts (released under the Arphic Public License), converted to Unicode mappings, and expanded to cover a wide range of traditional and simplified characters in the CJK, CJK-A, CJK-B, CJK-C, CJK-D and CJK-E blocks, as well as a large number of currently unencoded characters in the Private Use Area.
Distro:Ubuntu 17.04
Release:
Repo/Section:universe/fonts

How to install fonts-babelstone-han on Ubuntu 17.04?

First of all update your system with the command:

sudo apt-get update

Above command will download the package lists for Ubuntu 17.04 on your system. This will update the list of newest versions of packages and its dependencies on your system.

After downloading the latest package list with the help of above you can run the installation process.

If fonts-babelstone-han is not installed on your compter then the command 'dpkg -L fonts-babelstone-han' will give followin error.

deepak@deepak-VirtualBox:~$ dpkg -L fonts-babelstone-han
dpkg-query: package 'fonts-babelstone-han' is not installed
Use dpkg --info (= dpkg-deb --info) to examine archive files,
and dpkg --contents (= dpkg-deb --contents) to list their contents.
deepak@deepak-VirtualBox:~$ 

Installing fonts-babelstone-han:

After system update use the following command to install fonts-babelstone-han:

sudo apt-get install fonts-babelstone-han

Above command will confirm before installing the package on your Ubuntu 17.04 Operating System. If you are not already logged in as su, installer will ask you the root password. After completion of the installation you can use the package on your system.

How to uninstall/remove fonts-babelstone-han from Ubuntu 17.04?

Now we will see the commands for uninstalling the fonts-babelstone-han from Ubuntu 17.04. For uninstalling this package you can easily use the apt command and remove the package from Linux Operating System.

To remove the fonts-babelstone-han following command is used:

sudo apt-get remove  fonts-babelstone-han

Following command is used to remove the fonts-babelstone-han package along with its dependencies:

sudo apt-get remove --auto-remove fonts-babelstone-han

This will remove fonts-babelstone-han and all its dependent packages which is no longer needed in the system.

Completely removing fonts-babelstone-han with all configuration files:

Following command should be used with care as it deletes all the configuration files and data:

sudo apt-get purge fonts-babelstone-han

or you can use following command also:

sudo apt-get purge --auto-remove fonts-babelstone-han

Above command will remove all the configuration files and data associated with fonts-babelstone-han package. You can can't recover the delete data, so, use this command with care.

Get our newsletter

Categories