Unable to install v5.15.20.20

Unable to install v5.15.20.20

Unable to install v5.15.20.20
Unable to install v5.15.20.20
2025-04-29 10:55:19 - last edited 2025-04-29 11:16:22
Hardware Version:
Firmware Version:

Trying to install v5.15.20.20 and the installer says

 

Please install openjdk-17-jre-headless first

 

Trying to install this, produces this error...

 

The package omadac needs to be reinstalled, but I can't find an archive for it.

 

What now ?

  0      
  0      
#1
Options
1 Accepted Solution
Re:Unable to install v5.15.20.20-Solution
2025-04-29 11:08:28 - last edited 2025-04-29 11:16:22
worked when I used dpkg to install instead of apt install
Recommended Solution
  1  
  1  
#3
Options
2 Reply
Re:Unable to install v5.15.20.20
2025-04-29 10:58:41

  @Tescophil 

 

you need to upgrade java to version 17, I think the commands are something like this

 

sudo apt install openjdk-17-jdk-headless

 

To manage the active version, don't forget about the update-alternatives command:

sudo update-alternatives --config java
sudo update-alternatives --config javac
 

 

those are the commands I used

 

 

  1  
  1  
#2
Options
Re:Unable to install v5.15.20.20-Solution
2025-04-29 11:08:28 - last edited 2025-04-29 11:16:22
worked when I used dpkg to install instead of apt install
Recommended Solution
  1  
  1  
#3
Options