Regretfully couldn't manage to be so glad with new Lazarus 2.0.6 at my Ubuntu 19.10.
I have downloaded all 3 files from SourceForge via your link, installed FPC 3.0.4 and its sources then installed "lazarus-project_2.0.6-0_amd64.deb" and started Lazarus. And Lazarus IDE had immediately frozen my desktop at all. I had to switch to another one with Ctrl-Alt-F8 and restart. Tried then to recompile Lazarus to Qt widgetset with "make clean all LCL_PLATFORM=qt" but had finally just a fatal error:
...
(9022) Compiling resource ../units/x86_64-linux/qt/lazarus.or
(9015) Linking ../lazarus
/usr/bin/ld: warning: ../link.res contains output sections; did you forget -T?
/usr/bin/ld: cannot find -lQt4Pas
/usr/share/lazarus/2.0.6/ide/lazarus.pp(165,1) Error: (9013) Error while linking
/usr/share/lazarus/2.0.6/ide/lazarus.pp(165,1) Fatal: (10026) There were 1 errors compiling module, stopping
Fatal: (1018) Compilation aborted
make[2]: *** [Makefile:4144: lazarus] Error 1
make[2]: Leaving directory '/usr/share/lazarus/2.0.6/ide'
make[1]: *** [Makefile:4572: ide] Error 2
make[1]: Leaving directory '/usr/share/lazarus/2.0.6/ide'
make: *** [Makefile:3381: ide] Error 2
So I must assume, new Lazarus is not happy with GTK2 and GTK3 (my current distro provided GTK 2.24.32 and GTK 3.24.12) and also it's not friendly with some Qt5 (namely Qt 5.12 with 5.62 libs as it comes with distro). For there's only Qt5 at my system, lQt4Pas can't be found in /usr/bin/ld which is a link to x86_64-linux-gnu-ld.bfd, I guess.
So what can you suggest for the case?
Do I need to downgrade to older GTK or Qt or there is a fix? I'd not like to dig into all these makefiles myself