各种笔记
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
249 B

# 下载dep包
# 执行安装
dpkg -i esl-erlang_21.0-1_ubuntu_artful_amd64.deb
# 按照需求安装依赖包
apt-get install libwxbase3.0-0v5
一键安装所有的依赖包(这个命令可以把依赖都解决掉)
apt-get -f install