Problem with Vivaldi ppa
As a workaround, you can use --allow-unauthenticated
with apt
. Run the command:
sudo apt update --allow-unauthenticated
If you do not want to use --allow-unauthenticated
flag every time you run sudo apt update
here is a solution.
Press Ctrl+Alt+T to open a terminal.
Type the command
sudo nano /etc/apt/sources.list
. In this file, search for vivaldi repository.-
Now, replace the line with:
deb [trusted=yes] https://repo.vivaldi.com/archive/deb/ stable main
Now, press Ctrl+X followed by y and then Enter to save the files.
-
Finally, update the package list:
sudo apt update