问题描述:
uos-专业版-1070,需要安装第三方云桌面软件,如open-ssh等,将软件上传至桌面,使用以下命令安装open-ssh,提示需要root用户才安装,当sudo su切换root用户时,提示“需要进入开发者模式”,另外进入开发者模式后,安装离线deb包,提示“failed the verification please go to Security Center - Security Tools - Application Security to adjust”,下面我们将介绍如何进去开发者模式并切换root用户安装open-ssh及如何安装未签名的deb包
解决方法:
1.进入系统依次点击设置→通用→开发者选项→进入开发者模式,此时会提示登录UOS ID(进入开发者模式要求登录UOS ID),登录以后开启开发者模式,重启系统,如下图
2、切换至root用户,安装open-ssh
sudo su
dpkg -i open-ssh
安装其它离线deb包提示“failed the verification please go to Security Center - Security Tools - Application Security to adjust”,需要设置,具体操作步骤如下
打开设置→通用→开发者选项→安全中心
或者在开始菜单,上方搜索框输入安全即可看到安全中心 依次点击安全工具→应用安全
选择允许任意应用
返回命令行,即可安装deb包
标签:uos,open,failed,开发者,Security,安装,deb,ssh From: https://blog.csdn.net/qq_27815483/article/details/140602335