Wednesday, February 21, 2018

apt - The difference between simply installing software & adding to repository

I have a simple question coming from my mind.


What is the difference between :


sudo add-apt-repository ppa:cwchien/gradle
sudo apt-get update
sudo apt-get install gradle

And simply


sudo apt-get install gradle

Which one should i use & why?


Thanks for your time.

No comments:

Post a Comment