Sponsored Content
Top Forums UNIX for Advanced & Expert Users How to Find the OS version Installed Post 43294 by jsilva on Friday 14th of November 2003 12:49:06 PM
Old 11-14-2003
Hi,

What do you mean by "version" ? The HP/UX version you get with "uname -r", but I see that's not what you want...
You can get the date when the kernel was built with echo "linkstamp?s" | adb /stand/vmunix, and with "swlist" you can get the latest bundle of patches installed... You can get more release information with "what /stand/vmunix"...

Last edited by jsilva; 11-14-2003 at 01:54 PM..
 

8 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Which version of perl is installed on my system?

Hi, With the command perl -v i can see the perl version, but it's like a text file.. is there a command which could give me just the perl version number? i.e.: "5.8.1" thanks!! (6 Replies)
Discussion started by: kfad
6 Replies

2. Solaris

Setting link to newly installed Java version

Hi, I have Solaris 8 wih Java 1.2.2 as default. I just upgraded it to Java 2 version 1.4. But when I do "java -version: I get following: "Java version "1.2.2" Solaris VM (build Solaris_JDK_1.2.2_05a, native threads, sunjwit) How would I make solaris to look at my new java? If I have to... (4 Replies)
Discussion started by: harjitsingh
4 Replies

3. Shell Programming and Scripting

newer version of the parser installed,yet get the older one itlself,hows it possible?

Hi all, I downloaded a XML parser lib from blastwave.org... Its the "libxml2",but i am having trouble initializing it(or so it feels)...I kind of need it badly as the OSE version of the virtualbox 1.6.2 will not install unless i have one The version was 2.6.3... The min requirement from... (0 Replies)
Discussion started by: wrapster
0 Replies

4. Red Hat

How to verify the current NIC driver version installed in RHEL5.3??

Guys, Can you help me how to verify the current installed NIC driver version in RHEL5.3? Thanks.:D (1 Reply)
Discussion started by: shtobias
1 Replies

5. Shell Programming and Scripting

installed java version ?

Hi, I want to know what version of the java is installed? Please let me know the command or process to identify the installed java version in sun solaris box. Thanks in advance for all your support. (3 Replies)
Discussion started by: sridhardwh
3 Replies

6. Shell Programming and Scripting

Portable Shell Script - Determine Which Version of Binary is Installed?

I currently have a shell script that utilizes the "Date" binary - this application is slightly different on OS X (BSD General Commmand) and Linux systems (gnu date). In particular, the version on OS X requires the following to get a date 14 days in the future "date -v+14d -u +%Y-%m-%d" where gnu... (1 Reply)
Discussion started by: colinjohnson
1 Replies

7. Solaris

Check that supersede of package version is installed

I need a programmatic way to check, that supersede of required package is installed. At Linux I do it using rpmvercm utility to compare installed package version to my minimal requirement. So - I need analog of Linux "rpmvercm" utility for Solaris (10/11) Let us say - I know that minimal version... (10 Replies)
Discussion started by: zuismanm
10 Replies

8. UNIX for Beginners Questions & Answers

Bash find version of an installed application but if none is found set variable to App Not Installed

Hello Forum, I'm issuing a one line bash command to look for the version of an installed application and saving the result to a variable like so: APP=application --version But if the application is not installed I want to return to my variable that the Application is not installed. So I'm... (2 Replies)
Discussion started by: greavette
2 Replies
GraphicsMagick-Config(1)				      General Commands Manual					  GraphicsMagick-Config(1)

NAME
GraphicsMagickWand-config - get information about the installed version of GraphicsMagick SYNOPSIS
GraphicsMagickWand-config [--cflags] [--cppflags] [--exec-prefix] [--ldflags] [--libs] [--prefix] [--version] DESCRIPTION
GraphicsMagickWand-config prints the compiler and linker flags required to compile and link programs that use the GraphicsMagick Wand Application Programmer Interface. EXAMPLES
To print the version of the installed distribution of GraphicsMagick, use: GraphicsMagickWand-config --version To compile a program that calls the GraphicsMagick Wand Application Programmer Interface, use: cc `GraphicsMagickWand-config --cflags --cppflags --ldflags --libs` program.c OPTIONS
--cflags Print the compiler flags that were used to compile libGraphicsMagick. --cppflags Print the preprocessor flags that are needed to find the GraphicsMagick C include files and defines to ensure that the GraphicsMag- ick data structures match between your program and the installed libraries. --exec-prefix Print the directory under which target specific binaries and executables are installed. --ldflags Print the linker flags that are needed to link with the GraphicsMagickWand library. --libs Print the linker flags that are needed to link a program with libMagick. --version Print the version of the GraphicsMagick distribution to standard output. COPYRIGHT
Copyright (C) 2003 GraphicsMagick Group Copyright (C) 2002 ImageMagick Studio AUTHORS
Bob Friesenhahn GraphicsMagick 15 June 2003 GraphicsMagick-Config(1)
All times are GMT -4. The time now is 04:58 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy