pop!_os apt-key is deprecated

BigBadBeef

Active Member
Joined
Sep 23, 2021
Messages
457
Reaction score
238
Credits
4,125
Screenshot from 2022-01-20 20-47-17.png

POP started using new keyring systems, but I need to install vivaldi. How can I get around this snag?
 


Should not have to mess with key - just go to https://vivaldi.com/download/ and download the deb file then install it with Gdebi or QApt

or if you want to install via the command line do the following
Code:
sudo apt update
Code:
sudo apt -y install curl wget gnupg2 software-properties-common
Code:
curl  https://repo.vivaldi.com/archive/linux_signing_key.pub | gpg --dearmor > vivaldi.gpg
Code:
sudo install -o root -g root -m 644 vivaldi.gpg /etc/apt/trusted.gpg.d/
Code:
echo 'deb https://repo.vivaldi.com/archive/deb/ stable main' | sudo tee /etc/apt/sources.list.d/vivaldi.list
Code:
sudo apt update
Code:
sudo apt install vivaldi-stable
 
Should not have to mess with key - just go to https://vivaldi.com/download/ and download the deb file then install it with Gdebi or QApt

or if you want to install via the command line do the following
Code:
sudo apt update
Code:
sudo apt -y install curl wget gnupg2 software-properties-common
Code:
curl  https://repo.vivaldi.com/archive/linux_signing_key.pub | gpg --dearmor > vivaldi.gpg
Code:
sudo install -o root -g root -m 644 vivaldi.gpg /etc/apt/trusted.gpg.d/
Code:
echo 'deb https://repo.vivaldi.com/archive/deb/ stable main' | sudo tee /etc/apt/sources.list.d/vivaldi.list
Code:
sudo apt update
Code:
sudo apt install vivaldi-stable
All done. Thanks!
 

Members online


Latest posts

Top