knowledgeple.blogg.se

Install apache debian 10
Install apache debian 10






install apache debian 10 install apache debian 10 install apache debian 10

Now load the environment variables in current shell. Then, make the script executable using following command sudo chmod +x /etc/profile.d/maven.sh Note: you can get JAVA_HOME information from 'sudo update-java-alternatives -l' command. export JAVA_HOME=/usr/lib/jvm/java-1.11.0-openjdk-amd64 Next we need to set up the environment variables by creating new file /etc/profile.d/maven.sh sudo nano /etc/profile.d/maven.shĪdd below contents to above file. Once it is downloaded, extract it and rename as below tar -xvzf mv apache-maven-3.8.0 maven Step 3: Setup Environment variables OpenJDK 64-Bit Server VM (build 11.0.9.1+1-post-Debian-1deb10u2, mixed mode, sharing)Īlso Read -> How to Install php 8 on Debian 10 Step 2: Install mavenĭownload the Apache maven archive file from its official website or use following command to download. OpenJDK Runtime Environment (build 11.0.9.1+1-post-Debian-1deb10u2) Once java is installed, you can check version java -version sudo apt update Step 1: Install JavaĪpache Maven required Java to be installed on your system.Here i have installed java 11 and follow below commands to install it. The debian instance you have access to the root user or user with sudo privileges and run below commands to upgrade current packages to latest version. The Maven project is hosted by the Apache Software Foundation, where it was formerly part of the Jakarta Project.This article guide you how to install Apache Maven on Debian 10. Maven can also be used to build and manage projects written in C#, Ruby, Scala, and other languages. Maven is a build automation tool used primarily for Java projects.








Install apache debian 10