Skip to content

Instantly share code, notes, and snippets.

@rsponholtz
Last active April 14, 2020 02:26
Show Gist options
  • Save rsponholtz/3956726320cc63357158e5cb5fd18aed to your computer and use it in GitHub Desktop.
Save rsponholtz/3956726320cc63357158e5cb5fd18aed to your computer and use it in GitHub Desktop.
install tmux on sles 12 sp 3
#!/bin/bash
zypper addrepo https://download.opensuse.org/repositories/home:/so_it_team:/12.x/SLE_12_SP3/home:so_it_team:12.x.repo
zypper addrepo https://download.opensuse.org/repositories/network:utilities/SLE_12_SP3/network:utilities.repo
zypper addrepo http://download.opensuse.org/repositories/home:/univest:/stable/SLE_12_SP3/home:univest:stable.repo
zypper addrepo http://download.opensuse.org/repositories/openSUSE:/Backports:/SLE-12-SP4/standard/openSUSE:Backports:SLE-12-SP4.repo
zypper refresh
zypper install -y iperf tmux
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment