Install MiniSAP Plus (+) Utility

Pre-requisite (Config): Currently logged into the OpenSUSE 15.1 (Leap) operating system, as the normal everyday user account.

  1. Click the ‘Activities’ link.
    Search for ‘Terminal’ applications.
    Click the [Terminal] icon.
  2. Type this command, then press the [Enter] key.
    cd ~/Downloads/

    Tip: Use the ‘ls -ls’ command to confirm you can see the MiniSAP+ compressed file in this directory.
  3. Type this command, then press the [Enter] key.
    unzip -o minisap-plus-0.4.2.zip

    Tip: As newer versions of MiniSAP Plus (+) become available, make sure you adjust the above command to unzip that version of the compressed file.
    Tip:
    Use the ‘ls -ls’ command to confirm you can see the new MiniSAP Plus (+) uncompressed directory.
  4. Type this command, then press the [Enter] key.
    cd minisap-plus-0.4.2/

    Tip: Use the ‘ls -ls’ command to confirm you can see the uncompressed MiniSAP Plus (+) files in their directory.
  5. Type this command, then press the [Enter] key.
    chmod ugo+x install.sh
  6. Type this command, then press the [Enter] key.
    sudo ./install.sh
    Enter the users ‘Administrator Password’ then press the [Enter] key.

    Tip: A copy of the MiniSAP Plus (+) directory now also exists in the ‘/opt/dataprofessionals.com.au/’ directory. It will be used when you decide to uninstall ‘MiniSAP Plus (+)’ in the future.
  7. Type this command, then press the [Enter] key.
    cd ~/Downloads/

    Tip: Use the ‘ls -ls’ command to confirm you can see the new MiniSAP Plus (+) uncompressed directory, from within the ‘~/Downloads/’ directory.
  8. Type this command, then press the [Enter] key.
    rm -rf ./minisap-plus-0.4.2/

    Tip: As newer versions of MiniSAP Plus (+) become available, make sure you adjust the above command to remove/delete that version of the uncompressed directory.
    Tip: Use the ‘ls -ls’ command to confirm the new MiniSAP Plus (+) uncompressed directory has been deleted.
  9. Type this command, then press the [Enter] key.
    exit
  10. Congratulations, keep going.