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

(새 문서: ==개요== ;Dkpg 설치된 패키지 전체목록 보기 ;dpkg --get-selections <source lang='cli'> root@zetawiki:~# dpkg --get-selections accountsservice install acpid inst...)
 
 
(사용자 2명의 중간 판 17개는 보이지 않습니다)
1번째 줄: 1번째 줄:
==개요==
==개요==
;Dkpg 설치된 패키지 전체목록 보기
;우분투 설치된 패키지 목록 확인
;dpkg --get-selections
;우분투 dkpg 설치된 패키지 전체목록 보기
<source lang='bash'>
dpkg -l
dpkg --get-selections | grep -v deinstall
apt --installed list
</source>
 
==실행예시 1: dpkg -l==
<source lang='console'>
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  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
</source>


<source lang='cli'>
==실행예시 2: dpkg --get-selections==
root@zetawiki:~# dpkg --get-selections
<source lang='console'>
root@zetawiki:~# dpkg --get-selections | grep -v deinstall
accountsservice install
accountsservice install
acpid install
acpid install
13번째 줄: 35번째 줄:
zlib1g:amd64 install
zlib1g:amd64 install
</source>
</source>
==실행예시 3: apt --installed list==
<source lang='console'>
root@zetawiki:~# apt --installed list
... (생략)
xml-core/trusty,now 0.13+nmu2 all [installed]
xz-utils/trusty,now 5.1.1alpha+20120614-2ubuntu2 amd64 [installed]
zlib1g-dev/trusty,now 1:1.2.8.dfsg-1ubuntu1 amd64 [installed]
</source>


==같이 보기==
==같이 보기==
*[[우분투 dpkg 패키지 설치 확인]]
*[[우분투 dpkg]]
*[[우분투 apt]]
*[[우분투 14 기본 패키지]]
*[[우분투 12 기본 패키지]]
* [[apt list --installed]]
*[[RPM 설치된 패키지 전체목록 보기]]
*[[RPM 설치된 패키지 전체목록 보기]]
*[[YUM 설치된 패키지 전체목록 보기]]
*[[YUM 설치된 패키지 전체목록 보기]]
*[[우분투 dkpg]]


[[분류: dkpg]]
[[분류: dpkg]]

2016년 12월 15일 (목) 11:36 기준 최신판

1 개요[ | ]

우분투 설치된 패키지 목록 확인
우분투 dkpg 설치된 패키지 전체목록 보기
dpkg -l
dpkg --get-selections | grep -v deinstall
apt --installed list

2 실행예시 1: 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  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

3 실행예시 2: dpkg --get-selections[ | ]

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

4 실행예시 3: apt --installed list[ | ]

root@zetawiki:~# apt --installed list
... (생략)
xml-core/trusty,now 0.13+nmu2 all [installed]
xz-utils/trusty,now 5.1.1alpha+20120614-2ubuntu2 amd64 [installed]
zlib1g-dev/trusty,now 1:1.2.8.dfsg-1ubuntu1 amd64 [installed]


5 같이 보기[ | ]

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