05-05-2017 06:30 AM
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
Solved! Go to Solution.
05-05-2017 07:15 AM
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.
05-05-2017 07:30 AM
I know, this is what I'm currently trying. Will let you know.
Michel
05-05-2017 07:49 AM
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
08-30-2017 04:52 PM
Hi Michel,
Where did you find the .rpm package? I can't find it on the NI website at all.
Cheers
08-31-2017 01:10 AM
01-09-2018 09:30 AM
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.
10-21-2018 11:30 PM
Can you upload the .deb version here
10-22-2018 07:33 AM
No not possible, see stockson answer above.
12-04-2018 05:19 AM
i tried doing this but still it wont work
is there any alternative that you could suggest please?