We need a command to install the Russian locale through the console for the gui installation refuses to do this.

    3 answers 3

    apt-cache search language-pack , look for the right and apt-get .

    • apt-search: command not found - yoki
    • sudo aptitude search language-pack-ru, and then you can sudo aptitude install <what was found> - timmer
    • I'm already too shy to write :) sudo: aptitude: command not found - yoki
    • why colon after sudo? try sudo apt-get language-pack-ru - timmer

    Try sudo apt-get install language-support-ru

    • Writes: The language-support-ru package is not available, but is listed in the dependency list of another package. This may mean that the package is missing, outdated, or available from sources not mentioned in sources.list - yoki
    • Try again: sudo apt-get updatesudo apt-get upgrade - timmer
    • gurzufnet rights, language-pack :) - timmer

    Code: sudo apt-get update && sudo apt-get upgrade -f and restart the computer.

    It usually helps. But it may not work.

    Then the code is:

     sudo reinstall language-selector language-selector-common && sudo apt-get update && sudo apt-get upgrade -f