Changeset 15755
- Timestamp:
- 08/08/13 15:30:02 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/packagers/ubuntu/README
r11575 r15755 1 TARBALL INSTALLATION: 2 1 3 To install ISSM, untar ISSM-Ubuntu32.tar.gz 2 4 You will get an ISSM directory. … … 13 15 Once this is done, fireup matlab from inside the ISSM directory: 14 16 matlab -nojvm -r "startup;" 17 18 19 UNDER CONSTRUCTION - UNDER CONSTRUCTION - UNDER CONSTRUCTION - UNDER CONSTRUCTION 20 ------------------------------------------------------------------------------- 21 OR THE RIGHT WAY.... 22 DPKG/DEB INSTALLATION: 23 24 To install from deb archives (*.deb), use: 25 26 > sudo dpkg --install <debarchive> 27 28 That's it! But not really. Do make sure that you install petsc and metis first. 29 When you first try to install issm, dpkg will tell you that you are missing 30 dependencies. Just: 31 32 > sudo apt-get install -f 33 34 to fix the dependencies and complete the install. When apt-get is done, you 35 should see something that says that ISSM is installed correctly on your 36 machine. That's it! For real this time. 37 38 Uninstalling is simple too: 39 40 > sudo apt-get remove <issmPackageName> 41 42 That'll do all the work for you. This won't delete any configuration or user 43 defined environment stuff. Just swap "remove" out for "purge" and that'll 44 delete everything. And apt-get might ask you to remove unneeded dependencies, 45 so you should probably do that to keep your system clean. 46 47 To create your own custom debian archive, see the README in issmpkg. 48 49 ------------------------------------------------------------------------------- 50 51 APT-GET INSTALLATION: (this doesnot work yet) 52 53 To install from apt-get: 54 55 > sudo add-apt-repository <issm_PPA_URL> 56 > sudo apt-get install <issmPackageName> 57 58 Just say yes to everything apt asks you, and you're good. 59 60 UNDER CONSTRUCTION - UNDER CONSTRUCTION - UNDER CONSTRUCTION - UNDER CONSTRUCTION
Note:
See TracChangeset
for help on using the changeset viewer.