Extracting SDK Linux 2.2.1 tar file.

Hi,

I downloaded the latest Linux SDK version RTSDK-2.2.1.L1.linux.

After unzipping I have RTSDK-2.2.1.L1.linux.rrg.tar file on my RH Linux machine.

But 'tar' command does not do anything with it.

How do I 'untar' it further to extract files?

Thanks Vlad.

Best Answer

  • Gurpreet
    Answer ✓

    Hi @vladislav.tolmachyov,

    The real time SDK for Linux is a zip file and you can use following steps to get the package:

    1. Download the Real-Time-SDK-2.2.1.L1.linux.zip file from the developers portal.

    2. Uncompress it - unzip Real-Time-SDK-2.2.1.L1.linux.zip

    3. Go to the tar directory - cd Real-Time-SDK-2.2.1.L1.linux/setup

    4. Untar the gz file - tar -xf RTSDK-2.2.1.L1.linux.rrg.tar.gz

    This will install the archive in the directory RTSDK-2.2.1.L1.linux.rrg

Answers