enable_repos_alma_linux_yum
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| enable_repos_alma_linux_yum [2023/10/10 19:54] – walkeradmin | enable_repos_alma_linux_yum [2023/10/10 20:08] (current) – walkeradmin | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Enable Repos Alma Linux Yum ====== | + | ====== Enable Repos Alma Linux Yum (yum-config-manager) |
| - | <color #db5f0b>May 2023</ | + | <color #db5f0b>Oct 2023</ |
| \\ | \\ | ||
| \\ | \\ | ||
| Line 46: | Line 46: | ||
| rt-debuginfo | rt-debuginfo | ||
| </ | </ | ||
| - | if you get an error, due to the software not being available, you can install it by using: | + | if you get an error (command not found), due to the software not being available, you can install it by using: |
| yum install yum-utils | yum install yum-utils | ||
| This should install as shown below: | This should install as shown below: | ||
| Line 81: | Line 81: | ||
| Complete! | Complete! | ||
| </ | </ | ||
| + | Now the repositories can be enabled using the package manger yum, first test that yum-config-manager is working: | ||
| + | yum-config-manager --version | ||
| + | You should get a valid response similar to the following: | ||
| + | < | ||
| + | 4.7.0 | ||
| + | Installed: dnf-0: | ||
| + | Built : AlmaLinux Packaging Team < | ||
| + | |||
| + | Installed: rpm-0: | ||
| + | Built : AlmaLinux Packaging Team < | ||
| + | </ | ||
| + | Now repositories can be enabled, for our servers the following should be enabled: | ||
| + | yum-config-manager --enable appstream baseos extras | ||
| + | This will enable the following repositories: | ||
| + | < | ||
| + | repo id repo name | ||
| + | appstream | ||
| + | baseos | ||
| + | extras | ||
| + | </ | ||
| + | \\ | ||
| + | \\ | ||
| + | Now you can install software and other repos as required. | ||
| + | \\ | ||
| + | \\ | ||
enable_repos_alma_linux_yum.1696967645.txt.gz · Last modified: by walkeradmin
