任务管理器:sudo apt-get install mate-system-monitor
安装中文字体:sudo apt-get install ttf-wqy-microhei
中文输入法:sudo apt-get install fcitx-googlepinyin fcitx-module-cloudpinyin
安装java:
sudo apt-get install default-jre
sudo apt-get install default-jdk
安装pycharm:
sudo tar xfz pycharm-*.tar.gz -C /opt/
cd /opt/pycharm-*/bin
sudo ./pycharm.sh
安装Node.js
sudo curl -sL https://deb.nodesource.com/setup_10.x | sudo bash –
sudo apt-get install -y nodejs
wl8jzg