天天看點

Ubuntu下(c/c++)軟體環境的安裝

#!/bin/sh

sudo apt-get update

sudo apt-get install tree

sudo apt-get install vim -y

sudo echo "sudo cp vimrc /etc/vim/vimrc"

sudo cp vimrc /etc/vim/vimrc

sudo apt-get install stardict -y

sudo echo "sudo cp dic /usr/share/stardict -r"

sudo cp dic /usr/share/stardict -r

sudo apt-get install g++ -y

sudo apt-get install vsftpd -y

sudo apt-get install git -y

sudo apt-get install unity-tweak-tool

sudo apt-get install libc6:i386

cd /etc/apt/sources.list.d

sudo touch ia32-libs-raring.list

sudo apt-get install lib32z1 

sudo apt-get install lib32ncurses5 

sudo apt-get install lib32bz2-1.0

sudo rm /ia32-libs-raring.list

sudo apt-get install gcc-multilib

以下是安裝中文輸入法:

sudo apt-get install fcitx-table-wbpy



繼續閱讀