美文网首页
树莓派 Raspberry Pi更换国内源以及其他杂事

树莓派 Raspberry Pi更换国内源以及其他杂事

作者: 酱汁叉烧 | 来源:发表于2016-08-09 10:44 被阅读1555次

    官方源列表

        http://www.raspbian.org/RaspbianMirrors
    

    更换阿里源

    sudo vi /etc/apt/sources.list
    

    更改以下源地址:

    deb http://mirrors.aliyun.com/raspbian/raspbian/ wheezy main non-free contrib
    deb-src http://mirrors.aliyun.com/raspbian/raspbian/ wheezy main non-free contrib
    

    更新系统软件:

    sudo apt-get update
    sudo apt-get upgrade
    

    安装中文支持

    安装中文字库

    sudo apt-get install ttf-wqy-microhei
    

    设置系统语言为中文

    sudo dpkg-reconfigure locales
    

    修改键盘布局

    sudo vim /etc/default/keyboard
    sudo udevadm trigger --subsystem-match=input --action=change
    

    相关文章

      网友评论

          本文标题:树莓派 Raspberry Pi更换国内源以及其他杂事

          本文链接:https://www.haomeiwen.com/subject/lnxdsttx.html