CS/Linux
리눅스 우분투 man이 안 될 때 | To restore this content, including manpages, you can run the 'unminimize'command. You will still need to ensure the 'man-db' package is installed.
isaac.kim
2022. 1. 13. 09:09
728x90
반응형
리눅스 우분투 man이 안 될 때
리눅스 우분투에서 man 명령어를 사용하면 다음과 같은 메시지를 볼 수 있습니다.
메시지
This system has been minimized by removing packages and content that are
not required on a system that users do not log into.
To restore this content, including manpages, you can run the 'unminimize'
command. You will still need to ensure the 'man-db' package is installed.
최소버전의 시스템으로 설치한 경우에 볼 수 있는 메시지로 'unminimize'의 명령 실행과 man-db 라는 패키지 설치를 권유하고 있습니다.
man-db 패키지를 먼저 설치하겠습니다.
man-db 패키지 설치
$ sudo install man-db
# apt install man-db
다음은 unminimize 명령어를 실행합니다.
unminimize 명령어의 실행
$ sudo unminimize
# unminimize
y를 선택하여 설치를 완료하고 man 명령어를 사용합니다.
728x90
반응형