0
点赞
收藏
分享

微信扫一扫

Ubuntu 常见报错处理


1.使用yum命令报错there are no enabled repos

原因ubuntu14.0 不支持yum下载按装机制
正确的命令是:
sudo apt-get install openssl
sudo apt-get install libssl-dev

2.Package has no installation candidate解决方法

apt-get update

apt-get upgrade
apt-get install

举报

相关推荐

0 条评论