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 | 29 | 30 |
31 |
Tags
- tomcat
- 줄바꿈 문자
- bash
- 네트워크
- plugin
- maVen
- resource
- Windows 10
- import
- IntelliJ
- VirtualBox
- context
- JavaScript
- GIT
- lsof
- xargs
- Quartz
- vscode
- Source
- Windows
- Eclipse
- netsh
- profile
- ssh
- grep
- 단축키
- Mac
- find
- web.xml
- port
Archives
- Today
- Total
목록2024/03/12 (3)
develog
[ubuntu] dpkg 로 패키지 확인하기
설치된 패키지 목록 확인하기 # -l, --list $ dpkg -l gcc-7 패키지 설치시 설치된 파일 목록 확인하기 # -L, --listfiles $ dpkg -L gcc-7
카테고리 없음
2024. 3. 12. 16:15
[bash] apt install 시 버전을 지정
sudo apt install -y cpp-7=7.5.0-6ubuntu2
카테고리 없음
2024. 3. 12. 15:42