当前位置:   article > 正文

Command ‘deb‘ not found, rabbitMQ官方文档在ubuntu安装_command 'deb' not found

command 'deb' not found

系统环境: ubuntu 20.04 LTS, 今天安装rabbitMQ的时候,照着官方文档一步步操作,

  1. #!/usr/bin/sh
  2. sudo apt-get install curl gnupg apt-transport-https -y
  3. ## Team RabbitMQ's main signing key
  4. curl -1sLf "https://keys.openpgp.org/vks/v1/by-fingerprint/0A9AF2115F4687BD29803A206B73A36E6026DFCA" | sudo gpg --dearmor | sudo tee /usr/share/keyrings/com.rabbitmq.team.gpg > /dev/null
  5. ## Cloudsmith: modern Erlang repository
  6. curl -1sLf https://dl.cloudsmith.io/public/rabbitmq/rabbitmq-erlang/gpg.E495BB49CC4BBE5B.key | sudo gpg --dearmor | sudo tee /usr/share/keyrings/io.cloudsmith.rabbitmq.E495BB49CC4BBE5B.gpg > /dev/null
  7. ## Cloudsmith: RabbitMQ repository
  8. curl -1sLf https://dl.cloudsmith.io/public/rabbitmq/rabbitmq-server/gpg.9F4587F226208342.key | sudo gpg --dearmor | sudo tee /usr/share/keyrings/io.cloudsmith.rabbitmq.9F4587F226208342.gpg > /dev/null
  9. ## Add apt repositories maintained by Team RabbitMQ
  10. sudo tee /etc/apt/sources.list.d/rabbitmq.list <<EOF
  11. ##
声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/凡人多烦事01/article/detail/65290
推荐阅读
相关标签
  

闽ICP备14008679号