Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revisionBoth sides next revision
linux_faq:apt-key_is_deprecated_how_to_add [2022/04/07 16:33] adminlinux_faq:apt-key_is_deprecated_how_to_add [2022/04/08 09:53] admin
Line 11: Line 11:
 sudo apt-get update sudo apt-get update
 sudo apt install gnupg2 wget ca-certificates lsb-release software-properties-common sudo apt install gnupg2 wget ca-certificates lsb-release software-properties-common
-gpg_key_url="https://packagecloud.io/slacktechnologies/slack/gpgkey"+#gpg_key_url="https://packagecloud.io/slacktechnologies/slack/gpgkey
 +gpg_key_url="https://slack.com/gpg/slack_pubkey.gpg"
 gpg_keyring_path="/etc/apt/trusted.gpg.d/slacktechnologies_slack-archive-keyring.gpg" gpg_keyring_path="/etc/apt/trusted.gpg.d/slacktechnologies_slack-archive-keyring.gpg"
 curl -fsSL "${gpg_key_url}" | gpg --dearmor | sudo tee -a ${gpg_keyring_path} curl -fsSL "${gpg_key_url}" | gpg --dearmor | sudo tee -a ${gpg_keyring_path}
  • linux_faq/apt-key_is_deprecated_how_to_add.txt
  • Last modified: 2023/08/21 10:48
  • by admin