Logo video2dn
  • Сохранить видео с ютуба
  • Категории
    • Музыка
    • Кино и Анимация
    • Автомобили
    • Животные
    • Спорт
    • Путешествия
    • Игры
    • Люди и Блоги
    • Юмор
    • Развлечения
    • Новости и Политика
    • Howto и Стиль
    • Diy своими руками
    • Образование
    • Наука и Технологии
    • Некоммерческие Организации
  • О сайте

Скачать или смотреть Rocky Linux 9 Tutorial - How to Create Local DVD YUM Repository - Setup Yum on Rocky Linux 9

  • java frm
  • 2024-01-31
  • 661
Rocky Linux 9 Tutorial - How to Create Local DVD YUM Repository - Setup Yum on Rocky Linux 9
how to create local dvd yum repository on rocky linuxhow to create local yum repository on rocky linux 9 using dvdcreate local yum repository with dvdset up yum repository for locally mounted dvdhow to create a local repository in rocky linux 9how to mount the rocky linux 9 iso as a yum repositorymount rocky dvd isorocky linux 9 administrationrocky linux 9 tutorialrocky linux 9 videosrocky linux 9 tips and tricksrocky yum repository
  • ok logo

Скачать Rocky Linux 9 Tutorial - How to Create Local DVD YUM Repository - Setup Yum on Rocky Linux 9 бесплатно в качестве 4к (2к / 1080p)

У нас вы можете скачать бесплатно Rocky Linux 9 Tutorial - How to Create Local DVD YUM Repository - Setup Yum on Rocky Linux 9 или посмотреть видео с ютуба в максимальном доступном качестве.

Для скачивания выберите вариант из формы ниже:

  • Информация по загрузке:

Cкачать музыку Rocky Linux 9 Tutorial - How to Create Local DVD YUM Repository - Setup Yum on Rocky Linux 9 бесплатно в формате MP3:

Если иконки загрузки не отобразились, ПОЖАЛУЙСТА, НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если у вас возникли трудности с загрузкой, пожалуйста, свяжитесь с нами по контактам, указанным в нижней части страницы.
Спасибо за использование сервиса video2dn.com

Описание к видео Rocky Linux 9 Tutorial - How to Create Local DVD YUM Repository - Setup Yum on Rocky Linux 9

set up yum repository for locally-mounted DVD on Rocky Linux 9

In this video we are going to see how to create local DVD yum repository using the available Rocky linux 9 DVD iso file.
First step is we need to mount the DVD permanently in /media/mount_directory_name.
Second step is under /etc/yum.repos.d, we need to create one .repo or you can modify the available .repo file
and add the entries like this.

[LocalRepo] = Repository ID
name = Name of the repository
baseurl = Location of DVD Mount
Enabled = Enable repository
gpgcheck = Enable secure installation
gpgkey = Location of the key

steps:
mkdir /media/mount_directory_name
blkid -- copy uuid
edit /etc/fstab and add below line
UUID=XXXX-XX-XX-XX-XX-XX-XX /media/mount_directory_name iso9660 defaults 0 0
mount -a
systemctl daemon-reload
cd /etc/yum.repos.d/
vim local_dvd.repo and add below lines

[dvd-BaseOS]
name=DVD - BaseOS
baseurl=file:///media/mount_directory_name/BaseOS
enabled=1
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-XX

[dvd-AppStream]
name=DVD - AppStream
baseurl=file:///media/mount_directory_name/AppStream
enabled=1
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-XX

execute below commands

mount -a
systemctl daemon-reload


After that save the .repo file and execute the below commands to check DVD yum repository is available or not.
yum clean all -- will clear the cache.
yum repolist enabled ---lists the repositories available after clearing cache.
yum list --- will list down the packages or rpms available in the DVD.
yum update --- will update the packages.
yum install httpd --- To test I will be installing httpd server using this command.

#rockylinux #rockylinux9 #rocky #linux #setupyum #linuxrepository #yumdvd #yumsetup

Комментарии

Информация по комментариям в разработке

Похожие видео

  • О нас
  • Контакты
  • Отказ от ответственности - Disclaimer
  • Условия использования сайта - TOS
  • Политика конфиденциальности

video2dn Copyright © 2023 - 2025

Контакты для правообладателей [email protected]