On Tue, 4 Feb 2025 13:35:21 +0000 Simon Avery via discuss <discuss@lists.mariadb.org> wrote:
> Struggling to install mariadb-server 11.10 onto a new Rocky9 vm today. > > I've previously used a saved repo which has > > baseurl=https://dlm.mariadb.com/repo/mariadb-server/10.11/yum/rhel/9/x86_64 > > But that's returning 404 in most of the tree. > > I followed some other instructions from > https://mariadb.com/kb/en/mariadb-package-repository-setup-and-usage/ > > Which downloaded mariadb_repo_setup which, when run, created a .repo > file with baseurl > > https://dlm.mariadb.com/repo/mariadb-server/11.rolling/yum/rhel/9/x86_64 > That url is also returning 404 for me, all the way up the tree to the > domain. > > > Is it you guys, or is it me? The https://dlm.mariadb.com/repo/... site is not intended for browsing, just for serving repositories. If you want to browse the repositories for some reason you can go to the https://mariadb.com/downloads/community/ downloads page and click on "Show All Files" for the release you are interested in. Once the mariadb_repo_setup script has finished creating the repo file, you should be able to install MariaDB with, e.g.: sudo dnf install MariaDB-server I tried just now on a rocky9 VM and things worked as expected (mariadb_repo_setup created the repo file and the dnf command above installed MariaDB). Are you getting an error of some kind when you try to run the install command? Thanks. -- Daniel Bartholomew, MariaDB Documentation & Release Manager MariaDB | https://mariadb.com _______________________________________________ discuss mailing list -- discuss@lists.mariadb.org To unsubscribe send an email to discuss-le...@lists.mariadb.org