关于Ubuntu的National Instruments


2

NI已暂时使用Windows。现在你可以得到 驱动程序(2018) 和图书馆( 1 2 )对于Linux。不幸的是,他们只支持 红帽企业Linux桌面+工作站6.x,7.x CentOS 7.x OpenSUSE Leap 42.2,42.3 而不是Ubuntu。

可以下载所有.rpm文件并使用 外侨 将它们转换为.deb并安装它们。但是,有几个问题。其中之一是 trying to overwrite '/bin/cpio', which is also in package cpio 见下面的例子。

sudo dpkg -i --force-depends nivisa_15.0.0-2_all.deb 
(Reading database ... 138232 files and directories currently installed.)
Preparing to unpack nivisa_15.0.0-2_all.deb ...
Unpacking nivisa (15.0.0-2) ...
dpkg: error processing archive nivisa_15.0.0-2_all.deb (--install):
 trying to overwrite '/bin/cpio', which is also in package cpio 2.12+dfsg-6
dpkg-deb: error: paste subprocess was killed by signal (Broken pipe)
Errors were encountered while processing:
 nivisa_15.0.0-2_all.deb

可能的解决方案 trying to overwrite '/bin/cpio', which is also in package cpio 这里 但是,CPIO是一个导入库,这是我在尝试删除它时所获得的。

sudo dpkg -P cpio
dpkg: dependency problems prevent removal of cpio:
 ubuntu-standard depends on cpio.
 initramfs-tools-core depends on cpio.
 alien depends on cpio.

更大的问题是:有没有人试图在Ubuntu上安装NI软件包?

By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.