
Title | Unix/Linux installation | |
Author | Kevin Crow, StataCorp |
To install Stata for Unix/Linux:
# mkdir /tmp/statainstall # cp -a /path/to/dvdrom/* /tmp/statainstall # mkdir /usr/local/stata16 # cd /usr/local/stata16 # /tmp/statainstall/install NOTE: current Linux distributions will generally automount the DVD-rom as /media/Stata
# umount /mnt/dvdrom # mount -o exec -t iso9660 /dev/dvdrom /mnt/dvdrom NOTE: you may need to change the devices to be appropriate for your machineYou can now launch the Stata installer by typing /mnt/dvdrom/install from within the directory you created in step 2.