How to configure Fedora 18 and install popular software?
After installing Fedora 18 Beta, it had three strikes:
wouldn't install Dropbox.
wouldn't install Google Chrome.
wouldn't install an extension to give more options to the panel.
I installed with the second option (BTFS or something like that) instead of Standard or LVM. Could this have anything to do with these non-installation issues?
No.1 issue was resolved thanks to this tip on: http://www.howtoforge.com/the-perfect-desktop-fedora-17-p4
To install Dropbox, open a terminal again, become root...
su
... and run the following commands:
For 32-bit systems:
rpm -ivh https://www.dropbox.com/download?dl=packages/fedora/nautilus-dropbox-1.4.0-1.fedora.i386.rpm
For 64-bit systems:
rpm -ivh https://www.dropbox.com/download?dl=packages/fedora/nautilus-dropbox-1.4.0-1.fedora.x86_64.rpm
Tried to follow other tips for no.2 and no.3 issues to no avail.
I think we need more information, wouldn't is not enough, please update your post and provide more information, for example what error did you get?, what are you trying to do? what step are you follow ? thx...