软件环境
Ubuntu Xenial 16.04 LTS
卸载旧版本
因为之前安装过旧版本的 Codelite,所以我先卸载旧版本:
sudo apt-get remove codelite
sudo apt-get autoremove
安装最新版本的 Codelite
sudo apt-key adv –fetch-keys http://repos.codelite.org/CodeLite.asc
sudo apt-add-repository “deb http://repos.codelite.org/ubuntu/ $(lsb_release -sc) universe”
sudo apt-get update
sudo apt-get install codelite wxcrafter
Notes: 在我执行 sudo apt-key adv --fetch-keys http://repos.codelite.org/CodeLite.asc 这一句的时候,报错,说是:bad public key。我也不明白为啥这个是坏的,用 wget 下载下来一看,看上去很正常呀。没理会这个报错信息,继续执行后面的命令,安装是成功的,只是在此过程中 apt-get 有一个提示,说这个软件是 non-authentication 的。