Re: Weird behavior of dnf install

2021-12-31 Thread Miguel Lavalle
Hi, The mariadb community has an active bug that describes this situation: https://bugzilla.redhat.com/show_bug.cgi?id=2026933. I started an email thread with them: https://lists.launchpad.net/maria-discuss/msg06179.html. The recommended workaround is to explicitly install the "mariadb" package,

Re: Weird behavior of dnf install

2021-12-30 Thread Miguel Lavalle
Hi, In both cases, I get the exact same output to the two following commands: $ rpm -qi mariadb-server Name: mariadb-server Epoch : 3 Version : 10.5.13 Release : 1.fc34 Architecture: x86_64 Install Date: Thu 30 Dec 2021 04:22:06 PM UTC Group : Unspecified Size

Re: Weird behavior of dnf install

2021-12-29 Thread Roger Heflin
What does "which mysql" show in each case? On Wed, Dec 29, 2021, 6:35 PM Samuel Sieb wrote: > On 12/29/21 15:25, Miguel Lavalle wrote: > > I am installing MariaDB in Fedora 34 server with the following sequence > > of commands: > > > > sudo dnf upgrade -y > > sudo dnf install -y mariadb-server

Re: Weird behavior of dnf install

2021-12-29 Thread Samuel Sieb
On 12/29/21 15:25, Miguel Lavalle wrote: I am installing MariaDB in Fedora 34 server with the following sequence of commands: sudo dnf upgrade -y sudo dnf install -y mariadb-server mariadb-devel sudo dnf -y install git vim With this sequence of commands, I get the following installed: $

Weird behavior of dnf install

2021-12-29 Thread Miguel Lavalle
Hi, I am installing MariaDB in Fedora 34 server with the following sequence of commands: sudo dnf upgrade -y sudo dnf install -y mariadb-server mariadb-devel sudo dnf -y install git vim With this sequence of commands, I get the following installed: $ mysql --version mysql Ver 15.1 Distrib