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

1번째 줄: 1번째 줄:
==개요==
==개요==
;우분투 dkpg 설치된 패키지 전체목록 보기
;우분투 dkpg 설치된 패키지 전체목록 보기
;dpkg -l
;dpkg --get-selections
;dpkg --get-selections


==실행예시 1: -l==
<source lang='cli'>
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 daem
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+20120614-2ubuntu2    amd64        XZ-format compression utilities
ii  zlib1g:amd64                        1:1.2.8.dfsg-1ubuntu1            amd64        compression library - runtime
</source>
==실행예시 2: --get-selections==
<source lang='cli'>
<source lang='cli'>
root@zetawiki:~# dpkg --get-selections
root@zetawiki:~# dpkg --get-selections
13번째 줄: 32번째 줄:
zlib1g:amd64 install
zlib1g:amd64 install
</source>
</source>


==같이 보기==
==같이 보기==

2015년 9월 20일 (일) 23:34 판

1 개요

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

2 실행예시 1: -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 daem
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+20120614-2ubuntu2     amd64        XZ-format compression utilities
ii  zlib1g:amd64                        1:1.2.8.dfsg-1ubuntu1            amd64        compression library - runtime

3 실행예시 2: --get-selections

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


4 같이 보기

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