Skip to content

Instantly share code, notes, and snippets.

@tinkertims
Last active February 26, 2024 05:44
Show Gist options
  • Save tinkertims/b4beeb16608c4c6321e7 to your computer and use it in GitHub Desktop.
Save tinkertims/b4beeb16608c4c6321e7 to your computer and use it in GitHub Desktop.
Install byobu to CentOS 7
wget http://dl.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-7-5.noarch.rpm
rpm -ivh epel-release-7-5.noarch.rpm
sudo yum install byobu -y --enablerepo=epel-testing
@tueda
Copy link

tueda commented Feb 17, 2022

If yum -y install byobu doesn't find Byobu in EPEL, maybe EPEL is disabled. Try yum -y --enablerepo=epel install byobu (this was needed to me).

@telukir
Copy link

telukir commented Dec 30, 2022

dnf install epel-release
dnf -y --enablerepo=epel install byobu
yum -y --enablerepo=epel install byobu
yum install byobu
dnf install byobu

None of the above work in CentOS 9 stream. But epel-release already installed
Package epel-release-9-4.el9.noarch is already installed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment