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:

Press Esc to return to the article
About the author

Prakash Poudel Sharma

Independent product manager & agentic engineering consultant

I'm an independent product manager, founder, and software builder based in Kathmandu. I help teams make product decisions and adopt agentic software development, drawing on over a decade of building software. I write about product thinking, engineering with AI, and hands-on experiments.

Keep reading

More on this

Join the conversation0 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 theirterms.

0:000:00