I've tried a bunch of things I've come across here, tried adding to repository, tried rebuilding source list, tried just removing but nothing works I just keep getting the same code over and over.
Asked
Active
Viewed 21 times
0
-
1What is the problem with removing the file? – mook765 Jun 19 '22 at 02:24
-
I literally can't do anything, if I try to remove with sudo apt rm or remove it pops same error. I can't update or install anything – Kaysea Rowe Jun 19 '22 at 02:27
-
1Please edit your question and post the output of the following command: `cat /etc/apt/sources.list.d/archive_uri-https_deb_opera_com_opera-stable_stable-jammy.list` – mchid Jun 19 '22 at 02:38
-
2FYI, if you use the linked answer, you should know that the file you're using isn't your main `/etc/apt/sources.list` file so you'd have to apply the answer to your `/etc/apt/sources.list.d/archive_uri-https_deb_opera_com_opera-stable_stable-jammy.list` file and most of those answers don't really apply. Until we know the contents of your file, we won't know what the problem is. – mchid Jun 19 '22 at 02:41
-
2Please run `sudo rm /etc/apt/sources.list.d/archive_uri-https_deb_opera_com_opera-stable_stable-jammy.list` to remove the file. – mook765 Jun 19 '22 at 02:59
-
That fixed it thank you very much – Kaysea Rowe Jun 21 '22 at 03:09