摘要: 使用 dpkg -i *.deb 命令安装的时候提示依赖包没有安装 解决方法: 1、解决依赖问题 执行:apt-get -f -y install 2、安装deb包 执行:dpkg -i *.deb 阅读全文
posted @ 2017-11-25 12:02 stelite 阅读(4778) 评论(0) 推荐(0)
摘要: 使用 yum install hmaccalc.x86_64 安装软件包时,提示:Error Downloading Packages 解决方法: 1、清理本地yum缓存 执行:yum clean all 2、查看软件包列表 执行:yum list 注意:如果查询不到软件包列表,查看yum源是否配置 阅读全文
posted @ 2017-11-25 10:36 stelite 阅读(40268) 评论(0) 推荐(0)