This brief tutorial shows students and new users how to quickly and easily install Apache Maven on Ubuntu 20.04 | 18.04.

Apache Maven comes with the default Ubuntu repositories… so all it takes is to run the apt install maven commands to get it… However, when you install Apache Maven from Ubuntu repositories, you’re not getting the latest version of Maven.

If you want to install the latest, you will have to manually download and install the latest package from its download page… and this brief tutorial is going to show students and new users how to do that on Ubuntu 16.04 | 18.04 and 18.10 systems.

Apache Maven is a software project management and comprehension tool… Based on the concept of a project object model (POM), Maven can help you manage an entire project’s build process, including storing documents, reporting and more…

For more about Apache Maven, please check its homepage.

There are two options (maybe more) available to getting Apache Maven on Ubuntu.

One is installing from Ubuntu default repositories using the apt install maven commands, and/or downloading the package the archive package from its website.

Below are the two options of installing Apache Maven

#applications #labs #linux ubuntu #apache maven #ubuntu 18.04 #ubuntu 20.04 focal fossa

How to Install Apache Maven on Ubuntu 20.04 | 18.04 |
1.40 GEEK