After installing Ubuntu 14.10 Desktop 64-bit from scratch on a laptop, I tried to fix the installer bug whereby the locales are not set up properly by default.
I then found a possible fix to that installer bug at https://askubuntu.com/a/227513/340383 which calls for executing local-gen
under sudo. Wanting to know more about what local-gen does, I executed man local-gen
and got:
No manual entry for local-gen
So I have two questions:
- How do I start with a name of an executable, such as
local-gen
in this case, and find out the corresponding package to install the corresponding man pages? - How do I find the man page package specifically for local-gen?
locale-gen
, I think – steeldriver Feb 14 '15 at 18:40