Linux-Noob Forums

Full Version: vncviewer not installed ?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.

if you try to run vncviewer in a fresh instlal of F7 and its not there, then do this as root

 



Code:
yum install vnc




 

that's it !



Code:
yum list installed | grep -i vnc




 

will list what vnc packages are installed

 

cheers

anyweb