Ubuntu – Changing TTY keyboard layout on a server

command linekeyboard-layoutserver

I use 12.04 Server in command line mode (no X installed), and I would like to change the keyboard layout. How can I do this?

Best Answer

Please try the following command:

sudo dpkg-reconfigure console-data

If it says you don't have the package, then install console-data with:

sudo apt-get install console-data

More about Locale Configuration: LocaleConf - Community Help Wiki