简体   繁体   中英

Where to find installed javadoc

On my Fedora machine, I did:

sudo dnf install java-latest-openjdk-javadoc-zip.x86_64

Where can I find the javadoc I've just downloaded?

for any rpm package installed, you can run rpm -ql to ask what files are installed by that package. In your case:

rpm -ql java-latest-openjdk-javadoc-zip

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM