I just started a clear ubuntu (24.04 LTS) and saw that gui building misss some headers if you dont installs them, its not critical, but clearly easier for new devs using gui. Here is the list of apt packages that was missing on a CLEAR ubuntu desktop:
- libdbus-1-dev
- libgl1-mesa-dev
- libxi-dev
- libxcursor-dev
- libxrandr-dev
These dependencies are surely installed on more users since they are necessary for a lot of softwares (even for dev ). I think that you can even put those installation when v install gui, but with silencing the apt output to keeps the vpm output clean
I just started a clear ubuntu (24.04 LTS) and saw that gui building misss some headers if you dont installs them, its not critical, but clearly easier for new devs using gui. Here is the list of apt packages that was missing on a CLEAR ubuntu desktop:
These dependencies are surely installed on more users since they are necessary for a lot of softwares (even for dev ). I think that you can even put those installation when
v install gui, but with silencing the apt output to keeps the vpm output clean