2014-03-19 04:44:10 -0600 | answered a question | How to share Wifi over Ethernet Cable? to use an SSH Hi there, strange question, hopefully i understood it right :-) So basically i guess there are quite better ideas around to solve this, in my mind you could add a VNC server to you raspberry like decribed in here after that you should be able to forward the VNC port on your notebook like shown here maybe that helps |
2014-01-23 03:34:39 -0600 | commented answer | Failed to install file - Two package provides the same file according to "yum provides" /usr/bin/mysql is provided by mariadb-5.5.34-2.fc20.x86_64, so do a "yum reinstall mariadb-5.5.34-2.fc20.x86_64" and see what happens |
2014-01-23 01:33:05 -0600 | commented answer | Failed to install file - Two package provides the same file No, you shouldnt do that, as mariadb is a full replacement for mysql, you cant install both via rpm, the packagemanager will always know that there is a conflict even with the file is deleted. THE BETTER QUESTION is way do you want to intsall both? MariaDB is a MySQL Server, its 100% binary compatible and will fit all of you needs |
2014-01-22 15:44:37 -0600 | received badge | ● Supporter (source) |
2014-01-22 15:27:41 -0600 | commented answer | Failed to install file - Two package provides the same file well, as far as i know we already replaced mysql with mariadb, so no chance on that besides downloading it frtom mysql.com |
2014-01-22 09:51:49 -0600 | commented answer | Failed to install file - Two package provides the same file well, final idea ---> yum install mariadb-server.x86_64 mariadb.x86_64 <--- or i am out of ideas, sorry |
2014-01-22 07:37:32 -0600 | commented answer | Failed to install file - Two package provides the same file The default repolist should look like this [root@hme-03 ~]# yum repolist Loaded plugins: langpacks, refresh-packagekit repo id repo name status fedora/20/x86_64 Fedora 20 - x86_64 38.597 !updates/20/x86_64 Fedora 20 - x86_64 - Updates 11.261 repolist: 49.858 |
2014-01-22 05:25:51 -0600 | received badge | ● Teacher (source) |
2014-01-22 01:42:09 -0600 | answered a question | Failed to install file - Two package provides the same file What always should work is
have you added some additional repositories? If so, you should find them below
maybe you want to disable them and try again. As it seems the main problem is caused by some additional repos which provide the same packages. You can look at the used repos via
and maybe, for a first try, disable them via
and replace <repos> with the self added ones</repos> |
2014-01-21 15:34:59 -0600 | received badge | ● Editor (source) |
2014-01-21 15:34:34 -0600 | answered a question | Persistent problem updating the system. |