Following this guide for installing the atlassian plugin sdk: https://developer.atlassian.com/display/DOCS/Install+the+Atlassian+SDK+on+a+Linux+or+Mac+Systemdoesn't work - have also tried suggestions in the comments.
After the previous steps for ubuntu:
$ sudo apt-get install atlassian-plugin-sdk
returns unable to locate package.
Using Ubuntu version 12.04
Any ideas?
Community moderators have prevented the ability to post new answers.
Hi Jamin,
So problem may have happened with the following steps:
Enter the following at the prompt.
sudo sh -c 'echo "deb https://sdkrepo.atlassian.com/debian/ stable contrib" >>/etc/apt/sources.list'After the prompt returns, add the public key:
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys B07804338C015B73
You may try to force load of the source.list (source /etc/apt/sources.list) or use the .tgz Installation method.
Cheers
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.