(→같이 보기) |
|||
(사용자 2명의 중간 판 12개는 보이지 않습니다) | |||
1번째 줄: | 1번째 줄: | ||
==개요== | ==개요== | ||
;우분투 설치된 패키지 목록 확인 | |||
;우분투 dkpg 설치된 패키지 전체목록 보기 | ;우분투 dkpg 설치된 패키지 전체목록 보기 | ||
<source lang='bash'> | |||
dpkg -l | |||
dpkg --get-selections | grep -v deinstall | |||
apt --installed list | |||
</source> | |||
==실행예시 1: -l== | ==실행예시 1: dpkg -l== | ||
<source lang=' | <source lang='console'> | ||
root@zetawiki:~# dpkg -l | root@zetawiki:~# dpkg -l | ||
Desired=Unknown/Install/Remove/Purge/Hold | Desired=Unknown/Install/Remove/Purge/Hold | ||
13번째 줄: | 17번째 줄: | ||
+++-========================-=================-=================-===================================================== | +++-========================-=================-=================-===================================================== | ||
ii accountsservice 0.6.35-0ubuntu7.1 amd64 query and manipulate user account information | 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 | ii acpid 1:2.0.21-1ubuntu2 amd64 Advanced Configuration and Power Interface event daemon | ||
... (생략) | ... (생략) | ||
ii xml-core | ii xml-core 0.13+nmu2 all XML infrastructure and XML catalog file support | ||
ii xz-utils | ii xz-utils 5.1.1alpha+201206 amd64 XZ-format compression utilities | ||
ii zlib1g:amd64 | ii zlib1g:amd64 1:1.2.8.dfsg-1ubu amd64 compression library - runtime | ||
</source> | </source> | ||
==실행예시 2: --get-selections== | ==실행예시 2: dpkg --get-selections== | ||
<source lang=' | <source lang='console'> | ||
root@zetawiki:~# dpkg --get-selections | root@zetawiki:~# dpkg --get-selections | grep -v deinstall | ||
accountsservice install | accountsservice install | ||
acpid install | acpid install | ||
31번째 줄: | 34번째 줄: | ||
xz-utils install | xz-utils install | ||
zlib1g:amd64 install | zlib1g:amd64 install | ||
</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> | </source> | ||
==같이 보기== | ==같이 보기== | ||
*[[우분투 dpkg 패키지 설치 확인]] | |||
*[[우분투 dpkg]] | |||
*[[우분투 apt]] | |||
*[[우분투 14 기본 패키지]] | |||
*[[우분투 12 기본 패키지]] | |||
* [[apt list --installed]] | |||
*[[RPM 설치된 패키지 전체목록 보기]] | *[[RPM 설치된 패키지 전체목록 보기]] | ||
*[[YUM 설치된 패키지 전체목록 보기]] | *[[YUM 설치된 패키지 전체목록 보기]] | ||
[[분류: dpkg]] | [[분류: dpkg]] |
2016년 12월 15일 (목) 11:36 기준 최신판
1 개요[ | ]
- 우분투 설치된 패키지 목록 확인
- 우분투 dkpg 설치된 패키지 전체목록 보기
Bash
Copy
dpkg -l
dpkg --get-selections | grep -v deinstall
apt --installed list
2 실행예시 1: dpkg -l[ | ]
Console
Copy
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[ | ]
Console
Copy
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[ | ]
Console
Copy
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 같이 보기[ | ]
편집자 Jmnote Jmnote bot
로그인하시면 댓글을 쓸 수 있습니다.