This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| linux:rhel [2025/02/17 23:37] – created - external edit 127.0.0.1 | linux:rhel [2025/12/04 23:05] (current) – [Create a local repo] Name | ||
|---|---|---|---|
| Line 106: | Line 106: | ||
| - | ====Backlinks==== | + | =====Linux CentOS 9===== |
| + | ====Create a local repo==== | ||
| + | [[https:// | ||
| + | |||
| + | - mount /dev/cdrom / | ||
| + | - vi / | ||
| + | - cat / | ||
| + | - < | ||
| + | name=BaseOS Packages Red Hat Enterprise Linux 9 | ||
| + | metadata_expire=-1 | ||
| + | gpgcheck=1 | ||
| + | enabled=1 | ||
| + | baseurl=file:/// | ||
| + | gpgkey=file:/// | ||
| + | |||
| + | [AppStream] | ||
| + | name=AppStream Packages Red Hat Enterprise Linux 9 | ||
| + | metadata_expire=-1 | ||
| + | gpgcheck=1 | ||
| + | enabled=1 | ||
| + | baseurl=file:/// | ||
| + | gpgkey=file:/// | ||
| + | - dnf clean all | ||
| + | - dnf repolist | ||
| + | - dnf install -y bind bind-utils | ||
| + | |||
| + | |||
| + | |||
| + | |||
| + | =====Backlinks===== | ||
| [[: | [[: | ||