当前位置:   article > 正文

-bash: vncpasswd: command not found解决方案

vncpasswd: command not found

一、问题描述

在shell运行”vncpassword“命令,总是提示”-bash: vncpasswd: command not found“。
但是安装了vnc-server:
yum -y install vnc-server

之后,查询vnc--server命令是否安装:
rpm -q vnc-server
返回:” package vnc-server is not installed “的提示。
或者运行vncpassword的命令还是提示-bash: vncpasswd: command not found“。

二、解决方案

1.原因

对于centOS6.x版本,应该使用安装tigervnc-server。

2.解决方案

安装tigervnc-server安装包:
rpm -y install tigervnc-server

这个时候可以使用vncpassword命令了。
声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/小小林熬夜学编程/article/detail/661143
推荐阅读
相关标签
  

闽ICP备14008679号