Can you please tell me where can I find the source for the VNC server for Ubuntu?

link|improve this question

62% accept rate
1  
Which VNC server are you using? – BloodPhilia Jun 24 '10 at 16:40
feedback

1 Answer

up vote 4 down vote accepted

This should do it:

apt-get source vnc-server

This will download the source for the vnc-server package into the current directory.

Update for Hardy:

apt-get source tightvncserver

or

apt-get source vnc4server

Just depends on which server you prefer to use.

link|improve this answer
+1 but it looks like the OP is using Hardy Heron from his posting history so there is no package vnc-server. The package list for Hardy is at packages.ubuntu.com/hardy/x11 – msw Jun 24 '10 at 17:40
Ah, the posting history: to help the tight-lipped, finally a convenient alternative to mind reading. – Tobu Jun 24 '10 at 22:52
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.