Unable to install atlassian-plugin-sdk on ubuntu

Jamin Adams June 4, 2014

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?

1 answer

0 votes
Tiago Comasseto
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
June 5, 2014

Hi Jamin,

So problem may have happened with the following steps:

  1. Enter the following at the prompt.

    sudo sh -c 'echo "deb https://sdkrepo.atlassian.com/debian/ stable contrib" >>/etc/apt/sources.list'
  2. 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

Suggest an answer

Log in or Sign up to answer