无法添加 PPA:'ppa:~bigbluebutton/ubuntu/support' Ubuntu 16.04

无法添加 PPA:'ppa:~bigbluebutton/ubuntu/support' Ubuntu 16.04

当我运行此命令时出现错误...

sudo add-apt-repository ppa:bigbluebutton/support -y 

或者

sudo add-apt-repository ppa:rmescandon/yq -y

我收到以下错误。

Cannot add PPA: 'ppa:~bigbluebutton/ubuntu/support'.

ERROR: '~bigbluebutton' user or team does not exist.

答案1

We just tried on a test server and it worked

# sudo add-apt-repository ppa:bigbluebutton/support -y
gpg: keyring `/tmp/tmpp8oro48q/secring.gpg' created
gpg: keyring `/tmp/tmpp8oro48q/pubring.gpg' created
gpg: requesting key E95B94BC from hkp server keyserver.ubuntu.com
gpg: /tmp/tmpp8oro48q/trustdb.gpg: trustdb created
gpg: key E95B94BC: public key "Launchpad PPA for BigBlueButton" imported
gpg: Total number processed: 1
gpg:               imported: 1  (RSA: 1)
OK

相关内容