Sunday, May 12, 2024
 Popular · Latest · Hot · Upcoming
7
rated 0 times [  7] [ 0]  / answers: 1 / hits: 594  / 2 Years ago, wed, february 23, 2022, 9:40:51

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


More From » ppa

 Answers
1

There are various reason why to use a ppa. Sometimes they offer newer version of packages than there are in the normal repositories. But mostly you will use a ppa for packages that aren't in the normal repositories at all. E.g. I can't find the grub-customizer in the normal repositories. I guess thats why someone recommended that ppa to you. Important is that you have to do the add-apt-repository only once. After that the packages from that ppa are available and updated the same way as the other ones.



EDIT



If you add a ppa a file is added to the folder /etc/apt/sources.list.d/. If you want to remove a ppa just delete that file (with sudo rm) and run sudo apt-get update. The packages you have installed using this ppa are not removed if you remove a ppa.


[#35522] Thursday, February 24, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
ampust

Total Points: 133
Total Questions: 109
Total Answers: 111

Location: Reunion
Member since Fri, Jul 22, 2022
2 Years ago
ampust questions
Thu, Jul 15, 21, 16:30, 3 Years ago
Mon, Oct 24, 22, 05:38, 2 Years ago
Thu, Sep 15, 22, 14:37, 2 Years ago
Tue, Sep 7, 21, 17:46, 3 Years ago
;