From 04:00 PM CDT – 08:00 PM CDT (09:00 PM UTC – 01:00 AM UTC) Tuesday, April 16, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Is there anyone that succeffully installed Labview for linux 2016 on Ubuntu 16.04?

Solved!
Go to solution

Hello all,

I know about the supported OS. Is there anyone that succeffully installed Labview for linux 2016 on Ubuntu 16.04?

I executed the ./INSTALL as root:

>sudo su

>./INSTALL

 

I'm getting the following error:

./INSTALL: line 270: /media/username/2016LV-LinuxPro/bin/rpmq: No such file or directory

 

Is there a way to get more detail about what caused the error? I know the rpmq file exists and it is an executable.....

 

Thanks,

 

Michel

0 Kudos
Message 1 of 17
(7,708 Views)
Solution
Accepted by topic author Michel_Gauvin

I'm not linux specialist but from what I know Ubuntu is a Debian derivative and uses .deb packages while RPM is used on Red Hat (and other NI supported distributions).

You can try to convert one format to another, but I am not sure how well that would go.

0 Kudos
Message 2 of 17
(7,680 Views)

I know, this is what I'm currently trying.  Will let you know.

 

Michel

0 Kudos
Message 3 of 17
(7,668 Views)
Solution
Accepted by topic author Michel_Gauvin

Hey, it worked! I have LabVIEW installed (basic functionalities):

1. Converted the following two rpm with "sudo alien *.rpm" (* = name of the file)

- labview-2016-core_16.0.0-1.x86_64.rpm TO labview-2016-core_16.0.0-2_amd64.deb

labview-2016-exe_16.0.0-1.x86_64.rpm TO labview-2016-exe_16.0.0-2_amd64.deb

2. Installed using "sudo dpkg -i *.deb"

3. Launched labview executable from:

> cd /usr/local/natinst/LabVIEW-2016-64

>./labview

 

I will keep installing and update this thread with new information.

 

Michel

Message 4 of 17
(7,662 Views)

Hi Michel,

 

Where did you find the .rpm package? I can't find it on the NI website at all.

Cheers

0 Kudos
Message 5 of 17
(7,170 Views)

It's not available on the website.

You need to buy it, there is no evaluation version.

0 Kudos
Message 6 of 17
(7,159 Views)

I tried to convert these NI Labview for Linux installation RPM files to debian files and I keep getting an error from alien saying failed at line 489 which indicates that the RPM file isn't the correct format?

Any help thanks. 

0 Kudos
Message 7 of 17
(6,858 Views)

Can you upload the .deb version here

0 Kudos
Message 8 of 17
(5,724 Views)

No not possible, see stockson answer above.

0 Kudos
Message 9 of 17
(5,715 Views)

i tried doing this but still it wont work

is there any alternative that you could suggest please?

0 Kudos
Message 10 of 17
(5,510 Views)