Rpm

How to build your own RPM repository for MySQL Enterprise Server 5.7 on RHEL 7

Prepare the RPM repository server

Install the software to create a RPM repository server (on an Ubuntu web server):

shell> sudo apt-get install createrepo

Create the directory structures and initialize the repositories:

shell> sudo mkdir -p /var/www/html/repos/centos/7/os/x86_64
shell> sudo createrepo /var/www/html/repos/centos/7/os/x86_64/

Copy the MySQL Enterprise RPM packages to the repository:

shell> sudo cd /var/www/html/repos/centos/7/os/x86_64/
shell> sudo unzip -v …

FromDual repositories

Overview

FromDual provides software repositories for their MariaDB/MySQL related software:

DEB Repository for Debian and Ubuntu

debian.png ubuntu.png

For Debian and Ubuntu: Create a file /etc/apt/sources.list.d/FromDual.list and add the following information to it:

source /etc/os-release
# ID              : debian or ubuntu
# VERSION_CODENAME: buster bullseye focal jammy …
Subscribe to RSS - Rpm