This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
локализация_окружения [2023/03/22 07:50] val [Debian/Ubuntu] |
локализация_окружения [2026/03/31 10:43] (current) val [Debian/Ubuntu] |
||
|---|---|---|---|
| Line 10: | Line 10: | ||
| </code> | </code> | ||
| <code> | <code> | ||
| - | # echo 'ru_RU.UTF-8 UTF-8' > /etc/locale.gen | + | $ sudo sh -c 'echo "ru_RU.UTF-8 UTF-8" >> /etc/locale.gen' |
| + | или | ||
| + | # echo "ru_RU.UTF-8 UTF-8" >> /etc/locale.gen | ||
| # locale-gen | # locale-gen | ||