I am very new to linux and I have some questions about linux pacakage managers and repos out of curiosity. I needed to download KiCad for my Ubuntu system, so I go to their website https://www.kicad.org/download/ubuntu/ and find the terminal commands, enter them and download the software. In the site, you can see they they added the package from the ppa repo. Why is this necessary when I can directly do a sudo apt install kicad? I ran search on my terminal sudo apt search "kicad" and the software is already on apt. enter image description here
It says kicad is already installed on my system because I installed it using ppa
but even before I installed using ppa
, it is available on apt
.
What is the use of adding the package from the ppa repo when the software is already on apt? Does it matter from where I install?