Monday, May 13, 2013

How to install Dropbox on Linux ?


1./etc/yum.repos.d

2. sudo vim dropbox.repo

3. past the following:

[Dropbox]
name=Dropbox Repository
baseurl=http://linux.dropbox.com/fedora/$releasever/
gpgkey=https://linux.dropbox.com/fedora/rpm-public-key.asc

4. sudo yum install nautilus-dropbox

Friday, May 10, 2013

[SOLVED] Error while loading shared libraries: libgtk-x11-2.0.so.0 fedora 18


How to solve the above problem?

this problem occured when I try to install Wine QQ on my Linux(Fedora 18)

The first thing to try is simply: `yum update`, then `yum install gtk2.i686`