[SMPlayer] no release file

Asked by ben phillips

when doing `sudo apt update` in Ubuntu 23.10, I get this error:

```
Ign:5 https://ppa.launchpadcontent.net/rvm/smplayer/ubuntu mantic InRelease
Err:6 https://ppa.launchpadcontent.net/rvm/smplayer/ubuntu mantic Release
  404 Not Found [IP: 2620:2d:4000:1::81 443]

...

E: The repository 'https://ppa.launchpadcontent.net/rvm/smplayer/ubuntu mantic Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.

```

all my other third party repositories are fine, its just the one for SMPlayer causing an issue. Any ideas?

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
Manfred Hampl
Solved:
Last query:
Last reply:
Revision history for this message
Best Manfred Hampl (m-hampl) said :
#1

Look at https://launchpad.net/~rvm/+archive/ubuntu/smplayer and you will see, that this PPA does not provide any software for Ubuntu mantic.

You have to remove this PPA from your list of repository sources (or ask the provider of that PPA to add packages from mantic to that PPA).

Revision history for this message
ben phillips (ben910) said :
#2

Thanks Manfred Hampl, that solved my question.