Jseo Doodle
/
dnf 명령어
Search
Share
dnf 명령어
Tags
linux
rocky8
dnf
Created
2024/04/27 18:01
Created time
2024/04/27 09:01
category
unix
개요
설치
설치된 패키지 버전 확인
삭제
설치할 수 있는 버전 확인
개요
dnf 패키지 매니저를 이용할 때 명령어들이 헷갈려서 정리
설치
dnf
install
${PACKAGE}
Bash
복사
설치된 패키지 버전 확인
dnf list installed
${PACKAGE}
Bash
복사
삭제
dnf remove
${PACKAGE}
Bash
복사
설치할 수 있는 버전 확인
dnf list
${PACKAGE}
--showduplicates
Bash
복사