Sample Header Ad - 728x90

Fedora: Is there a command to change keyboard layout but by TUI?

0 votes
0 answers
75 views
For Fedora **Server** to change the keyboard layout is possible use the sudo localectl set-keymap command in peace. Other approach would be with **TUI** (_Terminal User Interface_). I found the following answer in this network: * [In Fedora, how do I select a proper Norwegian keyboard layout?](https://unix.stackexchange.com/a/104262/383045) Where among many methods the #1 is as follows:
$ sudo yum install system-config-keyboard
...
Installed:
  system-config-keyboard.x86_64 0:1.3.1-14.fc19

Dependency Installed:
  system-config-keyboard-base.x86_64 0:1.3.1-14.fc19
It to execute then the system-config-keyboard command and get the TUI Well when is executed the sudo dnf install system-config-keyboard command appears:
No match for argument: system-config-keyboard
You can try to add to command line:
  --skip-unavailable to skip unavailable packages
Yes, I can see in the command's output is for Fedora Core 19 (**fc19**) What would be the equivalent for Fedora Server **41** **Question** * Is there a command to change keyboard layout but by TUI? For example Debian and Ubuntu have the dpkg-reconfigure keyboard-configuration command
Asked by Manuel Jordan (2108 rep)
Apr 4, 2025, 09:04 PM