Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
For Redhat/CentOS/Oracle:
  cd /etc/yum.repos.d/
  wget <ambari-repo-url>
 
For SUSE:
  cd /etc/zypp/repos.d
  wget <ambari-repo-url>
 
For Ubuntu/Debian:
  cd /etc/apt/sources.list.d
  wget <ambari-repo-url>

...

Code Block
For Redhat/CentOS/Oracle:
  yum install ambari-server
 
For SUSE:
  zypper install ambari-server

 
For Ubuntu/Debian:
  apt-key adv --recv-keys --keyserver keyserver.ubuntu.com B9733A7A07513CAD
  apt-get update
  apt-get install ambari-server

...