차이
문서의 선택한 두 판 사이의 차이를 보여줍니다.
| 다음 판 | 이전 판 | ||
| rocky_linux [2024/06/26 08:04] – 만듦 koov | rocky_linux [2025/06/09 08:05] (현재) – koov | ||
|---|---|---|---|
| 줄 1: | 줄 1: | ||
| ====== Rocky Linux ====== | ====== Rocky Linux ====== | ||
| - | * CentOS에서 Rocky로 마이그레이션 https:// | + | * CentOS에서 Rocky로 마이그레이션 |
| + | * Rocky Linux Instructional Books [[https:// | ||
| + | |||
| + | ===== 설치 / 구성 ===== | ||
| + | * [[릴리즈 버전 고정 release lock]] | ||
| + | |||
| + | |||
| + | ===== Rocky Linux Repository ===== | ||
| + | |||
| + | '' | ||
| + | * '' | ||
| + | * '' | ||
| + | * '' | ||
| + | |||
| + | 레포지토리는 이것 외에도 여러가지가 있다. | ||
| + | |||
| + | <WRAP prewrap> | ||
| + | <code bash> | ||
| + | [root@rocky9-repo ~]# dnf repolist all | ||
| + | repo id repo name status | ||
| + | appstream | ||
| + | appstream-debuginfo | ||
| + | appstream-source | ||
| + | baseos | ||
| + | baseos-debuginfo | ||
| + | baseos-source | ||
| + | crb Rocky Linux 9 - CRB disabled | ||
| + | crb-debuginfo | ||
| + | crb-source | ||
| + | devel Rocky Linux 9 - Devel WARNING! FOR BUILDROOT disabled | ||
| + | devel-debuginfo | ||
| + | devel-source | ||
| + | extras | ||
| + | extras-debuginfo | ||
| + | extras-source | ||
| + | highavailability | ||
| + | highavailability-debuginfo Rocky Linux 9 - High Availability - Debug disabled | ||
| + | highavailability-source | ||
| + | nfv Rocky Linux 9 - NFV disabled | ||
| + | nfv-debuginfo | ||
| + | nfv-source | ||
| + | plus Rocky Linux 9 - Plus | ||
| + | plus-debuginfo | ||
| + | plus-source | ||
| + | resilientstorage | ||
| + | resilientstorage-debuginfo Rocky Linux 9 - Resilient Storage - Debug disabled | ||
| + | resilientstorage-source | ||
| + | rt Rocky Linux 9 - Realtime | ||
| + | rt-debuginfo | ||
| + | rt-source | ||
| + | sap Rocky Linux 9 - SAP disabled | ||
| + | sap-debuginfo | ||
| + | sap-source | ||
| + | saphana | ||
| + | saphana-debuginfo | ||
| + | saphana-source | ||
| + | </ | ||
| + | </ | ||
| + | |||
| + | 위와 같은 레포지토리 목록을 확인할 수 있으며 '' | ||
| + | |||
| + | <WRAP prewrap> | ||
| + | <code bash> | ||
| + | [root@rocky9-repo]# | ||
| + | [root@rocky9-repo ~]# dnf repolist all | ||
| + | repo id repo name status | ||
| + | appstream | ||
| + | appstream-debuginfo | ||
| + | appstream-source | ||
| + | baseos | ||
| + | baseos-debuginfo | ||
| + | baseos-source | ||
| + | crb Rocky Linux 9 - CRB disabled | ||
| + | crb-debuginfo | ||
| + | crb-source | ||
| + | devel Rocky Linux 9 - Devel WARNING! FOR BUILDROOT disabled | ||
| + | devel-debuginfo | ||
| + | devel-source | ||
| + | extras | ||
| + | extras-debuginfo | ||
| + | extras-source | ||
| + | highavailability | ||
| + | highavailability-debuginfo Rocky Linux 9 - High Availability - Debug disabled | ||
| + | highavailability-source | ||
| + | nfv Rocky Linux 9 - NFV disabled | ||
| + | nfv-debuginfo | ||
| + | nfv-source | ||
| + | plus Rocky Linux 9 - Plus | ||
| + | plus-debuginfo | ||
| + | plus-source | ||
| + | resilientstorage | ||
| + | resilientstorage-debuginfo Rocky Linux 9 - Resilient Storage - Debug disabled | ||
| + | resilientstorage-source | ||
| + | rt Rocky Linux 9 - Realtime | ||
| + | rt-debuginfo | ||
| + | rt-source | ||
| + | sap Rocky Linux 9 - SAP disabled | ||
| + | sap-debuginfo | ||
| + | sap-source | ||
| + | saphana | ||
| + | saphana-debuginfo | ||
| + | saphana-source | ||
| + | </ | ||
| + | </ | ||
| + | |||
| + | 다시 비활성화 하려면 '' | ||