CentOS: Difference between revisions
iwu - RHEL 7 Documentation |
iwu - install byobu |
||
Line 1: | Line 1: | ||
[https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/?version=7 RHEL 7 Documentation] | [https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/?version=7 RHEL 7 Documentation] | ||
{| class="wikitable" | |||
|- | |||
! Description | |||
! Command | |||
|- | |||
| Install byobu | |||
| <code>$ yum -y install epel-release<br>$ yum -y install byobu</code> | |||
|} |
Revision as of 19:18, 2 April 2018
Description | Command |
---|---|
Install byobu | $ yum -y install epel-release
|