IRIX Network Forums
Can you network install software? - Printable Version

+- IRIX Network Forums (//forums.irixnet.org)
+-- Forum: SGI/MIPS (//forums.irixnet.org/forum-3.html)
+--- Forum: Beginners' Questions/Tips (//forums.irixnet.org/forum-6.html)
+--- Thread: Can you network install software? (/thread-4215.html)



Can you network install software? - Lofty - 02-20-2024

Sorry this must be the dumbest question ever. My octane 2 does not have a cd drive. I am attempting to install the new dillo browser. Can you install this from the command line? Software manager doesn't work (not surprised). Sorry this is probably such a silly question. I've used Linux before but this has been my first foray with irix. Obviously apt get doesn't work. 

Please help, and also explain like I am 5.  Thank you.


RE: Can you network install software? - jpstewart - 02-21-2024

You should certainly be able to install across the network.  There are several options depending on what you already have set up.

If you've got an NFS server running, just mount that drive on the Octane and install as if from a local directory.

If you've got a web server running, you can put the .tardist file somewhere accessible to it and use
http://hostname/path/to/example.tardist as the source.  If you've got multiple tardist files, you can unpack them (with tar xf example.tardist) all into one "dist" directory and then use http://hostname/path/to/dist/ as the source.  (Note that the forum software is automatically making those example URLs into links but they're not valid!!!)

Those are, IMHO, the two easiest options.  There are several others, like TFTP, if you want.  See the "Software Installation and Licensing" book at your favourite techpubs mirror (https://techpubs.jurassic.nl is run by forum member jan-jaap). (Those two ARE valid links!)

Any method should work in both the Software Manager GUI (enter the http:// URL as the source) or on the command line with inst.  (See the -f option to the inst command to specify the source non-interactively, or option #1 in the interactive menu.)