"우분투18 stress 설치"의 두 판 사이의 차이

(새 문서: ==개요== ;우분투18 stress 설치 ;apt install stress <source lang='console'> testuser@localhost:~$ stress Command 'stress' not found, but can be installed with: apt install st...)
 
잔글 (Jmnote님이 Apt install stress 문서를 우분투18 stress 설치 문서로 이동했습니다)
 

2019년 11월 27일 (수) 15:34 기준 최신판

1 개요[ | ]

우분투18 stress 설치
apt install stress
testuser@localhost:~$ stress

Command 'stress' not found, but can be installed with:

apt install stress
Please ask your administrator.
root@localhost:~# stress

Command 'stress' not found, but can be installed with:

apt install stress
root@localhost:~# apt install stress
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following NEW packages will be installed:
  stress
0 upgraded, 1 newly installed, 0 to remove and 83 not upgraded.
Need to get 17.5 kB of archives.
After this operation, 46.1 kB of additional disk space will be used.
... (생략)
Preparing to unpack .../stress_1.0.4-2_amd64.deb ...
Unpacking stress (1.0.4-2) ...
Processing triggers for man-db (2.8.3-2ubuntu0.1) ...
Setting up stress (1.0.4-2) ...
root@localhost:~# stress --version
stress 1.0.4

2 같이 보기[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}