저는 *BSD 기반 시스템(macOS 제외)에서 몇 년이 지난 후 FreeBSD를 다시 사용하기 시작했습니다. 저는 FreeBSD 11.0과 12.0을 사용하고 있습니다.
관리 팩은 pkg
매우 직관적으로 보이지만 명령은 실제로 , 및 와 pkg update
매우 유사합니다 .pkg upgrade
pkg search
pkg autoremove
그러나 설치된 패키지 목록이 있다는 것은 무엇을 의미합니까 apt list
? dpkg -l
자세히 설명된 페이지를 기억하고 찾았 pkg_info
지만 명령이 작동하지 않습니다.
답변1
pkg_info
사용법이 더 이상 사용되지 않으므로 혼란스러워집니다.
실제로 설치된 FreeBSD 패키지를 나열하는 데 적합한 명령은 입니다 pkg info
.
~에서man pkg
info는 설치된 패키지에 대한 정보를 표시합니다.
$ pkg info | tail
python27-2.7.13_1 Interpreted object-oriented programming language
readline-6.3.8 Library for editing command lines as they are typed
screen-4.5.0_2 Multi-screen window manager
sdig-0.45_1 Translate IP/DNS/WINS/MAC address into port description
tmux-2.3_2 Terminal Multiplexer
unbound-1.6.1 Validating, recursive, and caching DNS resolver
vm-bhyve-1.1.5 Management system for bhyve virtual machines
wget-1.19 Retrieve files from the Net via HTTP(S) and FTP
xextproto-7.3.0 XExt extension headers
xproto-7.0.31 X11 protocol headers
FreeBSD 위키를 참조하세요포장 프라이머pkg
이 명령의 사용법 과 더 이상 사용되지 않는 pkg_* 명령의 동등한 사용법이 자세히 설명되어 있습니다 .