Upgrade/install real vnc from


 
Thread Tools Search this Thread
Top Forums UNIX for Beginners Questions & Answers Upgrade/install real vnc from
# 1  
Old 08-14-2016
Upgrade/install real vnc from

Hi,

I'm currently running real VNC version 5.3.1 and want to install (upgrade) to real VNC version 5.3.2, I have downloaded all the proper files for 5.3.2 and have them in the dir:
HOME/APPS/VNC/13_AUG_2016

With 5.3.1 currently running, and properly licensed, what are the exact steps to go to
5.3.2?
Thanks James.
Login or Register to Ask a Question

Previous Thread | Next Thread

4 More Discussions You Might Find Interesting

1. Solaris

Upgrade nonbootable install to U09

I have a system that will not boot. It started this after applying Sun patches in preparation for an Oracle DB upgrade. How do I do an in place upgrade to U09 without losing data? (4 Replies)
Discussion started by: LittleLebowski
4 Replies

2. Solaris

solaris 8 - upgrade install

Hi, Im getting a downtime to upgrade a Solaris 8 system to Solaris 10 U8. Thus live upgrade is not necessary. Can I do the following? 1.break the svm mirror 2.change boot disk to raw device replacing the metadevice entries 3.from ok> prompt, boot cdrom <solaris 10 DVD> 4. Follow the screens of... (2 Replies)
Discussion started by: incredible
2 Replies

3. Shell Programming and Scripting

How to Upgrade Jdk After install in linux

hii... i want to upgrade my java version 1.4.2 to 1.6 in linux plateform after installing JDK. so what are the steps & commands in linux to upgrade it . Please Help me ... (1 Reply)
Discussion started by: rinkugarg
1 Replies

4. Solaris

Essential packeages to install VNC from SOLARIS COMPANION CD

Hi all....!!! Can someone tell the essential packages need to install VNC from soalris 10 companion cd...? I think there are three packages are essential. (SFWvnc, SFWgcmn, .....) Please help me.. thank you.. Rgd... Leshan (0 Replies)
Discussion started by: leshan
0 Replies
Login or Register to Ask a Question
vncpasswd(1)						     Virtual Network Computing						      vncpasswd(1)

NAME
vncpasswd - change the VNC password SYNOPSIS
vncpasswd [passwd-file] vncpasswd -f DESCRIPTION
vncpasswd allows you to set the password used to access VNC desktops. Its default behavior is to prompt for a VNC password and then store an obfuscated version of this password to passwd-file (or to $HOME/.vnc/passwd if no password file is specified.) The vncserver script runs vncpasswd the first time you start a VNC desktop, and it invokes Xvnc with the appropriate -rfbauth option. vncviewer can also be given a password file to use via the -passwd option. The password must be at least six characters long (unless the -f command-line option is used-- see below), and only the first eight charac- ters are significant. Note that the stored password is not encrypted securely - anyone who has access to this file can trivially find out the plain-text password, so vncpasswd always sets appropriate permissions (read and write only by the owner.) However, when accessing a VNC desktop, a challenge-response mechanism is used over the wire making it hard for anyone to crack the password simply by snooping on the network. OPTIONS
-f Filter mode. Read a plain-text password from stdin and write an encrypted version to stdout. Note that in filter mode, short or even empty passwords will be silently accepted. FILES
$HOME/.vnc/passwd Default location of the VNC password file. SEE ALSO
vncviewer(1), vncserver(1), Xvnc(1) vncconfig(1), http://www.tigervnc.org AUTHORS
Tristan Richardson, RealVNC Ltd. Antoine Martin D. R. Commander VNC was originally developed by the RealVNC team while at Olivetti Research Ltd / AT&T Laboratories Cambridge. TightVNC additions were implemented by Constantin Kaplinsky. Many other people participated in development, testing and support. TigerVNC 09 Jul 2010 vncpasswd(1)