Chciał bym dodać inny język jednak terminal wywala mi błąd.
Zaznaczam że orłem w Linux-ie nie jestem więc zapewne problem jest banalny.
A oto co wpisuje w konsoli:
Kod: Zaznacz cały
test@user-Lenovo-G500:~$ locate
locate: no pattern to search for specified
test@user-Lenovo-G500:~$ LANG=gr_GR.UTF-8
test@user-Lenovo-G500:~$ LANGUE=
test@user-Lenovo-G500:~$ LC_CTYPE="GR_GR.UTF-8"
bash: warning: setlocale: LC_CTYPE: cannot change locale (GR_GR.UTF-8): No such file or directory
test@user-Lenovo-G500:~$ LC_NUMERIC=gr_GR.UTF-8
bash: warning: setlocale: LC_NUMERIC: cannot change locale (gr_GR.UTF-8): No such file or directory
test@user-Lenovo-G500:~$ LC_ALL=
test@user-Lenovo-G500:~$ suo apt-get install wgreek language-pack-gr
Sorry, command-not-found has crashed! Please file a bug report at:
https://bugs.launchpad.net/command-not-found/+filebug
Please include the following information with the report:
command-not-found version: 0.3
Python version: 3.3.2 final 0
Distributor ID: Ubuntu
Description: Ubuntu 13.10
Release: 13.10
Codename: saucy
Exception information:
unsupported locale setting
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/CommandNotFound/util.py", line 24, in crash_guard
callback()
File "/usr/lib/command-not-found", line 69, in main
enable_i18n()
File "/usr/lib/command-not-found", line 40, in enable_i18n
locale.setlocale(locale.LC_ALL, '')
File "/usr/lib/python3.3/locale.py", line 541, in setlocale
return _setlocale(category, locale)
locale.Error: unsupported locale setting
PS: Próbowałem też jako root jednak nic to nie zmieniło.
Za pomoc z góry dziękuje i pozdrawiam.