Yeh, I had to edit the file again and remove the extra path. So just do it. Remove opera/ from the end of the url.
Latest posts made by markkrj
-
RE: The repository does not have a Release file.Data (40.3.2308.54)Opera for Linux
-
RE: The repository does not have a Release file.Data (40.3.2308.54)Opera for Linux
Had this problem today... Apparently, their repository changed and a path opera was added before the dists directory. So all you have to do is:
sed -i 's/\(opera-stable\)/\1\/opera/' /etc/apt/sources.list.d/opera-stable.list
And then upgrade normally.