Linux-Noob Forums
VNC in Fedora 11 - Printable Version

+- Linux-Noob Forums (https://www.linux-noob.com/forums)
+-- Forum: Distro Noob (https://www.linux-noob.com/forums/forum-10.html)
+--- Forum: Fedora (https://www.linux-noob.com/forums/forum-94.html)
+---- Forum: Fedora 11 (https://www.linux-noob.com/forums/forum-49.html)
+---- Thread: VNC in Fedora 11 (/thread-635.html)



VNC in Fedora 11 - anyweb - 2009-06-25


if you use vncviewer and vncserver a lot you may be wondering where they are in Fedora 11, well they are now known as tigervnc, tightvnc which was a fork of realvnc is now renamed to tigervnc.

 

 

So if you want vncserver as root do this:

 



Code:
yum install tigervnc-server




 

and for vncviewer

 



Code:
yum install vnc




 

ok now you know how to vnc in Fedora 11, how about doing vnc over ssh to make it more secure !

 

cheers

anyweb