[Error] version v1.38.6 is available

Hello, i received the message that version v1.38.6 is available.
But when i try to update over the “Update Nextcloud” function i get the following error:

> Downloading updates
> Performing updates
> Installing metrics
> Hit:1 http://deb.debian.org/debian buster InRelease
> Hit:2 http://deb.debian.org/debian-security buster/updates InRelease
> Hit:3 http://deb.debian.org/debian buster-updates InRelease
> Ign:4 http://ppa.launchpad.net/hermlnx/xrdp/ubuntu hirsute InRelease
> Hit:5 http://archive.raspberrypi.org/debian buster InRelease
> Hit:6 http://repository.teamviewer.com/deb stable InRelease
> Ign:7 http://ppa.launchpad.net/ubuntudde-dev/stable/ubuntu impish InRelease
> Err:8 http://ppa.launchpad.net/hermlnx/xrdp/ubuntu hirsute Release
> 404 Not Found [IP: 91.189.95.85 80]
> Err:9 http://ppa.launchpad.net/ubuntudde-dev/stable/ubuntu impish Release
> 404 Not Found [IP: 91.189.95.85 80]
> Reading package lists...
> 
> E: The repository 'http://ppa.launchpad.net/hermlnx/xrdp/ubuntu hirsute Release' does not have a Release file.
> E: The repository 'http://ppa.launchpad.net/ubuntudde-dev/stable/ubuntu impish Release' does not have a Release file.

Can someone explain whats wrong?
Im running Debian GNU/Linux 10 (buster)

NCP doesn’t use any ppa’s afaik.

I suspect you might be mixing up NCP update and Nextcloud update.

Please share how you installed and on what hardware?
Run nc-info or ncp-report for more complete informatiom and logs. Share via a pastebin service or plain text file, if too long.

1 Like

looks like we are mixing debian and ubuntu sources, that’s a recipe for disaster and definitely not supported

Hello,
I installed it over an Image on an Raspberry 3

Here ist the Pastebin Link
https://pastebin.com/JUhTgPTX

Thank you 4 the help

I’d try commenting out (add a # at start of the line) of the ppa conf files, most likely find them inside /etc/apt/sources.list.d/
and try updating again.

Hello, in my case the ppa conf files are located in /etc/apt/sources.list.d/
Adding an # at the start of the line works for me and update runs without any errors
Thank you very much.
Can you maybe explain what the # does ?
Thank you !

1 Like

any code preceded by a # will be ignored
It is frequently used to add comments and instructions to commands, within a script.

1 Like