樹莓派安裝筆記

硬件樹莓派B+

軟件 2017-01-11-raspbian-jessie.img 樹莓派官方的系統

測試了fedroa  arm  25 、centos 7 arm 和ubuntu arm 最後還是會到了官方的系統,因爲其他幾個系統的要麼桌面有問題,要麼運行起來超級慢尤其是fedroa,慢指的圖形化模式下

設置安裝源,可以直接使用阿里雲的
http://mirrors.aliyun.com/help/raspbian

一、安裝vim ,自帶會出現按上下左右變成AWSD的現象,這個和ubuntu的vim是同一個問題(總於明白老外爲啥喜歡nano了)

卸載系統自帶的vim
sudo apt-get remove vim-common
重新安裝vim 

sudo apt-get install vim
終於可以順暢的使用vi了 

 
二、安裝中文語言包

1、aptitude install locales  

2、dpkg-reconfigure locales  

3、進入選擇:  

zh_CN GB2312  

zh_CN.GBK

zh_CN.UTF-8  

en_US.UF8   
4、apt-get install xfonts-intl-chinese xfonts-wqy


三、安裝中文輸入法

1、apt-get install scim   

2、apt-get install scim-chinese   

3、apt-get install scim-pinyin

四、開啓ssh終端
apt-get install -y openssh-server
update-rc.d enable 3 5                                   #開機自啓動

五、搜索軟件包
apt-cache search all|grep  需要的軟件包名

六、安裝libreoffice中文語音包
apt-get install -y libreoffice-l10n-zh-cn libreoffice-help-zh-cn
 

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章