Installing maven on Ubuntu by manual download
- by WebDevHobo
To install Maven, I downloaded the latest version from the website and then followed these steps:
http://maven.apache.org/download.html#Installation
The last step, the version control, does not work. It says that 'mvn' is currently not installed and that I should type sudo apt-get install maven2
If I go directly to the mvn file itself, it does…