2016-09-19 5 views
-1

私はkde plasmaを使ってFedora 24を実行していますが、最近はUbuntuを主に使ってみることにしました。fedoraがmariadbをインストールするのを防ぐ

更新を試みているうちに、私はmariadbとperconaの間で衝突しました。私はrpmsからperconaをインストールしました(私はreposから5.7をインストールできませんでした)ので、mariadbはインストールされていないので少し驚いています。アップデートによると

それがこのバグに関連する注意:https://bugzilla.redhat.com/show_bug.cgi?id=1352946

すべてが順調と良いですが、今私は取得しています:

Sep 19 09:57:48 SUBDEBUG 
Traceback (most recent call last): 
    File "/usr/lib/python3.5/site-packages/dnf/cli/main.py", line 60, in main 
    return _main(base, args) 
    File "/usr/lib/python3.5/site-packages/dnf/cli/main.py", line 120, in _main 
    ret = resolving(cli, base) 
    File "/usr/lib/python3.5/site-packages/dnf/cli/main.py", line 149, in resolving 
    base.do_transaction(display=displays) 
    File "/usr/lib/python3.5/site-packages/dnf/cli/cli.py", line 228, in do_transaction 
    super(BaseCli, self).do_transaction(display) 
    File "/usr/lib/python3.5/site-packages/dnf/base.py", line 591, in do_transaction 
    self._trans_error_summary(errstring)) 
dnf.exceptions.Error: Transaction check error: 
    file /usr/lib64/mysql/plugin/dialog.so from install of mariadb-common-3:10.1.17-1.fc24.x86_64 conflicts with file from package Percona-Server-server-57-5.7.10-3.1.el7.x86_64 
    file /usr/bin/mysql from install of mariadb-3:10.1.17-1.fc24.x86_64 conflicts with file from package Percona-Server-client-57-5.7.10-3.1.el7.x86_64 
    file /usr/bin/mysqladmin from install of mariadb-3:10.1.17-1.fc24.x86_64 conflicts with file from package Percona-Server-client-57-5.7.10-3.1.el7.x86_64 
    file /usr/bin/mysqlbinlog from install of mariadb-3:10.1.17-1.fc24.x86_64 conflicts with file from package Percona-Server-client-57-5.7.10-3.1.el7.x86_64 
    file /usr/bin/mysqlcheck from install of mariadb-3:10.1.17-1.fc24.x86_64 conflicts with file from package Percona-Server-client-57-5.7.10-3.1.el7.x86_64 
    file /usr/bin/mysqldump from install of mariadb-3:10.1.17-1.fc24.x86_64 conflicts with file from package Percona-Server-client-57-5.7.10-3.1.el7.x86_64 
    file /usr/bin/mysqlimport from install of mariadb-3:10.1.17-1.fc24.x86_64 conflicts with file from package Percona-Server-client-57-5.7.10-3.1.el7.x86_64 
    file /usr/bin/mysqlshow from install of mariadb-3:10.1.17-1.fc24.x86_64 conflicts with file from package Percona-Server-client-57-5.7.10-3.1.el7.x86_64 
    file /usr/bin/mysqlslap from install of mariadb-3:10.1.17-1.fc24.x86_64 conflicts with file from package Percona-Server-client-57-5.7.10-3.1.el7.x86_64 
. 
.<SNIP> 
. 
. 

マリアが通常のFedoraのリポジトリにある - ありますFedoraにアップデート経由でmariadbをインストールしないよう指示する方法はありますか?

私の困惑は、なぜそれをインストールしようとしているのです。私は何か愚かなことをしたことがありますか?

助けてください。

答えて

0

gnome 3に戻ってkdeをアンインストールしなければならないと、問題は消えました。問題がkdeだったと思います。

関連する問題