Skip to content

Instantly share code, notes, and snippets.

@carlwgeorge
Last active May 31, 2017 15:33
Show Gist options
  • Save carlwgeorge/165fbba58e3571a73424 to your computer and use it in GitHub Desktop.
Save carlwgeorge/165fbba58e3571a73424 to your computer and use it in GitHub Desktop.
install mariadb100u-server via yum shell
# yum shell
Loaded plugins: fastestmirror, langpacks, replace
> erase mariadb-libs
> install mariadb100u-libs mariadb100u-server
Loading mirror speeds from cached hostfile
 * base: mirror.us.leaseweb.net
 * epel: mirror.symnds.com
 * extras: mirror.us.leaseweb.net
 * ius: iad.mirror.rackspace.com
 * updates: mirror.us.leaseweb.net
> run
--> Running transaction check
---> Package mariadb-libs.x86_64 1:5.5.44-2.el7.centos will be erased
---> Package mariadb100u-libs.x86_64 1:10.0.23-2.ius.centos7 will be installed
--> Processing Dependency: mariadb100u-common(x86-64) = 1:10.0.23-2.ius.centos7 for package: 1:mariadb100u-libs-10.0.23-2.ius.centos7.x86_64
---> Package mariadb100u-server.x86_64 1:10.0.23-2.ius.centos7 will be installed
--> Processing Dependency: mariadb100u-errmsg(x86-64) = 1:10.0.23-2.ius.centos7 for package: 1:mariadb100u-server-10.0.23-2.ius.centos7.x86_64
--> Processing Dependency: mariadb100u-config(x86-64) = 1:10.0.23-2.ius.centos7 for package: 1:mariadb100u-server-10.0.23-2.ius.centos7.x86_64
--> Processing Dependency: mysql-compat-client(x86-64) for package: 1:mariadb100u-server-10.0.23-2.ius.centos7.x86_64
--> Processing Dependency: libjemalloc.so.1()(64bit) for package: 1:mariadb100u-server-10.0.23-2.ius.centos7.x86_64
--> Running transaction check
---> Package jemalloc.x86_64 0:3.6.0-1.el7 will be installed
---> Package mariadb100u.x86_64 1:10.0.23-2.ius.centos7 will be installed
---> Package mariadb100u-common.x86_64 1:10.0.23-2.ius.centos7 will be installed
---> Package mariadb100u-config.x86_64 1:10.0.23-2.ius.centos7 will be installed
---> Package mariadb100u-errmsg.x86_64 1:10.0.23-2.ius.centos7 will be installed
--> Finished Dependency Resolution

================================================================================
 Package                Arch       Version                      Repository
                                                                           Size
================================================================================
Installing:
 mariadb100u-libs       x86_64     1:10.0.23-2.ius.centos7      ius       621 k
 mariadb100u-server     x86_64     1:10.0.23-2.ius.centos7      ius        15 M
Removing:
 mariadb-libs           x86_64     1:5.5.44-2.el7.centos        @base     4.4 M
Installing for dependencies:
 jemalloc               x86_64     3.6.0-1.el7                  epel      105 k
 mariadb100u            x86_64     1:10.0.23-2.ius.centos7      ius       9.9 M
 mariadb100u-common     x86_64     1:10.0.23-2.ius.centos7      ius        60 k
 mariadb100u-config     x86_64     1:10.0.23-2.ius.centos7      ius        18 k
 mariadb100u-errmsg     x86_64     1:10.0.23-2.ius.centos7      ius       139 k

Transaction Summary
================================================================================
Install  2 Packages (+5 Dependent packages)
Remove   1 Package

Total download size: 26 M
Is this ok [y/d/N]:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment