How to Create a Custom YUM Repository with Createrepo: Step-by-Step Guide

preview_player
Показать описание
How to Create a Custom YUM Repository with Createrepo: Step-by-Step Guide

Multi Language around, feel free to check all the available, and pick the one which is better for you!

*Chapters*
0:00 - Intro
0:14 - Two boxes to prepare the server / client environment
1:20 - Installing httpd and doing all the necessary steps
3:28 - Installing the Createrepo package
4:28 - Folder to store the packages
6:00 - Creating the yum/rpm repository
8:05 - Setting up the Client, creating the .repo file
13:12 - Adding a new rpm package to the rpm repository
15:44 - Closing

*Commands used in this video*
---
dnf install httpd
systemctl enable --now httpd
dnf install createrepo

cd /var/www/html
mkdir packages
cd packages

dnf download iptraf-ng vim-minimal tcpdump

createrepo . -v
---

*Would you Like to Collab?*

*Contact*

*Editor*
Рекомендации по теме
visit shbcf.ru