I do fully agree, I myself just use the package manager provided Lazarus for most use cases. BUT there is a big Problem with that approach and thats called Debian. Because for some reason newcomers are always recommended to use a debian based distro like Ubuntu, Mint or in this case Linux Lite.
And the problem with those distros is, they only update the major version of packages with new distro versions, so Ubuntu has a 2 year LTS release cycle, so you only get a new Lazarus version every 2 years. For someone still using Ubuntu 22.04, which is still supported and only recently got superceded by 24.04, you are going to have Lazarus 2.2.x. And there have been really big improvements since then (especially to the debugger).
So this gives the great cycle to observe in the forums: New user wants to try out Lazarus, installs via package manager -> Lazarus version is severely out of date -> Asks how to get new version -> Gets 10 different recommendations each having their own issues -> Complains why everything is so complicated.
Don't get me wrong, this is not the fault of the Lazarus team at all, it's just a bad choice of a distro, and I have seen the same issues with Python (where back when python 3.12 was new, I got asked by a colleague why things aren't working and turns out he only got python 3.7 on his Ubuntu), or C++ (where in 2019 I had the issues with having a gcc version which didn't even support C++14 fully).
So I simply do not understand why everyone keeps recommending these distros which clearly are not well suited for beginners, because to use anything non archeic requires to do custom installs, use unstable repositories, etc. which can severly damage your system if you don't know what you are doing.