I am using linux(mint mate), and installed maven by download & unzip & config the environment, I could use the mvn
command.
I want to have man mvn
, not just mvn -help
, any tip?
@Update:
To make the question clear, there is no man page for mvn
, because I install maven by unzip, so I want to install man page for mvn
, so that I could use man mvn
to get help.
To install man pages use the yum command or dnf command as follows on a CentOS 6/7/8/9.
The man pages are stored in /usr/share/man.
The only way to get the man page for maven is to install maven from apt-get install maven2
, but the man page is exactly the same as mvn -help
, so I don't see any use in using the version from the repositories because most of the time is an old version.
http://www.manpagez.com/man/1/mvn/
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With