Logo

dev-resources.site

for different kinds of informations.

Change keyboard to Spanish distribution on Ubuntu Server

Published at
1/8/2025
Categories
ubuntu
Author
sertxudev
Categories
1 categories in total
ubuntu
open
Author
9 person written this
sertxudev
open
Change keyboard to Spanish distribution on Ubuntu Server

To change the keyboard distribution to Spanish on an Ubuntu Server, we must execute the following command.

sudo dpkg-reconfigure keyboard-configuration
Enter fullscreen mode Exit fullscreen mode

This command will open a wizard with multiple steps, first we should select the keyboard model, generally you will select Generic 105-key PC.

Next, we should select the country distribution, in our case Spanish.

Now we should select which key will be AltGr, usually Right Alt (AltGr).

Last, we should select which key will be the Compose Key, usually No compose key.

Once we're finished the wizard it will reconfigure the system in order to start using the new keyboard distribution.

It's recommended to restart the computer to apply the changes.

sudo reboot
Enter fullscreen mode Exit fullscreen mode
ubuntu Article's
30 articles in total
Favicon
Configurar servidor de archivos local con Ubuntu y Samba
Favicon
How to install Jenkins in ubuntu
Favicon
Update WSL Ubuntu password
Favicon
Change keyboard to Spanish distribution on Ubuntu Server
Favicon
How to Automate CI/CD Pipelines with GitHub Actions
Favicon
Critical Section Problem: Process Synchronization
Favicon
Reader Writer Problem: Process Synchronization
Favicon
Protection and Security: Operating System
Favicon
Storage Management: Operating System
Favicon
Getting Cilium to work on Ubuntu Cloud Image
Favicon
Process Management: Operating System
Favicon
KillPy: The Tool to Clean Up Your Python Virtual Environments 🧹🐍
Favicon
Introduction to Operating System
Favicon
Comprehensive Guide: Setting Up Gestures on Linux (Debian-Based Distributions)
Favicon
Ubuntu Linux Commands Categorized
Favicon
How to Set Up OpenShift Local (CRC) on Ubuntu: A Developer's Guide
Favicon
Fixing OpenVPN Connection Issues in Ubuntu 24.04
Favicon
How to Install MySQL on Ubuntu
Favicon
How to read ip addr output on Linux
Favicon
Enhancing Outdoor Adventures: How Technology Brings You Closer to Nature
Favicon
Memory Management: Operating System
Favicon
How to Change the Background in Ubuntu Terminal
Favicon
How to Install Wireshark on Ubuntu
Favicon
Process Synchronization and Deadlock: Operating System
Favicon
Implementasi Infrastruktur Jaringan Virtual dengan Protokol OSPF
Favicon
วิธีติดตั้งและกำหนดค่าเบื้องต้นสำหรับเซิร์ฟเวอร์ DNS บน Ubuntu 22.04 LTS แบบง่าย ๆ
Favicon
How to Fix No Internet Connection in Digital Ocean's Droplet
Favicon
การทำ HTTPS ด้วย Certbot และ Nginx บน Ubuntu Server
Favicon
Short: User Data file for Ubuntu based AWS ec2 instance with docker and docker compose.
Favicon
How to Change Your Password Securely

Featured ones: