Skip to content

Instantly share code, notes, and snippets.

@sixtusagbo
Last active November 11, 2022 01:31
Show Gist options
  • Save sixtusagbo/af70968b658e9b8530915307220565da to your computer and use it in GitHub Desktop.
Save sixtusagbo/af70968b658e9b8530915307220565da to your computer and use it in GitHub Desktop.
Fix 'apt-key' depreciated in linux
sudo apt-key export 038651BD | sudo gpg --dearmour -o /etc/apt/trusted.gpg.d/slacktechnologies.gpg
# Replace 038651BD with the last 8 characters of your key
# Relace slacktechologies with a name that applies to your app or key
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment