LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 03-26-2009, 12:50 PM   #1
christylea
LQ Newbie
 
Registered: Jun 2005
Distribution: lots
Posts: 6

Rep: Reputation: 0
vncviewer nowhere to be found after vnc yum install


I've tried researching a bit before asking this ridiculous question - but I'm frustrated at this point so I'll go ahead and embarrass myself.

I just downloaded the vnc rpm from realvnc.com, did the yum install of it, and cannot find my viewer.

Here's what I did:

****************************************

$ sudo yum install ~/Downloads/vnc-4_1_3-x86_linux.rpm
Loaded plugins: changelog
Setting up Install Process
Parsing package install arguments
Examining /home/cnorman/Downloads/vnc-4_1_3-x86_linux.rpm: vnc-4.1.3-1.i386
Marking /home/cnorman/Downloads/vnc-4_1_3-x86_linux.rpm to be installed
Resolving Dependencies
--> Running transaction check
---> Package vnc.i386 0:4.1.3-1 set to be updated
--> Finished Dependency Resolution

Dependencies Resolved

==================================================================================================== ============================================
Package Arch Version Repository Size
==================================================================================================== ============================================
Installing:
vnc i386 4.1.3-1 /home/cnorman/Downloads/vnc-4_1_3-x86_linux.rpm 1.5 M

Transaction Summary
==================================================================================================== ============================================
Install 1 Package(s)
Update 0 Package(s)
Remove 0 Package(s)

Total download size: 1.5 M
Is this ok [y/N]: y
Downloading Packages:
Running rpm_check_debug
Running Transaction Test
Finished Transaction Test
Transaction Test Succeeded
Running Transaction
Installing : vnc [1/2]
Checking for perl... [OK]
Checking for uname... [OK]
Checking for xauth... [OK]
Erasing : vnc-server [2/2]

Installed: vnc.i386 0:4.1.3-1
Complete!
[cnorman@cnormant60 vnc]$ locate vnc
/etc/rc.d/init.d/vncserver
/etc/rc.d/rc0.d/K35vncserver
/etc/rc.d/rc1.d/K35vncserver
/etc/rc.d/rc2.d/K35vncserver
/etc/rc.d/rc3.d/K35vncserver
/etc/rc.d/rc4.d/K35vncserver
/etc/rc.d/rc5.d/K35vncserver
/etc/rc.d/rc6.d/K35vncserver
/etc/sysconfig/vncservers
/home/cnorman/Downloads/vnc-4_1_3-x86_linux.rpm
/usr/bin/Xvnc
/usr/bin/vncconfig
/usr/bin/vncpasswd
/usr/bin/vncserver
/usr/bin/x0vncserver
/usr/lib/xorg/modules/extensions/libvnc.so
/usr/share/vnc
/usr/share/man/man1/Xvnc.1.gz
/usr/share/man/man1/vncconfig.1.gz
/usr/share/man/man1/vncpasswd.1.gz
/usr/share/man/man1/vncserver.1.gz
/usr/share/man/man1/x0vncserver.1.gz
/usr/share/terminfo/a/amiga-vnc
/usr/share/vnc/classes
/usr/share/vnc/classes/index.vnc
/usr/share/vnc/classes/logo150x150.gif
/usr/share/vnc/classes/vncviewer.jar


[cnorman@cnormant60 vnc]$ locate vncviewer
/usr/share/vnc/classes/vncviewer.jar

****************************************

I thought you used to be able to just download the executable for the viewer and save it without having to install anything. Maybe that has changed, or maybe I don't know where to find it any more.

Thanks in advance,

Christy
 
Old 03-26-2009, 07:24 PM   #2
{BBI}Nexus{BBI}
Senior Member
 
Registered: Jan 2005
Location: Nottingham, UK
Distribution: Mageia 6, KDE Neon
Posts: 4,313

Rep: Reputation: 212Reputation: 212Reputation: 212
Should be located in /usr/bin. I see from your listing that it is indeed no where to be found. The tightvnc package also provides a vncviewer and would be a better choice to use. It's optimised for speed over remote connections.
 
Old 03-26-2009, 08:37 PM   #3
christylea
LQ Newbie
 
Registered: Jun 2005
Distribution: lots
Posts: 6

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by {BBI}Nexus{BBI} View Post
Should be located in /usr/bin. I see from your listing that it is indeed no where to be found. The tightvnc package also provides a vncviewer and would be a better choice to use. It's optimised for speed over remote connections.
Well at least it _is_ supposed to be there and I'm not missing something glaringly obvious.

I considered TightVNC but I'm stubborn and want this to work. If no one knows what I'm doing wrong I'll have to give up.
 
Old 03-26-2009, 08:50 PM   #4
tredegar
LQ 5k Club
 
Registered: May 2003
Location: London, UK
Distribution: Fedora38
Posts: 6,147

Rep: Reputation: 435Reputation: 435Reputation: 435Reputation: 435Reputation: 435
Quote:
I just downloaded the vnc rpm from realvnc.com,
You shouldn't need to do this, your distro's package manager should handle it for you. You haven't told us your distro, and they are all a bit different but on my kubuntu (debian-based) distro all I needed was the following packages:
vnc4-common
vnc4server
xvnc4viewer


"Pointy-click, pointy-click, OK, done." and all was sweet.

Quote:
I thought you used to be able to just download the executable for the viewer and save it without having to install anything.
Linux isn't windows
Quote:
If no one knows what I'm doing wrong I'll have to give up.
Why "give up"?. Just install the right package(s). Give it a go.
 
Old 03-27-2009, 01:04 AM   #5
Valery Reznic
ELF Statifier author
 
Registered: Oct 2007
Posts: 676

Rep: Reputation: 137Reputation: 137
Try to run
Code:
rpm -ql vnc
It will tell you two things:
1) Is vnc package really installed
2) It's file list
 
Old 03-27-2009, 03:28 PM   #6
christylea
LQ Newbie
 
Registered: Jun 2005
Distribution: lots
Posts: 6

Original Poster
Rep: Reputation: 0
You know - I don't think I ever tried doing this with yum. Why...is another [long] story in itself. But...that must have worked. I tried it, thinking I'd tried it before for sure, and it did tell me there was nothing to do, but low and behold, when I did the locate this time it was there.

Thanks for pointing out the obviously simple.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
yum install fails - msgmerge: command not found mo.allen Linux - Newbie 3 04-02-2012 01:38 PM
yum install mythtv-suite, Mythtv, nothing found, atrpms THOR_Fedora Linux - Software 5 11-29-2006 03:13 PM
[root@localhost Desktop]# vncviewer 192.168.0.11:2 vncviewer not viewing kde display nickleus Linux - Software 13 10-27-2006 03:58 AM
VNC-Win XP - SuSE Rem. DT works - VNCViewer doesn't petersk Linux - Networking 3 12-28-2005 07:05 PM
Query re: order of yum update and yum install jajtiii Linux - General 0 12-12-2005 12:48 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 08:15 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration