"우분투 설치된 패키지 전체목록 보기"의 두 판 사이의 차이

잔글 (봇: 자동으로 텍스트 교체 (-<source lang='cli'> +<source lang='console'>))
5번째 줄: 5번째 줄:


==실행예시 1: dpkg --get-selections==
==실행예시 1: dpkg --get-selections==
<source lang='cli'>
<source lang='console'>
root@zetawiki:~# dpkg --get-selections
root@zetawiki:~# dpkg --get-selections
accountsservice install
accountsservice install
17번째 줄: 17번째 줄:


==실행예시 2: dpkg -l==  
==실행예시 2: dpkg -l==  
<source lang='cli'>
<source lang='console'>
root@zetawiki:~# dpkg -l
root@zetawiki:~# dpkg -l
Desired=Unknown/Install/Remove/Purge/Hold
Desired=Unknown/Install/Remove/Purge/Hold

2016년 3월 29일 (화) 14:11 판

1 개요

우분투 dkpg 설치된 패키지 전체목록 보기
dpkg -l
dpkg --get-selections

2 실행예시 1: dpkg --get-selections

root@zetawiki:~# dpkg --get-selections
accountsservice					install
acpid						install
adduser						install
... (생략)
xml-core					install
xz-utils					install
zlib1g:amd64					install

3 실행예시 2: dpkg -l

root@zetawiki:~# dpkg -l
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name                     Version           Architecture      Description
+++-========================-=================-=================-=====================================================
ii  accountsservice          0.6.35-0ubuntu7.1 amd64             query and manipulate user account information
ii  acpid                    1:2.0.21-1ubuntu2 amd64             Advanced Configuration and Power Interface event daemon
ii  adduser                  3.113+nmu3ubuntu3 all               add and remove users and groups
... (생략)
ii  xml-core                 0.13+nmu2         all               XML infrastructure and XML catalog file support
ii  xz-utils                 5.1.1alpha+201206 amd64             XZ-format compression utilities
ii  zlib1g:amd64             1:1.2.8.dfsg-1ubu amd64             compression library - runtime

4 같이 보기

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