Tag Archives: PSTAMP

vnc version question

By bitlord

Hello,
Help me understand this. I’m on a Solaris 10 server with VNC installed on it. VNC comes installed by default on Solaris 10. I ‘m tiring to see if the system has the latest version of VNC installed.
The package for VNC on Solaris is SUNWxvnc

Code:

pkginfo -l SUNWxvnc
PKGINST: SUNWxvnc
NAME: X11/VNC server
CATEGORY: system
ARCH: sparc
VERSION: 6.6.2.0500,REV=0.2008.02.15
BASEDIR: /usr
VENDOR: Sun Microsystems, Inc.
DESC: X Window System server based on X.Org Foundation open source release and RealVNC open source release that displays over RFB protocol to a VNC client
PSTAMP: x10s20080515125558
INSTDATE: Nov 02 2012 08:50
HOTLINE: Please contact your local service provider
STATUS: completely installed
FILES: 22 installed pathnames
7 shared pathnames
11 directories
4 executables
1 setuid/setgid executables
8838 blocks used (approx)


On the real VNC site it shows that vnc there latest version of VNC for Solaris is 5.0.5. So basicly how do figure out what version I have?

From: http://www.unix.com/solaris/221423-vnc-version-question.html

Need help for Curl package

By manalisharmabe

Hi all,

I need the same curl package installed on system1 to be installed on other system2. Both machines are Solaris 10

System1:

Code:

-bash-3.00$ pkginfo | grep curl
system SFWcurl curl - tool for transfering data specified with URL syntax


Code:

-bash-3.00$ pkginfo -l SFWcurl
PKGINST: SFWcurl
NAME: curl - tool for transfering data specified with URL syntax
CATEGORY: system
ARCH: sparc
VERSION: 7.19.5,REV=2009.08.23.06.12
BASEDIR: /opt
VENDOR: curl and libcurl
DESC: curl - tool for transfering data specified with URL syntax
PSTAMP: freeware20090825021108
INSTDATE: Mar 15 2010 11:05
HOTLINE: Please contact the owners of this software
STATUS: completely installed
FILES: 75 installed pathnames
8 directories
3 executables
2537 blocks used (approx)
-bash-3.00$


system2:

Code:

-bash-3.2$ pkginfo | grep curl
application SMCcurl curl
-bash-3.2$


Code:

-bash-3.2$ pkginfo -l SMCcurl
PKGINST: SMCcurl
NAME: curl
CATEGORY: application
ARCH: sparc
VERSION: 7.19.7
BASEDIR: /usr/local
VENDOR: The Curl Group
PSTAMP: Steve Christensen
INSTDATE: Apr 10 2013 18:08
EMAIL: steve@smc.vnet.net
STATUS: completely installed
FILES: 335 installed pathnames
9 shared pathnames
14 directories
4 executables

Source: FULL ARTICLE at The UNIX and Linux Forums