Malformed entry

when try to use sudo apt update i get this error

E: Malformed entry 2 in list file /etc/apt/sources.list.d/additional-repositories.list (Component)
E: The list of sources could not be read.

im new to linux so i dont know how to fix it
same error shows in update manager

Welcome to Ubuntu MATE community!

Please open MATE terminal, then execute the following command:

cat /etc/apt/sources.list.d/additional-repositories.list

and add its output to reply.

it didnt let me upload text due there being more than 2 links

I would recommend to remove the problematic file by

sudo rm /etc/apt/sources.list.d/additional-repositories.list

and then update package lists and install wine from default repositories by:

sudo apt-get update
sudo apt-get install wine playonlinux

If you have errors during execution of last commands, then please upload their full text output to pastebin.

thanks so much for help!