Setup HipChat Repo for Ubuntu/Debian Based
The Linux Tutorial Shows You Step-by-Step How-to Enable the HipChat Apt Repository on Ubuntu/Debian Based GNU/Linux Desktops.
HipChat combine the power of Group Chat and the simplicity of consumer IM services with the administrative controls that Companies need.
-
Open a Shell Terminal emulator session
(Press “Enter” to Execute Commands) -
Logging in as SuperUser
- For Ubuntu Based Systems:
sudo su
- For Debian Based Systems:
su -
If Got “User is Not in Sudoers file” then Look: Solution
- For Ubuntu Based Systems:
-
Enabling HipChat Apt Repository for Ubuntu/Debian
echo "deb http://downloads.hipchat.com/linux/apt stable main" \ > /etc/apt/sources.list.d/atlassian-hipchat.list
Then:
wget -O - https://www.hipchat.com/keys/hipchat-linux.key | apt-key add -
And:
apt-get update
exit