FPPKG: One config file. Not sure of details
Can be ignored in most cases.
In that case please could we /urgently/ have an "ignore this" button on that initial configuration screen.
Feel free to add to the bugtracker.
Here are some details about the whole FPPKG (as far as I know / could be wrong).
1) There is a repository (like OPM) of packages that can be used with fpc, and don't need Lazarus.
I don't have the URL.
2) The config (on Windows) is in
C:\Users\USERNAME\AppData\Local\FreePascal\fppkg\
If you had a config for longer, it can contain old URL (timeout), and they may only be updated if you delete the config by hand (at least I had that issue, and it took me a year to find out)
3) If you use packages from there (installed via fppkg, outside of Lazarus), and you have Lazarus correctly configured, then the benefit you get is, that Lazarus will show those packages in the dependencies of other packages. (Afaik, it is display only)
For that Lazarus must call fppkg (on startup), and this connects to the server, and adds time to the startup.
4) If you switch between different versions of fpc, there is only one fppkg config, and the folder has ppu pre-build by the fpc that was used at the time....
5) Some of the fppkg packages have an lpk file and can be downloaded and used "Lazarus style"... (downloading manually, means follow dependencies by manually / same for getting updates
)
---
And that is all I gathered over the years.