I tried to install mulval and error message is appeared package org.dom4j does not exist
then I tried to install the package using command sudo apt-get install -y dom4j
but another message is appeared said Unable to locate package dom4j
Asked
Active
Viewed 72 times
-1
1 Answers
0
You might be looking for libdom4j-java
, try to install it with : sudo apt install libdom4j-java

Arthur Lutz
- 11
sudo apt update && sudo apt install -y libdom4j-java
– moo Feb 25 '24 at 16:59