Posts

Showing posts with the label Linux

Ubuntu Tips: Easy and Simple Command For Ubuntu Users

#JavaInspires Command to install python 3 in Ubuntu. $ sudo apt-get install python3.9 Command to set python 3 as default in Ubuntu. $ sudo update-alternatives --install /usr/bin/python python /usr/bin/python3 1 Command to remove Unnecessary packages.  $ sudo apt autoremove Command to remove apt cache. $ sudo apt autoclean

How To Install Apache Maven In Ubuntu(Linux)

Image
#JavaInspires  Hi Guys, Welcome to Java Inspires. In this post, we will see how to install Apache Maven in Ubuntu Linux. Here, I have used following commands in the terminal. $  sudo apt-get update $ sudo apt install maven $ mvn -version developer@developer : ~ $ sudo apt-get update [sudo] password for developer: Hit:1 http://dl.google.com/linux/chrome/deb stable InRelease Get:2 http://security.ubuntu.com/ubuntu focal-security InRelease [109 kB] Hit:3 http://us.archive.ubuntu.com/ubuntu focal InRelease Get:4 http://us.archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB] Get:5 http://security.ubuntu.com/ubuntu focal-security/main amd64 DEP-11 Metadata [24.4 kB] Get:6 http://us.archive.ubuntu.com/ubuntu focal-backports InRelease [101 kB] Get:7 http://security.ubuntu.com/ubuntu focal-security/universe amd64 DEP-11 Metadata [58.3 kB] Get:8 http://us.archive.ubuntu.com/ubuntu focal-updates/main i386 Packages [474 kB] Get:9 http://us.archive.ubuntu.com/ubu...