You are not logged in.
I can't paste this to terminal.
!§
so how ı can?
Last edited by bugrabklmz (2020-07-06 10:28:14)
Offline
Those characters paste fine for me with that terminal.
What do you have in:
locale
Cat /etc/locale.conf
Last edited by philo (2020-07-05 13:32:13)
Offline
Those characters paste fine for me with that terminal.
What do you have in:
locale Cat /etc/locale.conf
[root@bugra bugra]# locale
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
LANG=en_US.UTF-8
LC_CTYPE="en_US.UTF-8"
LC_NUMERIC="en_US.UTF-8"
LC_TIME="en_US.UTF-8"
LC_COLLATE="en_US.UTF-8"
LC_MONETARY="en_US.UTF-8"
LC_MESSAGES="en_US.UTF-8"
LC_PAPER="en_US.UTF-8"
LC_NAME="en_US.UTF-8"
LC_ADDRESS="en_US.UTF-8"
LC_TELEPHONE="en_US.UTF-8"
LC_MEASUREMENT="en_US.UTF-8"
LC_IDENTIFICATION="en_US.UTF-8"
LC_ALL=
[root@bugra bugra]# cat /etc/locale.conf
LANG=en_US.UTF-8
[root@bugra bugra]#
Offline
In /etc/locale.gen, uncommenting the line:
en_US.UTF-8 UTF-8
then running:
locale-gen
Does that help?
Last edited by philo (2020-07-06 08:02:08)
Offline
works thanks.
Offline