I've tried finding answers, but nothing I've found seems to work, or I'm unsure what I need to do. I've pulled it up in the text editor but am unsure what I need to correct. I'm worried about worsening my problem. I am newer and still learning, but I was trying to install docker and am now getting this error:
E: Malformed entry 1 in sources file /etc/apt/sources.list.d/docker.sources (Component)
E: The list of sources could not be read.
The system won't let me enter the last line here as it is a link. but it goes:
deb http://archive.ubuntu. com/ubuntu jammy-security main restricted universe multiverse
Navigate to /etc/apt/sources.list and Right Click it - then choose Open With > Text Editor
Highlight and Remove that line with the backspace key. Save the file
Close it. Close the File Manager.
In terminal, run
sudo apt update
That line is not there by default, so either a script you ran or an errant terminal command. (Might be from that Docker addition)
When Posting terminal output: You can see an icon on the forum posting toolbar that looks like </>
That is the NoParse option that can wrap selected text like terminal output for the post.
AH! Okay. It looks like it may have worked. If I have another issue related to this, I'll reply back here. If you don't hear back from me, then Thank You VERY much.