skip to Main Content

yum couln't fund Mariadb Package on CentoOS 7 – CentOS

I tried to install MariaDB $ sudo yum -y install MariaDB-server MariaDB-client but yum return error Loaded plugins: fastestmirror, langpacks Loading mirror speeds from cached hostfile * base: ftp.halifax.rwth-aachen.de * epel: mirror.imt-systems.com * extras: mirror.imt-systems.com * remi-php72: mirror.23media.com * remi-safe:…

VIEW QUESTION

Ansible suddenly uses svr4pkg as a backend of yum – CentOS

Declared YUM task as below: --- - hosts: all vars: tasks: - name: install package yum: name: ntp state: present Ran following command: ansible-playbook test.yml -i localhost, --connection=local -vvvv Receiving error message: TASK [install package] *************************************************************************************************************************************************** task path: /home/osuser/dod/test.yml:6 Using…

VIEW QUESTION

yum remove cmake failed – CentOS

I want to update cmake,the old version is 2.8.But when is uninstall the old version cmake it doesn't work. [chaos@localhost ~]$ cmake --version cmake version 2.8.10.2 [lichao@localhost ~]$ yum info cmake Available Packages Name : cmake Arch : x86_64 Version…

VIEW QUESTION

CentOS, libedit-devel not found

I'm trying to install sqlsrv (ms sql) PHP drivers per https://learn.microsoft.com/en-us/sql/connect/php/installation-tutorial-linux-mac?view=sql-server-2017#installing-the-drivers-on-red-hat-7 I can get all the pre-reqs installed except php-devel which requires libedit-devel which does not seem to exist. Where can I get libedit-devel?

VIEW QUESTION
Back To Top
Search