8,367
edits
Changes
→Debian 11 system installation method
<ol style="list-style-type: lower-alpha;">
<li><p>Enter the command below to start configured '''locale'''</p>
{| class="wikitable" style="width:800px;" |-|<p>orangepi@orangepi:~$ '''sudo dpkg-reconfigure locales'''</p>|}</li>
<li><p>Then select '''zh_CN.UTF-8 UTF-8''' in the pop-up interface > (through the upper and lower direction keys on the keyboard to > move up and down, select it through the space key, and finally > move the cursor to '''<OK>''' through the Tab key, and then > press Enter key.)</p>
<p>[[File:media/image348.png|575x296px]]</p></li>
<p>[[File:media/image349.png|575x160px]]</p></li>
<li><p>After exiting the interface,'''locale''' will be set. The output > displayed by the command line is shown below</p>
{| class="wikitable" style="width:800px;"
|-
|
<p>orangepi@orangepi:~$ '''sudo dpkg-reconfigure locales'''</p>
<p>Generating locales (this might take a while)...</p>
:<p>en_US.UTF-8... done</p>:<p>zh_CN.UTF-8... done</p><p>Generation complete.</p>|}</li></ol>
</li>
<li><p>Then open '''Input Method'''</p>
<li><p>Then choose '''OK'''</p>
<p>[[File:media/image354.png|305x216px]]</p></li>
<li><p>'''<span style="color:#FF0000">Then restart the Linux system to make the configuration effective</span>'''</p></li>
<li><p>Then Open '''Fcitx configuration'''</p>
<p>[[File:media/image355.png|575x376px]]</p></li>
<li><p>You can switch between Chinese and English input methods through '''Ctrl+Space''' shortcut</p></li>
<li><p>If the entire system is required as Chinese, the variables in'''/etc/default/locale''' can be set to '''zh_CN.UTF-8'''</p>
{| class="wikitable" style="width:800px;"
|-
|
<p>orangepi@orangepi:~$ '''sudo vim /etc/default/locale'''</p>
<p># File generated by update-locale</p>
<p>LC_MESSAGES='''<span style="color:#FF0000">zh_CN.UTF-8</span>'''</p><p>LANG='''<span style="color:#FF0000">zh_CN.UTF-8</span>'''</p><p>LANGUAGE='''<span style="color:#FF0000">zh_CN.UTF-8</span>'''</p>|}</li>
<li><p>Then '''restart the system''' to see the system display as Chinese</p>
<p>[[File:media/image362.png|576x356px]]</p></li></ol>
<span id="ubuntu-20.04-system-installation-method"></span>
=== ubuntu 20.04 system installation method ===