coding help or tutorial
by majukic from LinuxQuestions.org on (#538A5)
Hi just loaded Linux as my main OS on a computer that was struggling to run Windows. Now that I have I noticed that if you wish to use some software via Linux you need an understanding that includes e.g.:
sudo add-apt-repository ppa:webupd8team/java
sudo apt-get update
sudo apt-get install oracle-java8-installer
is there a tutorial on how to load software and what commands to use etc?


sudo add-apt-repository ppa:webupd8team/java
sudo apt-get update
sudo apt-get install oracle-java8-installer
is there a tutorial on how to load software and what commands to use etc?