Re: Weird behavior of dnf install

2021-12-31 Thread Miguel Lavalle
t; package, which fixes my issues. Cheers On Thu, Dec 30, 2021 at 5:59 PM Miguel Lavalle wrote: > 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

Re: Weird behavior of dnf install

2021-12-30 Thread Miguel Lavalle
r-fedora. All those failures are due to this problem with mysqladmin. As it can be seen in the job's page, the problem started showing up on December 13th. Any ideas as to what might be the root problem? Thanks Miguel On Wed, Dec 29, 2021 at 5:25 PM Miguel Lavalle wrote: > Hi, > > I

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