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 |
Tags
- grep
- plugin
- Mac
- import
- xargs
- find
- 줄바꿈 문자
- IntelliJ
- port
- 단축키
- Source
- web.xml
- bash
- lsof
- ssh
- Windows
- GIT
- resource
- JavaScript
- Quartz
- profile
- netsh
- Windows 10
- VirtualBox
- Eclipse
- maVen
- 네트워크
- tomcat
- context
- vscode
Archives
- Today
- Total
develog
[centos] rpm 본문
# 패키지 설치
$ rpm -Uvh 패키지파일이름.rpm |
# 패키지 삭제
$ rpm -e 패키지이름 |
# 설치된 패키지 확인
$ rpm -qa 패키지이름 $ rpm -qi 패키지이름 |
Comments