[LINUX] What is the reason why the basic commands are not displayed in Japanese in man?

environment

Vagrant + Ubuntu 16.04.5 LTS

Correspondence

When I display the top page of man, the Japanese manual is displayed properly.

$man man

For some reason, such basic commands are displayed in English.

$man ls
$man cat

** ja_JP.utf8 ** is set properly in the locale.

$locale -a

Japanese package of man is included.

$apt list --installed | grep manpages-ja
manpages-ja/xenial,xenial,now 0.5.0.0.20140515+dfsg-2 all [Installation complete]
manpages-ja-dev/xenial,xenial,now 0.5.0.0.20140515+dfsg-2 all [Installation complete]

Looking at whether there is a package for each command of man, cat and ls do not exist. why?

$ls -l /usr/share/man/ja/man1/{cat,ls,man}.1.gz
ls: '/usr/share/man/ja/man1/cat.1.gz'Cannot access:There is no such file or directory
ls: '/usr/share/man/ja/man1/ls.1.gz'Cannot access:There is no such file or directory
-rw-r--r--1 root root 15K November 7 2015/usr/share/man/ja/man1/man.1.gz

For the time being, I decided to install the latest version.

$sudo apt install -y manpages-ja manpages-ja-dev

It seems to be installed.

$ls -l /usr/share/man/ja/man1/{cat,ls,man}.1.gz
-rw-r--r-- 1 root root 1.4K December 16 2015/usr/share/man/ja/man1/cat.1.gz
-rw-r--r-- 1 root root 4.0K December 16 2015/usr/share/man/ja/man1/ls.1.gz
-rw-r--r--1 root root 15K November 7 2015/usr/share/man/ja/man1/man.1.gz

Eventually, Japanese is displayed.

$man ls
$man cat

Recommended Posts

What is the reason why the basic commands are not displayed in Japanese in man?
What to do if the progress bar is not displayed in tqdm of python
What to do when Japanese is not displayed on matplotlib
What to do if the image is not displayed using matplotlib etc. in the Docker container
What is "mahjong" in the Python library? ??
The date is displayed incorrectly in matplotlib.
Why Docker is so popular. What is Docker in the first place? How to use
Pipfile is not created in the current directory
What is wheezy in the Docker Python image?
[Minecraft] What are the important items in survival?
What to do when is not in the sudoers file.This incident will be reported.
What to do when only the window is displayed and nothing is displayed in pygame Note
What to do if Python IntelliSense is not displayed in VS Code on Windows
When the selected object in bpy.context.selected_objects is not returned
What is the domain attribute written in Plotly's Layout?
The story that Kivy's Japanese input characters are displayed
Financial Forecasting Feature Engineering: What are the features in financial forecasting?
When "ERROR: HTTP is not supported." Is displayed in mpsyt
The image is displayed in the local development environment, but the image is not displayed on the remote server of VPS
Test.py is not reflected on the web server in Python3.
[Python] Reason why index error does not occur in slice
About the number (section number) in () displayed by the Linux man command
Can't input Japanese in Flatpak application? The cause is Fcitx.
Hypothesis of why the new coronavirus is not so common in urban areas such as Tokyo
A simple reason why the return value of round (2.675,2) is 2.67 in python (it should be 2.68 in reality ...)
If you are a beginner in programming, why not make a "game" for the time being? The story