Software Update… now wont work

Home Forums AR Sandbox Forum Software Update… now wont work

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #2523
    Viking
    Participant

    Greetings,

    Unfortunately I’m not very familiar with Linux. We had this box at our school and it worked. Another teacher ran a “software update” when prompted by the computer when he turned it on. Now it will not work. When you click on the “Augmented Reality Sandbox” icon nothing happens.

    I’m trying to reinstall the software by copying and pasting the commands from the step by step instructions in the Terminal

    cd ~/src
    wget http://web.cs.ucdavis.edu/~okreylos/ResDev/SARndbox/SARndbox-2.8.tar.gz
    tar xfz SARndbox-2.8.tar.gz
    cd SARndbox-2.8
    make
    ls ./bin

    When I do the first line it gives me an error: No such file or directory.
    The second line for wget seems to work
    It takes the tar and cd lines without saying anything
    When I do “make” it says no such file or directory
    When I do the last line it also says no such file or directory

    I believe everything else should be good to go (graphics card, calibration, etc, etc). The sandbox software just will not start.

    Please let me know what I can do. We are hoping to use this in our current unit on topography

    Details:
    Ubuntu 18.04.6LTS
    NVIDI GeForceRTX2060/PCIe/SSE2

    #2524
    Sean Robinson
    Participant

    The error you see with cd ~/src means you probably need to start from Step 3. The src directory is created by Build-Ubuntu.sh.

    When I do “make” it says no such file or directory

    This is also because the output from Step 3 cannot be found.

    Details:
    Ubuntu 18.04.6LTS
    NVIDI GeForceRTX2060/PCIe/SSE2

    Did you get back to Ubuntu 18.04.6LTS after the update? Or is that what you expect to still be installed?

    This is important because the “Software Installation” instructions do not work with later versions of Ubuntu.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.