I'm updating Dropbox through apt on Ubuntu 22.04, and run my usual command for updating all my packages.
This time, I received the following error message:
E: The repository 'http://linux.dropbox.com/ubuntu disco Release' no longer has 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.
Obviously I'm not running Ubuntu disco (19.04) any more, but jammy (22.04). Manually deleting the line in my /etc/apt/sources.list.d/dropbox.list did stop the error occurring, but trying to add the sources line
deb https://linux.dropbox.com/ubuntu jammy main
gives a similar error:
E: The repository 'https://linux.dropbox.com/ubuntu jammy 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.
Will removing the line completely cause an issue with updating Dropbox for new versions?