Why everyone recommends using ppa?
For example...
Why not just:
sudo apt-get install grub-customizer
and why: Something like this...
sudo add-apt-repository ppa:xyz/grub-customizer
sudo apt-get update sudo
apt-get install grub-customizer
EDIT:Ok then how to remove ppa thats added before? is there any remove-like command?
Thanks
sudo add-apt-repository --remove ppa:nameof/ppa
. If you have installed a package from that ppa already and want to completely reverse the installation, ppa-purge is the option to go with. See here for more information: http://www.webupd8.org/2012/02/how-to-use-launchpad-ppa-add-remove.html – Glutanimate Sep 16 '12 at 14:59