树莓派4B装软件

1.换源

2. update  upgrade

3. python换源
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple pip -U

pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple
pip3 install -i https://pypi.tuna.tsinghua.edu.cn/simple pip -U

pip3 config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple

4. 安装中文字体
sudo apt-get install ttf-wqy-microhei ttf-wqy-zenhei xfonts-wqy

5.安装开发工具
sudo apt-get install lrzsz
sudo apt-get install git wget flex bison gperf python python-pip python-setuptools python-serial python-click python-cryptography python-future python-pyparsing python-pyelftools cmake ninja-build ccache libffi-dev libssl-dev libgtk2.0-dev

5.安装dockerce
apt-get install  apt-transport-https   ca-certificates curl  gnupg2   lsb-release software-properties-common
curl -fsSL https://download.docker.com/linux/raspbian/gpg | sudo apt-key add -
echo "deb [arch=armhf] https://download.docker.com/linux/raspbian buster stable" | \sudo tee /etc/apt/sources.list.d/docker.list
sudo apt-get install docker-ce

5.安装一个神奇的软件(no)

6. 安装ohmyzsh??(NO)

6.安装vimplus(32位系统不支持ycm)

7.安装qt5
sudo apt-get update
sudo apt-get install qt5-default
sudo apt-get install qtcreator

8.安装一对frp

9.解决文件管理器闪退的问题:
sudo apt full-upgrade

你可能感兴趣的:(linux,树莓派,shell)