Tried everything to rid my self of Opera. Removed from snaps list with some effort, removed completely from Synaptic Package Manager. My Software Updater still not working. Opera does not show-up on other software list any more. It shows up nowhere. I still get this ( see snap shot picture) I have seven other snap shots that I sent to Opera bug report they were not much help. Opera always worked good in the past but it seems more virus like now can't purge it like other stuff i tried searching and trying different things. I could not figure how to make a bootable USB stick for Ubuntu 22.04. I just had a old 18.04 CD from Free Geek Vancouver it worked but took a very long time to get to 22.04.2. This Computer was a donation from ReBoot Vancouver with the Evil windows 11 that want a person to register and sign up for everything. I am no a computer geek but started using Ubuntu many decades ago. I just plug along with it and Ubuntu Mate when it first came out.
Asked
Active
Viewed 306 times
1 Answers
3
Remove it from your sources list: you added a PPA at some point and have not removed that. A PPA is not part of the installation and when you add it it needs to also be removed manually.
See /etc/apt/sources.list.d/ There will be an "opera" there. You can remove it using rm and then do sudo apt update or you can also do it from the desktop at the option "software & sources"
Like this:
$ more /etc/apt/sources.list
and check for opera and then do
$ ls /etc/apt/sources.list.d/
alex-p-ubuntu-smplayer-lunar.list
alex-p-ubuntu-smplayer-lunar.list.save
google-chrome.list opera-stable.list
google-chrome.list.save opera-stable.list.save
also to check for opera. I mysqlf have chrome, smplayer, and opera. You can remove the 2 with "opera".
The error in the image clearly states you have a source that points to opera. Remove that.
Rinzwind
- 309,379
