Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

localectl list-keymaps: "Couldn't find any console keymaps"?

Recently I start to play around with arch linux and run it on VirtualBox using live cd. I wanted to change keymap, but when I tried to run localectl list-keymaps I get the following:

# localectl list-keymaps
Couldn't find any console keymaps

What's wrong? How can I list available keymaps?

like image 799
Timur Fayzrakhmanov Avatar asked Jan 24 '26 19:01

Timur Fayzrakhmanov


1 Answers

It seems you lack package kbd. To immediately fix the issue, I would recommend:

$ sudo pacman -S kbd --as-deps

But this would not explain how you end up missing it.

like image 85
galaux Avatar answered Jan 26 '26 12:01

galaux