fedora Install HipChat 4
UPDATED: Atlassian team has a rpm repository which they do not mention on the official download page. To install hipchat4 from it, create a repository file:
sudo gedit /etc/yum.repos.d/hipchat4.repoWith the following content:
[atlassian-hipchat4]name=Atlassian Hipchat4baseurl=https://atlassian.artifactoryonline.com/atlassian/hipchat-yum-client/enabled=1gpgcheck=0Install hipchat:
sudo dnf install hipchat4 --refresh----- Atlassian team wasnt able to release rpm package for the latest hipchat for more than 2 months. Fortunately, it is possible to intsall hipchat from the debian package. Download the latest available debian package from here.
Install alien package which will convert deb package to the rpm package:
sudo dnf install alien
sudo alien HipChat4-4.0.1635-Linux.deb -r
sudo dnf install hipchat4-4.0.1635-2.x86_64.rpm

download file now