I just started using Linux(Ubuntu 24.04 LTS). To update the apps I used the following command in the terminal:
sudo apt update
and I got the following error:
E: Malformed entry 1 in sources file /etc/apt/sources.list.d/third-party.sources (URI parse)
E: The list of sources could not be read.
Why am I getting the error and how to fix it?
Thanks in advance