Score:0

how to enable Arabic language in ubuntu downloaded from ms store?

om flag

When I try to type a name of a folder in Arabic in the Ubuntu terminal downloaded with ms store (I am a windows user) it shows up as question marks... How to make it understand Arabic?

Score:1
in flag

You may need to install the Arabic language packs and set your locale accordingly:

  1. Install the Arabic packages:
    sudo apt install language-pack-ar
    
  2. Set the locale:
    sudo locale-gen ar_SA.UTF-8
    sudo update-locale LANG=ar_SA.UTF-8
    
  3. (Optional) Install the Arabic manuals:
    sudo apt install manpages-ar manpages-ar-dev
    

This should give you what you need

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.