MariaDB Installation - yum install vs rpm -Uvh
I have installed MariaDB 10.3.10 using the following command:
# rpm --import RPM-GPG-KEY-MariaDB
# ./setup_repository
# yum install -y MariaDB-server
Only the following 5 packages were installed.
Verifying : MariaDB-client-10.3.10-1.el7.centos.x86_64 1/5
Verifying : MariaDB-common-10.3.10-1.el7.centos.x86_64 2/5
Verifying : galera-25.3.24-1.rhel7.el7.centos.x86_64 3/5
Verifying : MariaDB-server-10.3.10-1.el7.centos.x86_64 4/5
Verifying : MariaDB-compat-10.3.10-1.el7.centos.x86_64 5/5
There are other rpm packages left in the untar directory....
==============================================
galera-25.3.24-1.rhel7.el7.centos.x86_64.rpm MariaDB-10.3.10-centos73-x86_64-cracklib-password-check.rpm
jemalloc-3.6.0-1.el7.x86_64.rpm MariaDB-10.3.10-centos73-x86_64-devel.rpm
jemalloc-devel-3.6.0-1.el7.x86_64.rpm MariaDB-10.3.10-centos73-x86_64-gssapi-server.rpm
libzstd-1.3.4-1.el7.x86_64.rpm MariaDB-10.3.10-centos73-x86_64-oqgraph-engine.rpm
MariaDB-10.3.10-centos73-x86_64-aws-key-management.rpm MariaDB-10.3.10-centos73-x86_64-rocksdb-engine.rpm
MariaDB-10.3.10-centos73-x86_64-backup.rpm MariaDB-10.3.10-centos73-x86_64-server.rpm
MariaDB-10.3.10-centos73-x86_64-cassandra-engine.rpm MariaDB-10.3.10-centos73-x86_64-shared.rpm
MariaDB-10.3.10-centos73-x86_64-client.rpm MariaDB-10.3.10-centos73-x86_64-tokudb-engine.rpm
MariaDB-10.3.10-centos73-x86_64-common.rpm
MariaDB-10.3.10-centos73-x86_64-compat.rpm
MariaDB-10.3.10-centos73-x86_64-connect-engine.rpm
==============================================
When should I need the other modules? Do I need to install them manually using 'rpm -Uvh'? Are the others chargeable modules if I install them?
-
For example, after I installed the package, MariaDB-10.3.10-centos73-x86_64-backup.rpm,...
# yum install MariaDB-backup
I found there is a new function, 'mariabackup'
How about others?
jemalloc-3.6.0-1.el7.x86_64.rpm
jemalloc-devel-3.6.0-1.el7.x86_64.rpm
libzstd-1.3.4-1.el7.x86_64.rpm
MariaDB-10.3.10-centos73-x86_64-aws-key-management.rpm
MariaDB-10.3.10-centos73-x86_64-connect-engine.rpm
MariaDB-10.3.10-centos73-x86_64-cracklib-password-check.rpm
MariaDB-10.3.10-centos73-x86_64-devel.rpm
MariaDB-10.3.10-centos73-x86_64-shared.rpm
Please sign in to leave a comment.
Comments
1 comment