"우분투 uuid-runtime 설치"의 두 판 사이의 차이

(문서를 비움)
1번째 줄: 1번째 줄:
==개요==
;<nowiki>-bash: uuidgen: command not found</nowiki>
* 우분투에서 uuidgen 명령어가 없을 때는 uuid-runtime 패키지를 설치하면 됨


==확인==
<source lang='console'>
root@zetawiki:~# uuidgen
-bash: uuidgen: command not found
</source>
==설치==
<source lang='console'>
root@zetawiki:~# apt install uuid-runtime
Reading package lists... Done
Building dependency tree     
Reading state information... Done
The following NEW packages will be installed:
  uuid-runtime
0 upgraded, 1 newly installed, 0 to remove and 138 not upgraded.
Need to get 26.6 kB of archives.
After this operation, 159 kB of additional disk space will be used.
Get:1 http://kr.archive.ubuntu.com/ubuntu xenial-updates/main amd64 uuid-runtime amd64 2.27.1-6ubuntu3.3 [26.6 kB]
Fetched 26.6 kB in 0s (219 kB/s)       
Selecting previously unselected package uuid-runtime.
(Reading database ... 162997 files and directories currently installed.)
Preparing to unpack .../uuid-runtime_2.27.1-6ubuntu3.3_amd64.deb ...
Unpacking uuid-runtime (2.27.1-6ubuntu3.3) ..............................................]
Processing triggers for man-db (2.7.5-1) ...##########...................................]
Processing triggers for systemd (229-4ubuntu17) ...
Processing triggers for ureadahead (0.100.0-19) ...
Setting up uuid-runtime (2.27.1-6ubuntu3.3) ...
Adding group `uuidd' (GID 124) ...################################.......................]
Done.
Warning: The home dir /run/uuidd you specified can't be accessed: No such file or directory
Adding system user `uuidd' (UID 120) ...
Adding new user `uuidd' (UID 120) with group `uuidd' ...
Not creating home directory `/run/uuidd'.
Processing triggers for systemd (229-4ubuntu17) ...###########################...........]
Processing triggers for ureadahead (0.100.0-19) ...
</source>
==확인 2==
<source lang='console'>
root@zetawiki:~# uuidgen
2a3a2e6c-9002-4a02-bdf1-8f10506ab86b
</source>
<source lang='console'>
root@zetawiki:~# uuidgen -V
uuidgen from util-linux 2.27.1
</source>

2017년 11월 23일 (목) 01:22 판

1 개요

-bash: uuidgen: command not found
  • 우분투에서 uuidgen 명령어가 없을 때는 uuid-runtime 패키지를 설치하면 됨

2 확인

root@zetawiki:~# uuidgen
-bash: uuidgen: command not found

3 설치

root@zetawiki:~# apt install uuid-runtime
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following NEW packages will be installed:
  uuid-runtime
0 upgraded, 1 newly installed, 0 to remove and 138 not upgraded.
Need to get 26.6 kB of archives.
After this operation, 159 kB of additional disk space will be used.
Get:1 http://kr.archive.ubuntu.com/ubuntu xenial-updates/main amd64 uuid-runtime amd64 2.27.1-6ubuntu3.3 [26.6 kB]
Fetched 26.6 kB in 0s (219 kB/s)        
Selecting previously unselected package uuid-runtime.
(Reading database ... 162997 files and directories currently installed.)
Preparing to unpack .../uuid-runtime_2.27.1-6ubuntu3.3_amd64.deb ...
Unpacking uuid-runtime (2.27.1-6ubuntu3.3) ..............................................] 
Processing triggers for man-db (2.7.5-1) ...##########...................................] 
Processing triggers for systemd (229-4ubuntu17) ...
Processing triggers for ureadahead (0.100.0-19) ...
Setting up uuid-runtime (2.27.1-6ubuntu3.3) ...
Adding group `uuidd' (GID 124) ...################################.......................] 
Done.
Warning: The home dir /run/uuidd you specified can't be accessed: No such file or directory
Adding system user `uuidd' (UID 120) ...
Adding new user `uuidd' (UID 120) with group `uuidd' ...
Not creating home directory `/run/uuidd'.
Processing triggers for systemd (229-4ubuntu17) ...###########################...........] 
Processing triggers for ureadahead (0.100.0-19) ...

4 확인 2

root@zetawiki:~# uuidgen
2a3a2e6c-9002-4a02-bdf1-8f10506ab86b
root@zetawiki:~# uuidgen -V
uuidgen from util-linux 2.27.1
문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}