Your cart is currently empty!
How to install Gradle on Ubuntu
This video will show you how to get started having it installed on Ubuntu /Debian-based machines.
Commands:
sudo apt update
sudo apt install openjdk-11-jdk
unzip gradle-7.0.2-bin.zip
sudo mv gradle-7.0.2 /usr/local/gradle
sudo gedit /etc/profile.d/gradle.sh
export PATH=/usr/local/gradle/bin:$PATH
source /etc/profile.d/gradle.sh
gradle -v
rm -rf /usr/local/gradle/gradle-7.0.2/
rm -rf /etc/profile.d/gradle.sh
Chapters:
0:00 Intro
0:23 Step1 Update your system
1:02 Step2 Installing openjdk
1:42 Step3 Download gradle distribution
2:51 Setup environment variable
3:36 Step6 Uninstall gradle(if need be)
4:10 End screen
What you’ll learn:
1. Step1: Update your system
2. Step2: Installing OpenJDK a. How to install Java SE 8 or later
3. Step3: Download Gradle distribution
a. How to download the latest Gradle distribution using the wget command
b. How to download the Gradle binary-only zip file to the /tmp directory
c. How to extract Gradle and save it to the appropriate area
d. How to set up your system with Gradle
4. Step4: Setup Environment Variable
a. How to configure Gradle with the PATH environment variable
b. How to place a shell script in the profile.d directory
c. How to make a /etc/profile.d/gradle.sh file
d. How to use the script to apply the current shell’s environment
e. How to look at your system’s installed version
5. Step6: Uninstall Gradle (If need be)
a. How to delete the binary package
b. How to remove the gradle.sh script
c. How to delete the Gradle package from computer completely
6. How to successfully set up Gradle in Ubuntu 20.04
Song: Joakim Karud – Future Funk (Vlog No Copyright Music)
Music provided by Vlog No Copyright Music.
Video Link: https://youtu.be/qK4bnwSl2rU
#computereverywhere #howto #install #gradle #ubuntu
Leave a Reply