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
반응형
'CS > Linux' 카테고리의 다른 글
리눅스 우분투에서 모든 프로세스 보기 | ps -ef (0) | 2022.02.06 |
---|---|
리눅스 우분투 방화벽 포트 열기 (feat. iptables) (0) | 2022.02.06 |
리눅스 우분투에서 war 파일 실행하기 (0) | 2022.02.06 |
리눅스 우분투 현재 OS 버전 확인하기 (0) | 2022.02.06 |
리눅스 우분투 메모리 사용량 확인하기 | free -h (0) | 2022.01.13 |