I just read αғsнιη's answer on What causes Pinta to crash instantly when I begin image selection?
But what does the first line of the solution mean?
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF
I have never encountered this command before. Is it safe to use?
The
apt-key
's manual explains this well.You're actually telling
apt-key
to receive3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF
key fromkeyserver.ubuntu.com
and add that to trusted set of keys.One should add key using advance options with
apt-key
only if the keyserver is trusted since the system assume that the user themselves trust the keyserver.