We'd like to remind Forumites to please avoid political debate on the Forum... Read More »
We're aware that some users are experiencing technical issues which the team are working to resolve. See the Community Noticeboard for more info. Thank you for your patience.
📨 Have you signed up to the Forum's new Email Digest yet? Get a selection of trending threads sent straight to your inbox daily, weekly or monthly!
Dropbox for Linux...? HELP!!
Options

SazM030306
Posts: 1,317 Forumite
in Techie Stuff
What on earth does this mean?
Dropbox for Linux
Download the correct Dropbox installation for your Linux environment
We recommend downloading the "x86" package for your distribution.
Can I run Dropbox on a Linux server?
If you use Linux from the command line only, follow the command line interface (CLI) instructions contributed by the Dropbox community. Once you have installed Dropbox for the command line, you can install and use Dropbox's CLI script to view your Dropbox status.
How does it work?
The installer will perform the following actions:
$ touch /etc/default/dropbox-repo
System Requirements
The Dropbox Nautilus installer is supported on x86 (32 bit) and x86_64 (64 bit) versions of Ubuntu 8.04 and higher and Fedora 9 and higher. People have also reported success building from source on different versions of Gentoo, Arch Linux, OpenSUSE, and Debian.
Dropbox needs the following software to work in the GNOME desktop environment:
Nautilus is a file manager for GNOME Linux desktop environments, analogous to Windows Explorer for Windows or Finder for Mac OS X. Dropbox uses Nautilus as a user interface to display what is happening in your Dropbox.
When you install Dropbox for Linux, you are really installing two major components:
Yes! We have repositories for Ubuntu and Fedora. If you use the .deb or .rpm packages above, the package will automatically add Dropbox to your repositories. If you'd like to do this manually, use the following directions.
For those of you using the Ubuntu apt repositories you should be able to run the following in Terminal:
sudo apt-get update;sudo apt-get upgrade nautilus-dropbox We have also authenticated our Ubuntu repositories. Please run sudo apt-key adv --keyserver pgp.mit.edu --recv-keys 5044912E to install Dropbox's public key.
Fedora users who would prefer to use yum to install nautilus-dropbox here's what you need to do:
Are you a programmer? nautilus-dropbox is released on a GPL license. This means you can develop your own user interface for Dropbox using the same API protocols used in nautilus-dropbox code. The protocol is a very simple RPC-like, UTF8 string-based protocol.
That's awesome! However, due to legal requirements, we can only accept patches into our release if you release your patch into the public domain (similar to the way GNU does things). Don't worry, we'll still credit you in the CONTRIBUTORS file included with every package.
All I want is dropbox LOL Can anyone explain this in English??
Dropbox for Linux
Download the correct Dropbox installation for your Linux environment
We recommend downloading the "x86" package for your distribution.
Ubuntu (x86_64 .deb)
Ubuntu (x86 .deb)
Fedora (x86_64 .rpm)
Fedora (x86 .rpm)
Compile from Source (tar.bz2)
Can I run Dropbox on a Linux server?
If you use Linux from the command line only, follow the command line interface (CLI) instructions contributed by the Dropbox community. Once you have installed Dropbox for the command line, you can install and use Dropbox's CLI script to view your Dropbox status.
How does it work?
The installer will perform the following actions:
- Install the open-source Dropbox plug-in for the Nautilus File Manager
- Adds Dropbox to your default repository for automatic upgrades.
- Downloads and installs the Dropbox binary.
$ touch /etc/default/dropbox-repo
System Requirements
The Dropbox Nautilus installer is supported on x86 (32 bit) and x86_64 (64 bit) versions of Ubuntu 8.04 and higher and Fedora 9 and higher. People have also reported success building from source on different versions of Gentoo, Arch Linux, OpenSUSE, and Debian.
Dropbox needs the following software to work in the GNOME desktop environment:
- GTK 2.12 or higher
- GLib 2.14 or higher
- Nautilus 2.16 or higher
- Libnotify 0.4.4 or higher
Nautilus is a file manager for GNOME Linux desktop environments, analogous to Windows Explorer for Windows or Finder for Mac OS X. Dropbox uses Nautilus as a user interface to display what is happening in your Dropbox.
When you install Dropbox for Linux, you are really installing two major components:
- dropboxd is a daemon process that makes sure your $HOME/Dropbox directory is properly synced with your other computers and our secure backend.
- nautilus-dropbox is a Nautilus plug-in offered on the GPL open-source license. nautilus-dropbox offers a graphical user interface (GUI) layer over the data dropboxd provides.
Yes! We have repositories for Ubuntu and Fedora. If you use the .deb or .rpm packages above, the package will automatically add Dropbox to your repositories. If you'd like to do this manually, use the following directions.
For those of you using the Ubuntu apt repositories you should be able to run the following in Terminal:
sudo apt-get update;sudo apt-get upgrade nautilus-dropbox We have also authenticated our Ubuntu repositories. Please run sudo apt-key adv --keyserver pgp.mit.edu --recv-keys 5044912E to install Dropbox's public key.
Fedora users who would prefer to use yum to install nautilus-dropbox here's what you need to do:
- Create a file in /etc/yum.repos.d called dropbox.repo with this text:
[Dropbox]
name=Dropbox Repository
baseurl=http://linux.dropbox.com/fedora/$releasever/
gpgkey=http://linux.dropbox.com/fedora/rpm-public-key.asc - Run sudo yum install nautilus-dropbox. It may ask you to confirm a gpg key. Approve and you'll be good to go.
Are you a programmer? nautilus-dropbox is released on a GPL license. This means you can develop your own user interface for Dropbox using the same API protocols used in nautilus-dropbox code. The protocol is a very simple RPC-like, UTF8 string-based protocol.
That's awesome! However, due to legal requirements, we can only accept patches into our release if you release your patch into the public domain (similar to the way GNU does things). Don't worry, we'll still credit you in the CONTRIBUTORS file included with every package.
All I want is dropbox LOL Can anyone explain this in English??

:heart2: THANK YOU MARTIN!! :heart2:
0
Comments
-
Which version of Linux have you got4.8kWp 12x400W Longhi 9.6 kWh battery Giv-hy 5.0 Inverter, WSW facing Essex . Aint no sunshine ☀️ Octopus gas fixed dec 24 @ 5.74 tracker again+ Octopus Intelligent Flux leccy0
-
It's linpus linux light... v1.0.21.E:heart2: THANK YOU MARTIN!! :heart2:0
-
If your not sure of the version of Linux you have open a command prompt and type
uname -a
Neil0 -
If it is Linpus it will be either
Fedora (x86_64 .rpm) or Fedora (x86 .rpm)
depending if you have a 32 or 64 bit machine/installNeil0 -
Is this what you mean..
[user@localhost ~]$ uname -a
Linux localhost 2.6.23.9lw #105 SMP PREEMPT Fri Jun 27 18:56:59 EDT 2008 i686 i686 i386 GNU/Linux
[user@localhost ~]$:heart2: THANK YOU MARTIN!! :heart2:0 -
I would imagine then you need the fedora x86.rpm but I am not sure on Linpus but it should be based on fedora. Download
that and it should automatically install if you double click on the downloaded file.4.8kWp 12x400W Longhi 9.6 kWh battery Giv-hy 5.0 Inverter, WSW facing Essex . Aint no sunshine ☀️ Octopus gas fixed dec 24 @ 5.74 tracker again+ Octopus Intelligent Flux leccy0 -
It is indeed 32bit, based on Fedora
https://www.dropbox.com/download?dl=packages/nautilus-dropbox-0.6.9-1.fedora.i386.rpm&src=refregNeil0 -
Thank you all!! It seems to have done it... I just need to find where it is now to launch it lol xxx:heart2: THANK YOU MARTIN!! :heart2:0
This discussion has been closed.
Confirm your email address to Create Threads and Reply

Categories
- All Categories
- 350.8K Banking & Borrowing
- 253K Reduce Debt & Boost Income
- 453.5K Spending & Discounts
- 243.8K Work, Benefits & Business
- 598.6K Mortgages, Homes & Bills
- 176.8K Life & Family
- 257.1K Travel & Transport
- 1.5M Hobbies & Leisure
- 16.1K Discuss & Feedback
- 37.6K Read-Only Boards