Ana Sayfa > Kompütür > Linux Sistemlerde Dil Ayarı

Linux Sistemlerde Dil Ayarı

Sistem kurulurken özellikle Türkçe’yi seçmemişseniz, çoğu komut satırında aşağıdakine benzer uyarılarla karşılaşabilirsiniz:

perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
	LANGUAGE = (unset),
	LC_ALL = "tr_TR.UTF-8",
	LANG = "tr_TR.UTF-8"
    are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").

Bunu çözmenin yolu iki komuttan geçiyor:

sed -i /etc/locale.gen -e 's/^#[ \t]*tr_/tr_/'

ve sonra da

locale-gen
Categories: Kompütür
  1. Henüz yorum yapılmamış.
  1. Henüz geridönüş yok.

Yorum yapın

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Değiştir )

Twitter picture

You are commenting using your Twitter account. Log Out / Değiştir )

Facebook photo

You are commenting using your Facebook account. Log Out / Değiştir )

Connecting to %s

Follow

Get every new post delivered to your Inbox.