fernando@andromeda:~> man ls
Man: find all matching manual pages (set MAN_POSIXLY_CORRECT to avoid this)
* ls (1)
ls (1p)
Man: ¿Qué página de manual desea?
Some thing are in english others in spanish.
What more I need to change?
Hello this is what i do if i need quickly an english output of some commands in a terminal and the rest of the system should still use my preferred language
rolf@gnomegurke:~> echo $LANG
de_DE.UTF-8
rolf@gnomegurke:~> man ls
Man: alle übereinstimmenden Handbuchseiten finden (set MAN_POSIXLY_CORRECT to avoid this)
* ls (1)
ls (1p)
Man: Welche Handbuchseiten möchten Sie haben?
Man: ^C
rolf@gnomegurke:~> export LANG=C
rolf@gnomegurke:~> man ls
Man: find all matching manual pages (set MAN_POSIXLY_CORRECT to avoid this)
* ls (1)
ls (1p)
Man: What manual page do you want?
Man: ^C
fernando@andromeda:~> LANG=C man ls
Man: find all matching manual pages (set MAN_POSIXLY_CORRECT to avoid this)
* ls (1)
ls (1p)
Man: ¿Qué página de manual desea?
Man:
fernando@andromeda:~> locale
LANG=es_ES.utf8
LC_CTYPE="es_ES.utf8"
LC_NUMERIC="es_ES.utf8"
LC_TIME="es_ES.utf8"
LC_COLLATE="es_ES.utf8"
LC_MONETARY="es_ES.utf8"
LC_MESSAGES="es_ES.utf8"
LC_PAPER="es_ES.utf8"
LC_NAME="es_ES.utf8"
LC_ADDRESS="es_ES.utf8"
LC_TELEPHONE="es_ES.utf8"
LC_MEASUREMENT="es_ES.utf8"
LC_IDENTIFICATION="es_ES.utf8"
LC_ALL=es_ES.utf8
fernando@andromeda:~> LC_ALL=
fernando@andromeda:~> export LC_ALL
fernando@andromeda:~> LANG=C man ls
Man: find all matching manual pages (set MAN_POSIXLY_CORRECT to avoid this)
* ls (1)
ls (1p)
Man: What manual page do you want?
Man:
come by default in opensuse 15.2 when the language is spanish. In a new installed computer it is configured the same. And in the installation I set the language to english, but the keyboard to spanish, in fact yast run in english but commands run in a mixture of spanish and english
[FONT=monospace]**vm2:~ #** man ls
Man: find all matching manual pages (set MAN_POSIXLY_CORRECT to avoid this)
* ls (1)
ls (1p)
Man: ¿Qué página de manual desea?
Man:
This computer is new installed and configured with the default language english (but keyboard spanish) during installation, so I don’t know why the locales are set this way.
Root did not have any .basrc, so I added one
**vm2:~ #** LANG=C virsh
Welcome to virsh, the virtualization interactive terminal.
Type: 'help' for help with commands
'quit' to quit
virsh #
beste regards