I am getting the below error when trying to install JAVA JRE for linux.
Please let me know what is reason? any alternative solution to fix this issue.
I need this to make my CAMlink frame grabber PIXCI-m2280 card work by testing using the tool provided by the vendor. This JAVA JRE is part of my camlink card driver/tool installation.
commands given:
apt-get update
apt-get -y install openjdk-8-jre
Reading package lists…
Building dependency tree…
Reading state information…
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:
openjdk-8-jre : Depends: openjdk-8-jre-headless (= 8u392-ga-1~20.04) but it is not going to be installed
Depends: libatk-wrapper-java-jni (>= 0.33.3-9~) but it is not installable
Recommends: fonts-dejavu-extra but it is not installable
E: Unable to correct problems, you have held broken packages.
We are trying on Kernel version 5.10.120-rt70-tegra.
Linux for tegra version is 35.4.1. One more thing I observed is
you are using the command "$ sudo apt install openjdk-8-jre"
where as I am using the command as per the instructions provided by my frame grabber camlink card vendor user manual:
"apt-get update apt-get -y install openjdk-8-jre "
Even with your command I am getting same error for JRE installation.
Reading package lists…
Building dependency tree…
Reading state information…
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:
openjdk-8-jre : Depends: openjdk-8-jre-headless (= 8u392-ga-1~20.04) but it is not going to be installed
Depends: libatk-wrapper-java-jni (>= 0.33.3-9~) but it is not installable
Recommends: fonts-dejavu-extra but it is not installable
E: Unable to correct problems, you have held broken packages.
@DaneLL . Could you please let me know why we are getting error while installing JRE on my Jetson AGX Xavier industrial board for Kernel version 5.10.120-rt70-tegra.
As per the below link, even we have the same Jetpack version 5.1.2[As we have -Jetson Linux 35.4.1 BSP** with Linux Kernel 5.10, on our jetson AGX Xavier Industrial board].
But we are getting error when we try the JRE installation command. “sudo apt install openjdk-8-jre”
Is the error due to internet connection slow speed by any chance ? just guessing.
NVIDIA JetPack 5.1.2 is a production quality release and and brings support for Jetson AGX Orin Industrial module. It includes Jetson Linux 35.4.1 BSP with Linux Kernel 5.10, an Ubuntu 20.04 based root file system, a UEFI based bootloader, and OP-TEE as Trusted Execution Environment. JetPack 5.1.2 packages the same compute stack as of JetPack 5.1.1 but updates Vision Programming Interface (VPI) to VPI 2.2 and brings additional features in multimedia, camera stack, security and OTA, along with other updates.
Hi,
It would be great if you can re-flash Xavier developer kit and try the commands. We can run the commands successfully and it may be certain issue in your environment.
I am working on customized carrier board not on Xavier developer kit.
Finally, I was able to run this below JDK command successfully. JRE was installed successfully. i was able to run by PIXCI tool for Image capturing and processing .