09-22-2022 09:47 AM
Hi floks,
I am trying to install LabVIEW 2022Q3 on Ubuntu 20.04.01 LTS. But It is showing some dependency not installable. Find the below image for your reference.
Installing...
Install ni-labview-2022-community from Feed
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
ni-wine : Depends: libncurses5 but it is not installable
Depends: libldap-2.4-2 but it is not installable
Depends: libopenal1 but it is not installable
E: Unable to correct problems, you have held broken packages.
Un-registering ubuntu Feed
Kindly let me know how to resolve this issue.
10-04-2022 05:13 AM
Hi all,
I am facing the same problem.
Does anyone know how to fix it?
Many thanks!
Hien.
10-04-2022 04:29 PM
Are you on Ubuntu 18 or 20? Ubuntu 22 is not a supported OS.
10-04-2022 08:34 PM
Hi Derrick,
I'm using Ubuntu 20.04.
10-05-2022 09:55 AM
If you run
sudo apt-get update && sudo apt install libncurses5 libopenal1
and then run the installer again does the issue get cleared up? Do errors show up when you manually try to update apt and install the dependencies?
10-05-2022 09:53 PM
Hi Derrick,
After running sudo apt-get update && sudo apt install libncurses5 libopenal1,
then rerun the install by: sudo ./INSTALL
the errors are gone.
However, a message appears at the end as following:
Preparing for installation...
Registering ubuntu Feed
Get:1 file:/home/hien/work/LabView/2022Q3LVLinPro/deb bionic InRelease [3,436 B]
Get:1 file:/home/hien/work/LabView/2022Q3LVLinPro/deb bionic InRelease [3,436 B]
Hit:2 http://dl.google.com/linux/chrome/deb stable InRelease
Hit:3 https://linux.teamviewer.com/deb stable InRelease
Hit:4 http://ppa.launchpad.net/linuxuprising/libpng12/ubuntu focal InRelease
Reading package lists... Done
Building dependency tree
Reading state information... Done
1 package can be upgraded. Run 'apt list --upgradable' to see it.
Please indicate whether you would like to install the following components:
All available LabVIEW packages have already been installed or cannot
be installed due to package conflicts.
Un-registering ubuntu Feed
I don't know if it means the installation completes successfully or not.
Thanks.
10-18-2022 09:33 PM
Hi Derrick,
Do you have any comment on the message as mentioned above?
Many thanks,
Hien.
10-19-2022 04:50 PM
I'm not sure why it would say it's already installed unless it thinks it already is, that's a message from Ubuntu's package manager. Have you tried manually installing any of the packages in the LabVIEW installer previously? All I've had to do is manually install those two packages and then run the installer and it worked. Do you have support entitlement? (Assuming so since you're getting a copy of LV2022Q3) You could submit a support request for us to dig into this further.
12-04-2022 11:03 AM
@DerrickB wrote:
If you run
sudo apt-get update && sudo apt install libncurses5 libopenal1
and then run the installer again does the issue get cleared up? Do errors show up when you manually try to update apt and install the dependencies?
I did this and it is not finding libopenall.
ah someone was devious. Who puts a 1 after an l in a package name? Seriously?
12-04-2022 11:04 AM
Still having broken packages.
Although the last line still spits out "installation complete".
Not exactly complete.