I have a Spanish language keyboard made by Logitech and I want to set it as the default keyboard layout in Ubuntu for WSL. dpkg-reconfigure Keyboard-layout does not offer my keyboard model in the list of keyboards supported.
1 Answer
It turns out that the reason dpkg-reconfigure failed was that it was necessary to run sudo apt upgrade first. Doing this solved everything.