运行时sudo apt-get update
我收到几个如下错误:
W: Failed to fetch http://apt.wxwidgets.org/dists/lucid-wx/Release.gpg
Something wicked happened resolving 'apt.wxwidgets.org:http' (-5 - No
address associated with hostname)
apt.wxwidgets.org 似乎已关闭。是暂时关闭还是永久移动/消失?
答案1
下载页面微件现在链接到CodeLite 网站适用于 Debian/Ubuntu 软件包。原始存储库似乎已不存在。
尽管说明中只提到了 13.10、14.04 和 14.10,但新的存储库拥有适用于多个 Ubuntu 版本的软件包。
要添加存储库,首先导入密钥:
sudo apt-key adv --fetch-keys http://repos.codelite.org/CodeLite.asc
然后添加源:
sudo tee /etc/apt/sources.list.d/wxwidgets.list <<EOF
deb http://repos.codelite.org/wx3.0.2/ubuntu/ $(lsb_release -sc) universe
EOF
sudo apt-get update