question

Upvotes
Accepted
7 1 0 2

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.

#technologyema-apieta-apic++
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Upvotes
Accepted
24.3k 62 15 21

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

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Thanks Gurpreet!

Upvotes
7 1 0 2

Specifically, 'tar -xvf' command

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.