Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stefanlasiewski/1d71ee0ece9c65bd1365968c954422c0 to your computer and use it in GitHub Desktop.
Save stefanlasiewski/1d71ee0ece9c65bd1365968c954422c0 to your computer and use it in GitHub Desktop.
Removing MySQL Server wants to remove postfix, cronie, redhat-lsb-core & more
[root@devdb ~]# yum remove mysql-commercial\*
Loaded plugins: fastestmirror, priorities, ps, security, versionlock
Setting up Remove Process
Resolving Dependencies
--> Running transaction check
---> Package mysql-commercial-client.x86_64 0:5.7.22-1.1.el6 will be erased
---> Package mysql-commercial-common.x86_64 0:5.7.22-1.1.el6 will be erased
---> Package mysql-commercial-libs.x86_64 0:5.7.22-1.1.el6 will be erased
--> Processing Dependency: mysql-libs for package: 2:postfix-2.6.6-6.el6_5.x86_64
---> Package mysql-commercial-libs-compat.x86_64 0:5.7.22-1.1.el6 will be erased
--> Processing Dependency: libmysqlclient.so.16()(64bit) for package: perl-DBD-MySQL-4.013-3.el6.x86_64
--> Processing Dependency: libmysqlclient.so.16(libmysqlclient_16)(64bit) for package: perl-DBD-MySQL-4.013-3.el6.x86_64
---> Package mysql-commercial-server.x86_64 0:5.7.22-1.1.el6 will be erased
--> Running transaction check
---> Package perl-DBD-MySQL.x86_64 0:4.013-3.el6 will be erased
--> Processing Dependency: perl(DBD::mysql) >= 1.0 for package: percona-toolkit-2.2.14-1.noarch
--> Processing Dependency: perl(DBD::mysql) >= 1 for package: mytop-1.7-3.b737f60.el6.noarch
---> Package postfix.x86_64 2:2.6.6-6.el6_5 will be erased
--> Processing Dependency: /usr/sbin/sendmail for package: redhat-lsb-core-4.0-7.el6.x86_64
--> Processing Dependency: /usr/sbin/sendmail for package: cronie-1.4.4-12.el6.x86_64
--> Running transaction check
---> Package cronie.x86_64 0:1.4.4-12.el6 will be erased
--> Processing Dependency: cronie = 1.4.4-12.el6 for package: cronie-anacron-1.4.4-12.el6.x86_64
---> Package mytop.noarch 0:1.7-3.b737f60.el6 will be erased
---> Package percona-toolkit.noarch 0:2.2.14-1 will be erased
---> Package redhat-lsb-core.x86_64 0:4.0-7.el6 will be erased
--> Running transaction check
---> Package cronie-anacron.x86_64 0:1.4.4-12.el6 will be erased
--> Processing Dependency: /etc/cron.d for package: crontabs-1.10-33.el6.noarch
--> Restarting Dependency Resolution with new changes.
--> Running transaction check
---> Package crontabs.noarch 0:1.10-33.el6 will be erased
--> Finished Dependency Resolution
Dependencies Resolved
===================================================================================================================================================================================================
Package Arch Version Repository Size
===================================================================================================================================================================================================
Removing:
mysql-commercial-client x86_64 5.7.22-1.1.el6 @NERSC-mysql-enterprise-5.7 93 M
mysql-commercial-common x86_64 5.7.22-1.1.el6 @NERSC-mysql-enterprise-5.7 2.5 M
mysql-commercial-libs x86_64 5.7.22-1.1.el6 @NERSC-mysql-enterprise-5.7 8.5 M
mysql-commercial-libs-compat x86_64 5.7.22-1.1.el6 @NERSC-mysql-enterprise-5.7 5.4 M
mysql-commercial-server x86_64 5.7.22-1.1.el6 @NERSC-mysql-enterprise-5.7 820 M
Removing for dependencies:
cronie x86_64 1.4.4-12.el6 @sl 174 k
cronie-anacron x86_64 1.4.4-12.el6 @sl 43 k
crontabs noarch 1.10-33.el6 @sl 2.4 k
mytop noarch 1.7-3.b737f60.el6 @epel 68 k
percona-toolkit noarch 2.2.14-1 @server-team-noarch 5.5 M
perl-DBD-MySQL x86_64 4.013-3.el6 @sl 338 k
postfix x86_64 2:2.6.6-6.el6_5 @sl 9.7 M
redhat-lsb-core x86_64 4.0-7.el6 @sl 22 k
Transaction Summary
===================================================================================================================================================================================================
Remove 14 Package(s)
Installed size: 1.1 G
Is this ok [y/N]: N
Exiting on user Command
Your transaction was saved, rerun it with:
yum load-transaction /tmp/yum_save_tx-2018-05-22-16-46JhfoHT.yumtx
[root@devdb ~]#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment