Results 1 to 9 of 9

Thread: Help in Installing Scilab 5.4.0 in Ubuntu 12.04

  1. #1
    Join Date
    Jan 2013
    Beans
    193

    Help in Installing Scilab 5.4.0 in Ubuntu 12.04

    Hello, how do I install the application Scilab 5.4.0 (.tar.gz package) into Ubuntu 12.04? The available Scilab in the Software Center is 5.3.3 and I would lik to use version 5.4.0..

  2. #2
    Join Date
    Oct 2004
    Location
    Denmark - Scandinavia
    Beans
    19,553
    Distro
    Ubuntu Budgie Development Release

    Re: Help in Installing Scilab 5.4.0 in Ubuntu 12.04

    unpack it:
    Code:
    tar zxf scilab-5.4.0.bin.linux-x86_64.tar.gz
    to run it:
    Code:
    cd scilab-5.4.0/bin
    ./scilab

  3. #3
    Join Date
    Jan 2013
    Beans
    193

    Re: Help in Installing Scilab 5.4.0 in Ubuntu 12.04

    I can run the program now. But can I add a shortcut or something to the Unity Launcher? Simply lock it to the launcher, close it and try to run it by clicking the launcher didnt work.

  4. #4
    Join Date
    Oct 2004
    Location
    Denmark - Scandinavia
    Beans
    19,553
    Distro
    Ubuntu Budgie Development Release

    Re: Help in Installing Scilab 5.4.0 in Ubuntu 12.04

    Then you need to use the command like;
    Code:
    sh -c "cd /path/to/bin && ./scilab"

  5. #5
    Join Date
    Jan 2013
    Beans
    193

    Re: Help in Installing Scilab 5.4.0 in Ubuntu 12.04

    I gotten the reply of 'Permission denied', even with sudo.

  6. #6
    Join Date
    Oct 2004
    Location
    Denmark - Scandinavia
    Beans
    19,553
    Distro
    Ubuntu Budgie Development Release

    Re: Help in Installing Scilab 5.4.0 in Ubuntu 12.04

    Pull out one of the launcher from dash to the Desktop (doesn't matter which app you pull to the Desktop). Right click and hit Properties.

    Change the comman (in my case):
    Code:
    sh -c "cd ./Downloads/scilab-5.4.0/bin && ./scilab"
    You can also give it a name, icon and comment.

  7. #7
    Join Date
    Jan 2013
    Beans
    193

    Re: Help in Installing Scilab 5.4.0 in Ubuntu 12.04

    How do you pull out the launcher? I tried dragging it from the launcher area to the desktop area, but nothing happened.

  8. #8
    Join Date
    Oct 2004
    Location
    Denmark - Scandinavia
    Beans
    19,553
    Distro
    Ubuntu Budgie Development Release

    Re: Help in Installing Scilab 5.4.0 in Ubuntu 12.04

    No, drag a whatever launcher from 'Dash'.
    Hit the 'Super Key' to display Dash (the window button).

  9. #9
    Join Date
    Jan 2013
    Beans
    193

    Re: Help in Installing Scilab 5.4.0 in Ubuntu 12.04

    It worked, thank you. It took me quite a while because when I used the LibreOffice Writer launcher, the launcher file broke. I used Calculator instead.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •