Question:
How do I install vncserver in SUSE 11?
Paully
2008-09-11 00:39:21 UTC
Hey,
I am new to linux.
I want to remote into SUSE and I have given up on FreeNX for now.
I downloaded the vnc-unixsrc.tar.gz and extracted it in my documents but now I am stuck. I just have a bunch of files and don't know how to interact with them. I blindly tried 'YaST install vncserver' and it found nothing. Should I have extracted them in /etc/ ...?

Thanks for the help!!!
Three answers:
mr. c
2008-09-11 16:53:05 UTC
go to

http://www.realvnc.com/products/free/4.1/download.html

enter your details if you wish so or simply click on {Proceed to download]

from VNC Free Edition for Linux (x86) download the RPM

create a /rpm directory

copy vnc-4_1_2-x86_linux.rpm to /rpm

open Yast and click on Software Repositories

click on Add and choose Local Directory

enter a name to your liking

/rpm as path

check Plain RPM Directory

click on Next

click on Finish

open Software management

enter rpm in Search box

select vnc

click on Accept



open a Konsole (command prompt)

/usr/bin/vncserver

enter a password

re-enter password
pinette
2016-12-17 21:54:12 UTC
Vncserver Rpm
xer0blast
2008-09-11 00:50:37 UTC
in the console...



#>tar xvf vnc-unixsrc.tar.gz

#>cd vnc-unix (or whatever the extracted folder name)

#>./configure --options (--help to see all option)

#>make

#>sudo make install


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...