Advertisement
fkeles

install-stress-ng-on-ol8

May 2nd, 2023 (edited)
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.23 KB | Source Code | 0 0
  1. ## add Fedora official EPEL repository
  2. sudo dnf install https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm
  3. ## list repos
  4. sudo yum repolist
  5. ## install packages
  6. sudo yum install stress
  7. sudo yum install stress-ng
  8.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement