遇到repo not command时
echo 'export PATH=$PATH:$HOME/bin' >> ~/.bashrc
export PATH=$PATH:$HOME/bin
安装Wine
添加PPA:
sudo add-apt-repository ppa:ubuntu-wine/ppa
更新源:
sudo apt-get update
安装:
sudo apt-get install wine1.3
安装 gcc
sudo apt-get install build-essential