So I am trying to install truDesk on my local system. I am getting this error while running the command npm install -g yarn
:
node: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.28' not found (required by node)
My Ubuntu version is Ubuntu 18.04.6 LTS and when I am checking for the latest version, it's showing that the software is up to date. As I go through the glibcc error, it requires an Ubuntu version greater than 18. How can I update the version?
This is the application I am trying to download.