Software Installations

Similar documents
Installation of OpenFOAM into MAC

How To Uninstall Programs On Mac Os X Snow Leopard Without Disc


Manual Java For Mac Developer Package

Ubuntu Install Instructions Macbook Pro >>>CLICK HERE<<<

ATSC595 Air Pollution Modelling HYSPLIT Model Quick Guide- OSX, Linux Feb M. Fung

Manual Java Install Mac Os X Mountain Lion From Usb

Manual Java Update Mac Developer Package

How To Completely Uninstall Adobe Photoshop Cs6 Mac Os X

Citizenship Coin. Installation Instructions

Java Installation Instructions Mac Os X 10.9 From Usb-stick >>>CLICK HERE<<<

Manual Update Java Mac Os X Developer Package

Mac Os X Single User Mode Mount Usb Drive

Mac App Store Manual Location Lion Installer

iphone Development Setup Instructions Nikhil Yadav Pervasive Health Fall 2011

Using iclicker 7.9 and above on macos Sierra

COPYRIGHTED MATERIAL. Installing Xcode. The Xcode Installer

Java Install Instructions Mac Os X Update Won't

The build2 Toolchain Installation and Upgrade

Mac App Store Manual Progress Lion Again

How To Erase And Reinstall Mac Os X Mountain Lion Without Losing Data

Tiger Box Firmware Version 2.5 Release Notes

Mac Os X The Missing Manual For Pc Emulator

Manually Uninstall Java 6 Mac Os X Lion Theme

Learning ASM Using a Single Disk Drive On the Apple OS X and Linux Platforms

Installing Firefox on Mac

Configure Error No Acceptable C Compiler Found In Xcode Installed

The instructions in this document are applicable to personal computers running the following Operating Systems:

Manual Format Flash Drive Mac Os X Lion Bootable Usb

About Xcode and iphone SDK

Software Preparation for Modelling Workshop

Installation Manual and Quickstart Guide

How to Dual-Boot OS X and Ubuntu

Manual Format Flash Drive Mac Os X Lion Startup

Apple Mac Os X Manual Snow Leopard 10.6 S >>>CLICK HERE<<<

Mac Os Manual For Pc Iso Image Directory >>>CLICK HERE<<<

How To Restore Macbook Pro To Factory Settings Snow Leopard No Disk

Format Hard Drive After Install Ubuntu From Usb External

manifold Documentation

Version of 22 OCBC Bank. All Rights Reserved

The distcc Utility for Remote Compiling

README FIRST AUTODESK STITCHER UNLIMITED 2009 SERVICE PACK 1 FOR MICROSOFT WINDOWS AND APPLE OSX CONTENTS. Product installation

Manual Boot Camp Install Windows 8 From Iso

Manual Uninstall Chrome Mac Os X Lion Google

Beyond the Admin App: FileWave Extensibility with the RESTful API

Manual Java Update Windows 7 32 Bit 2013

Git Command Line Tool Is Not Installed

Microsoft Office 2011 for Mac! Silent Installer!

OxMetrics 7.2 Installation Notes

pcsetup Installation Guide Version 6, August 29, 2000

SOFTWARE UNIT 1 PART B C O M P U T E R T E C H N O L O G Y ( S 1 O B J A N D O B J 3-2)

Uninstall Java Manual Mac Os X Mountain Lion Oracle

Manual Java Install Mac Os X Mountain Lion From Usb On Pc

Unit 13. Linux Operating System Debugging Programs

Using Doxygen to Create Xcode Documentation Sets

Coding in C at Home. Part 2 Computational Physics. April 21, 2016

Installation Guide Command WorkStation 5.6 with Fiery Extended Applications 4.2

[E-BOOK] TO VPN ON MAC SERVER 10 6 PART LIST EBOOK

Analytical Processing of Data of statistical genetics research in UNIX like Systems

Windows 8 Step by Step Upgrade Guide 1/53

1 Download the latest version of ImageJ for your platform from the website:

Information Security Guideline OPERATING SYSTEM PATCHING

Download vm virtualbox in virtualbox.org/. How to Install OSX on Virtualbox.

R Mac Setup. Chong Xing 1,2 & Paul Johnson 1,3

DOWNLOAD OR READ : UNIX FOR MAC OS X 10 4 TIGER VISUAL QUICKPRO GUIDE PDF EBOOK EPUB MOBI

Parallels Virtuozzo Containers 4.6 for Windows

CNIT 121: Computer Forensics. 13 Investigating Mac OS X Systems

Installation manual of Mac Sratailor. Last update: 23-Sep-2016 Shinya Oki Kyushu University Contact: soki [at] dev.med.kyushu-u.ac.

Geneious Floating License Manager Version Biomatters Ltd

Manual Update Java Mac Os X Lion

Manually Mounting Network Drive Mac Command Line Linux

Using Eclipse for C Programming

Windows Xp Sp3 Unable To Use Windows Update Not Working

Tiger Store Release Notes

Disable Java Mac Os X Snow Leopard Iso. Bootable >>>CLICK HERE<<<

Uninstall Java Manually Mac Os X 10.6 Update 6 Developer Package

Setting up my Dev Environment ECS 030

Porting OpenFOAM to Mac OS X

Ensuring your computer has Java

Windows Xp Setup Error Code 32768

Ubuntu Manual Disk Partitioning Guide

Bitnami Node.js for Huawei Enterprise Cloud

Manual Mac Os X Update 15

11/8/17 GETTING STARTED

Mac OS X Lion (Developer Preview) Install Guide. Last Updated:

Java Installing Instructions Mac Os X 10.9 On Vmware >>>CLICK HERE<<<

Note: these instructions were written using OS X Lion and Eclipse as the test configuration.

Linux/Testing on SEASnet server

Installation and Upgrade Guide Zend Studio 7.0

Parallels Containers for Windows 6.0

IHAnywhere Installation and Usage Guide for Mac INFORMATION MANAGEMENT & INFORMATION TECHNOLOGY

USB Type-C Gigabit Ethernet. Adapter

Manual Eclipse CDT Mac OS Snow Leopard

Tiger Store 2.6 Release Notes

Manual Trim Mac Os X Mountain Lion Support

Code::Blocks Student Manual

Future Technology Devices International Ltd. OSX. Document Reference No.: FT_ Version 1.0 Issue Date:

Error Code 36 Lion Fix Mac Os X

Preview. COSC350 System Software, Fall

Altiris Client Management Suite 7.1 from Symantec User Guide for Mac Management

Transcription:

Software Installations Command-line Method Tuesday, August 09, 2011

Command-line Installation of Applications It is possible to install a.app,.dmg or.pkg file from the command line in a terminal window. To download an installation or image file from the web within the terminal you can use the curl command Ex: curl -O http://git-osx- installer.googlecode.com/files/git-1.7.3.4-x86_64- leopard.dmg This will drop the.dmg file into your current working directory. To copy an installation or image file from one machine to another use the scp command Ex: scp r Thunderbird.app user@machine:/path/to/file

Command-line mounting of.dmg 1. Mount the.dmg file with the hdiutil command 1. Ex: hdiutil attach Mac_OS_X_10.4_10.6_Kerberos_Extras.dmg Mounted.dmg files get added under the /Volumes directory. 2. Once mounted, the contents of the.dmg image can installed. 3. Detach the mounted volume when installation is complete. Ex: hdiutil detach /Volumes/MIT\ Kerberos\ Extras/

Command-line Installation of.(m)pkg Use the installer command to install.(m)pkg files Ex: sudo installer -pkg ~/Desktop/memtest\ 4.22.pkg/ -target / -pkg tells the installer command the location of the.(m)pkg file -target tells the installer the target *volume* to be installed to. The command line installation will not reboot the system post install. If reboot is needed this will need to be done manually.

Command-line Installation of.app Copy the.app directory to the /Applications directory Ex: sudo cp -a./thunderbird.app /Applications/ -a tells the copy command to preserve all file attributes and structures Be careful not to place a / at the end of the source directory. A trailing / will tell the cp command to copy everything inside the directory but not the directory itself.

Software Installations Macports Method http://guide.macports.org/

MacPorts MacPorts is an easy to use system for compiling, installing, and managing open source software, similar to Free BSD ports. A MacPorts port is a set of specifications contained in a Portfile that defines an application, its characteristics, and any files or special instructions required to install it. MacPorts is typically used to install different open source packages such as developer tools and libraries. Fink is a system similar to MacPorts which behaves more like a Linux package management tool but is very similar to MacPorts. http://www.finkproject.org/

MacPorts Advantages: Use a single command to tell MacPorts to automatically download, compile and install applications and libraries. Installs automatically any required support software, known as dependencies, for a given port. Provides for uninstalls and upgrades for installed ports. Confines ported software to a private sandbox that keeps it from intermingling with your operating system and its vendor-supplied software. Allows you to create pre-compiled binary installers of ported applications to quickly install software on remote computers without compiling from source code.

Installing MacPorts By default, MacPorts will not be installed unless running on versions previous to Snow Leopard (10.6). 1. Install X11 (if not already installed). 1. Insert the Mac OS X Install Disk and run the package named Optional Installs. 2. At the software selection window, expand the Applications category and click the check box beside X11 (and nothing else). 3. Click Install to install X11. 4. Select all the default options. 5. Note: If you do not have the OS disk handy you can download the package from http://xquartz.macosforge.org/trac/wiki/x112.5.0

2. Install Xcode Tools: Installing MacPorts 1. Download the Xcode tools: 1. From the App store. 2. From http://developer.apple.com/xcode/. You must register as a developer with Apple before downloading. 3. Use your system CD 2. Install the package with the standard default options. 3. Run system update to patch product.

3. Install MacPorts: Installing MacPorts 1. Download the latest.dmg file from http://distfiles.macports.org/macports/ and launch the installer. Select the easy install. Note: If you want to install from source see: http://guide.macports.org/#installing.macports.source This process is a bit more complicated and beyond the scope of this presentation. 2. The MacPorts installer will need to set some variables for your terminal window. If you have a pre-existing.profile or.bashrc file be sure to copy the contents into the newly created file.

Using MacPorts To list the currently available version of the specified port: port list <port_name> To search for a port: port search <like port_name> To get information about a port: port info <port_name> To install a port: sudo port install <port_name>

Using MacPorts To remove intermediate files that MacPorts creates while building a port: sudo port clean --all <port_name> To uninstall a specified port: sudo port uninstall <port_name> To display the files installed by a given port: port contents <port_name> To display the installed versions, variants and activation status of the specified ports: port v installed <port_name>

Using MacPorts To update MacPorts itself: sudo port selfupdate View outdated ports: port outdated To upgrade a specified port: sudo port upgrade <port_name> To upgrade all ports: sudo port upgrade outdated