博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
ubuntu 12.04 安装 openssh-server 失败,请问怎么该弄?
阅读量:5869 次
发布时间:2019-06-19

本文共 933 字,大约阅读时间需要 3 分钟。

$ sudo apt-get install openssh-serverReading package lists... DoneBuilding dependency tree       Reading state information... DoneSome packages could not be installed. This may mean that you haverequested an impossible situation or if you are using the unstabledistribution that some required packages have not yet been createdor been moved out of Incoming.The following information may help to resolve the situation:The following packages have unmet dependencies: openssh-server : Depends: openssh-client (= 1:5.9p1-5ubuntu1)                  Recommends: xauth but it is not going to be installed                  Recommends: ssh-import-id but it is not going to be installedE: Unable to correct problems, you have held broken packages.

有人说要卸载掉 openssh-client , 但是 openssh-client 被很多包依赖, 很多的 xserver 的包都依赖它, 这该怎么办好?

搞定, 先装一个依赖的指定版本的 openssh-client (旧版):

sudo apt-get install openssh-client=1:5.9p1-5ubuntu1

然后再装 openssh-server 就OK了。

 

转载地址:http://dbxnx.baihongyu.com/

你可能感兴趣的文章
Oracle RAC TAF 无缝failover
查看>>
代数的一些习题2|自由群与自由交换群
查看>>
golang的加法比C快?
查看>>
xampp 配置虚拟主机
查看>>
ORA-22858问题
查看>>
jstack的使用方法
查看>>
[quick-cocos2dx]找不到具体位置的错误,逐一替换原文件尝试,缩小问题范围
查看>>
ios仿淘宝管理收货地址demo
查看>>
ssh互信自动化脚本(待更新)
查看>>
Oracle数据库实现主键自增(利用sequence)和分页查询(利用rownum)
查看>>
【第35题】2019年OCP认证12C题库062考试最新考试原题-35
查看>>
nyoj 石子合并(一) 区间dp *
查看>>
CSS 功能简介
查看>>
4.07 阻止对某几列插入
查看>>
实验二
查看>>
关于最长不重复子串的问题
查看>>
maven项目打包额外lib目录
查看>>
express4.x中文文档
查看>>
字节输入流类
查看>>
urlretrieve()函数下载图片
查看>>