Hello! I am a total newbie and I think I accidentally broke the repository links. I have no idea how to fix this problem. May someone give me guidance?
Thanks!
Update! Totally forgot to say what version I am running:
Ubuntu 20.04.3 LTS Focal Fossa
Hello! I am a total newbie and I think I accidentally broke the repository links. I have no idea how to fix this problem. May someone give me guidance?
Thanks!
Update! Totally forgot to say what version I am running:
Ubuntu 20.04.3 LTS Focal Fossa
Welcome to the Ubuntu MATE Community. What makes you think the repository links are broken?
When I try to run "sudo apt update" or any other apt commands, it just tells me that I have a malformed entry in the sources.list file.
If you paste as a reply the contents of this file, I'll take a look and see if I see anything unusual.
/etc/apt/sources.list
#deb cdrom:[Debian GNU/Linux 2021.3 Kali-rolling - Official Snapshot amd64 LIV>
deb https://assets.checkra.in/debian/
deb https://assets.checkra.in/debian/
then states for me to read lines 14 which I believe refers to two lines with everything after deb https:.....
Could you tell us which OS you have installed ? Is that:
Also, wouldn't you agree that it is a pretty bad idea to mix repositories of these three operating systems ?
Also , the last two line
deb https://assets.checkra.in/debian/
deb https://assets.checkra.in/debian/
are missing arguments.
Would you be so kind to outcomment or delete these lines ?
(because these lines are the source of your problems)
I'm no expert with wine, but it looks like you might have a release mismatch in lines 64 and 65. Line 65 is commented out so it shouldn't be affecting anything, but line 64 might be a problem.
64 deb Index of /wine-builds/ubuntu/dists/hirsute/main focal main
65 # deb-src Index of /wine-builds/ubuntu/dists/hirsute/main focal main
Notice that hirsute is release 21.04 and focal is 20.04.
To test it out you can try commenting out line 64 and see if that eliminates the error message.
To do that using a graphical text editor:
sudo pluma /etc/apt/sources.list64 # deb Index of /wine-builds/ubuntu/dists/hirsute/main focal main
If that fixes the issue, you could remove the "#" and try changing the word "focal" to "hirsute" in line 64. As I mentioned, I'm no expert with Wine, but I don't think there should be a mismatch.
I commented out line 62 and that seemed to fix it. There are a handful of programs that still seem to have issues, but that isn't relevant to this forum. thank you for your help