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 …

How To Install Apache Maven In Ubuntu(Linux)

#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] p…

Load More
That is All