Vino is a VNC server which is installed by default on Ubuntu (Debian family). Is there a VNC Server installed by default on Red Hat, is it the same?
1 Answer
Yes vino only, if you don't find, install it using:
# yum install vino If you encounter a problem doing so with yum, then try to configure registering it:
# rhn-register Of course if you have RHEL licensed, otherwise try creating your own repository.
As an alternative, you can also find vino packages on your RHEL media, installing it using this simple rpm command:
# rpm -ivh vino-<version>.rpm If you cannot find there, download it from rpm.pbone site.
- i have got this message : Loaded plugins: product-id, refresh-packagekit, security, subscription-manager Updating certificate-based repositories. Setting up Install Process Nothing to doAbdennour TOUMI– Abdennour TOUMI2014-03-23 10:01:52 +00:00Commented Mar 23, 2014 at 10:01
- see if the package is already installed :
# rpm -qa | grep vino, if it is not then the problem is in your yum configurationTPS– TPS2014-03-23 10:04:50 +00:00Commented Mar 23, 2014 at 10:04 - yep >> # rpm -qa | grep vino vino-2.28.1-3.el6.x86_64Abdennour TOUMI– Abdennour TOUMI2014-03-23 10:07:58 +00:00Commented Mar 23, 2014 at 10:07
- then it is already there in your machine: System-->preferences->Remote Desktop OR command:
vino-preferencesTPS– TPS2014-03-23 10:10:52 +00:00Commented Mar 23, 2014 at 10:10 - i use ssh protocol to connect to server. GUI is not allowedAbdennour TOUMI– Abdennour TOUMI2014-03-23 11:28:57 +00:00Commented Mar 23, 2014 at 11:28
vinoonly, if you don't find, install using# yum install vinoOR usetigervnc-server