I would like to to know what command I can use to check if apache common text library is used on a Linux machine.
Using ldconfig -p | grep org.apache.commons:commons-text
gives no results
I would like to to know what command I can use to check if apache common text library is used on a Linux machine.
Using ldconfig -p | grep org.apache.commons:commons-text
gives no results
locate -b -e -r'^commons-text.*.jar$'