Sponsored Content
Operating Systems OS X (Apple) How to install .dmg using shell script Post 302629583 by zorosinister on Wednesday 25th of April 2012 01:44:58 AM
Old 04-25-2012
How to install .dmg using shell script

I want to write a script to install an application using .dmg file.
.dmg file already exists in the folder.


working on MAC OS.
 

10 More Discussions You Might Find Interesting

1. HP-UX

Failed to install shell script compiler (shc)

I have install gcc, downloaded shc-3.8.6 and extracted in /install > cd /install/shc-3.8.6 > export CC=/usr/local/bin/gcc > make cleanall > make test "Makefile" 72 lines, 1526 characters # make test /usr/local/bin/gcc -Wall -O6 -pedantic shc.c -o shc *** Compiling script "match"... (0 Replies)
Discussion started by: alfredo
0 Replies

2. Linux

install macbook pro fedora10 ???((<<if can install, how to install? >> ))

If may install can Tells everybody ??? (0 Replies)
Discussion started by: kzBSD
0 Replies

3. Shell Programming and Scripting

how to Install jdk.bin using shell script with auto yes/no?

#!/bin/sh echo "Installing Java!!!" cd /opt echo "Want to give execute Permissions to java!!!" chmod 755 jdk-6u7-linux-i586.bin echo "Executing the jdk script" ./jdk-6u7-linux-i586.bin This is the shell commands I am using... I want to know how to give answer to yes and no automatically... (6 Replies)
Discussion started by: sandeepbharmori
6 Replies

4. Shell Programming and Scripting

How to use ssh execute other shell script on other host (shell script include nohup)?

i want use ssh on the host01 to execute autoexec.sh on the host02 like following : host01> ssh host02 autoexec.sh autoexec.sh include nohup command like follwing : nohup /home/jack/deletedata.sh & after i execute ssh host02 autoexec.sh one the host01. i can't found deletedata.sh... (1 Reply)
Discussion started by: orablue
1 Replies

5. Ubuntu

Using "apt-get install" in shell script

Hi, I want to install certain packages on my Ubuntu 8.04 32-bit machine. I am doing it via the following shell script. #!/bin/bash while read -r pkg do apt-get install --force-yes "$pkg" && { continue; } done < list_of_packages.txt The problem I am facing is, I am not able... (2 Replies)
Discussion started by: royalibrahim
2 Replies

6. Solaris

Unable to install Sol10 on V245, exiting to shell.

Hi there, OK so I am super-green, but I have a problem I am hoping someone can help me with. I have a V245 that I am unable to install Solaris 10 (10/09) onto as during the initial install process, the UI pops up for region selection, but then as I enter my region, identify the system, up comes... (21 Replies)
Discussion started by: wallrunn3r
21 Replies

7. Filesystems, Disks and Memory

Filesystem Problems with DMG

Hi all! I have a task that has been giving me problems.I have my sister-in-law's external hard drive that has been damaged and the filesystem is not mountable. I am on a Mac running OSX 10.6.8 Using ddrescue, I recovered the contents and transferred to my external drive: sudo ddrescue... (0 Replies)
Discussion started by: Imhotep1963
0 Replies

8. UNIX for Dummies Questions & Answers

How to write Config shell script to pass variables in master shell script?

Dear Unix gurus, We have a config shell script file which has 30 variables which needs to be passed to master unix shell script that invokes oracle database sessions. So those 30 variables need to go through the database sessions (They are inputs) via a shell script. one of the variable name... (1 Reply)
Discussion started by: dba1981
1 Replies

9. Shell Programming and Scripting

Shell script to install and set JAVA_HOME as non root user

HI I am trying to install JAVA and set JAVA_HOME variable in non-root user mode. I am trying to write a script for that. I am doing it by downloading a tar ball.Any inputs will be helpful. (1 Reply)
Discussion started by: sailu_mvn
1 Replies

10. UNIX for Beginners Questions & Answers

Restore .dmg containing multiple partitions to bootable USB flash drive

I have a .dmg file which was created from a disk consisting of two partitions. When I mount the dmg both partitions pop up, so I know the imaging worked properly. One partition is HFS+ and the other is FAT32. So far, I've been unable to find a way to restore the dmg to a flash drive where both... (17 Replies)
Discussion started by: paulcristo
17 Replies
ggv(1)								   User Commands							    ggv(1)

NAME
ggv - GNOME PostScript and PDF previewer SYNOPSIS
ggv [gnome-std-options] filename [filename2...] DESCRIPTION
GNOME Ghostview (ggv) is the GNOME PostScript viewer program. This PostScript viewer application is based on the (non-GNOME) GNU Ghostview application. ggv is a frontend for Ghostscript, an interpreter of PostScript that is able to properly render PostScript documents in a dis- play or a printer. ggv serves as a layer that isolates the user from the cumbersome options and interface of Ghostscript, and, at the same time, provides extra features such as panning and persistent user settings. One of the main features of ggv is its antialiasing functional- ity. The ggv user interface allows you to drag PostScript files into ggv, or to move the PostScript display by dragging the mouse in the pager window or the main window. ggv can display more than one document at a time. ggv provides transparent support for compressed Post- Script and PDF files. OPTIONS
The following options are supported: gnome-std-optionStandard options available for use with most GNOME applications. See gnome-std-options(5) for more information. OPERANDS
The following operands are supported: filename The name of the file to be previewed. One or more filenames may be specified on the command-line. ggv will create a sepa- rate window for each document. The specified file should be either a PostScript or PDF file. EXAMPLES
Example 1: Previewing the PostScript file "sample.ps" example% ggv sample.ps EXIT STATUS
The following exit values are returned: 0 Application exited successfully >0 Application exited with failure FILES
The following files are used by this application: /usr/bin/ggv Executable for GNOME PostScript and PDF previewer ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWgnome-ps-viewer | +-----------------------------+-----------------------------+ |Interface stability |External | +-----------------------------+-----------------------------+ SEE ALSO
GNOME Ghostview Manual Latest version of the GNOME Desktop User Guide for your platform. gs(1), gnome-std-options(5) NOTES
If you are unable to load a PostScript file, check the beginning of the file (uncompressed if necessary). The file might not be a Post- Script file, or it may have been created on a system that uses a different character for line ending than that used by UNIX (for example, an Apple Macintosh). The simplest solution for the latter is to write a small PERL script that converts the file into the correct format. Written by Brian Cameron (Sun Microsystems Inc., 2003), Jaka Mocnik (jaka.mocnik@kiss.uni-lj.si), Daniel M. German (dmg@csg.uwaterloo.ca), Jan Schaumann (jschauma@netmeister.org). SunOS 5.10 2 Oct 2003 ggv(1)
All times are GMT -4. The time now is 02:27 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy