Skip to content

Instantly share code, notes, and snippets.

@Zobber
Created May 1, 2020 02:19
Show Gist options
  • Select an option

  • Save Zobber/f87a685e653cda1f70f8aafba7b37164 to your computer and use it in GitHub Desktop.

Select an option

Save Zobber/f87a685e653cda1f70f8aafba7b37164 to your computer and use it in GitHub Desktop.
cat /etc/apt/sources.list | grep -v "#"
ls -l /etc/apt/sources.list.d/
apt-key list
gpg --keyserver keys.gnupg.net --recv 67ECE5605BCF1346
gpg --export 67ECE5605BCF1346 | apt-key add -
or
gpg --search-keys 67ECE5605BCF1346
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment