sudo gedit /etc/yum.repos.d/hipchat4.repoWith the following content:
[atlassian-hipchat4]Install hipchat:
name=Atlassian Hipchat4
baseurl=https://atlassian.artifactoryonline.com/atlassian/hipchat-yum-client/
enabled=1
gpgcheck=0
sudo dnf install hipchat4 --refresh-----
Atlassian team wasn't 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
No comments:
Post a Comment