Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- port
- Windows 10
- 줄바꿈 문자
- web.xml
- 단축키
- bash
- ssh
- plugin
- maVen
- xargs
- IntelliJ
- GIT
- VirtualBox
- netsh
- JavaScript
- 네트워크
- Source
- profile
- resource
- vscode
- Mac
- Quartz
- Windows
- lsof
- tomcat
- import
- find
- Eclipse
- context
- grep
Archives
- Today
- Total
develog
[ubuntu] dpkg 로 패키지 확인하기 본문
설치된 패키지 목록 확인하기
# -l, --list
$ dpkg -l
gcc-7 패키지 설치시 설치된 파일 목록 확인하기
# -L, --listfiles
$ dpkg -L gcc-7
Comments