code-quality

install hipchat in ubuntu 16.04

how to install hipchat in ubuntu 16.04

install hipchat in ubuntu 16.04

Upgraded to ubuntu 16.04? chances are high that you have already faced problem while trying to install hipchat as steps listed in official site is of no help.

The script below will help you install older version of hipchat(i.e 2.2.1).

sudo su
echo "deb http://downloads.hipchat.com/linux/apt stable main" > \
/etc/apt/sources.list.d/atlassian-hipchat.list
wget -O - https://www.hipchat.com/keys/hipchat-linux.key | apt-key add -
apt-get update
apt-get install hipchat

In case you want to install latest version, you may install hipchat4 but it won’t even remember your credentials once you quit. To install hipchat4 you need to run following script:

wget https://atlassian.artifactoryonline.com/atlassian/hipchat-apt-client/pool/HipChat4-4.0.1517-Linux.deb
sudo dpkg -i HipChat4-4.0.1517-Linux.deb

References:

About the author

Prakash Poudel Sharma

Engineering Manager · Product Owner · Varicon

Engineering Manager at Varicon, leading the Onboarding squad as Product Owner. Eleven years of building software — first as a programmer, then as a founder, now sharpening the product craft from the inside of a focused team.

Keep reading

More on this

Join the conversation 0 comments

What did you take away?

Thoughts, pushback, or a story of your own? Drop a reply below — I read every one.

Comments are powered by Disqus. By posting you agree to their terms.