How to Install Dropbox (An Ultimate Cloud Storage) in Linux

Channel: Open Source Linux
Abstract: Dropbox is a cloud storage service which provides real time data syncing across multiple platforms and architectures. It is a tool which is very usefu

In this era of Information Technology, data is all important. A data needs to be available across several machines at one/different point of time. Thus the concept of cloud storage was introduced. ‘Dropbox‘, the file hosting and cloud storage service enables each of its user to create a special folder on each machine and then sync them so that on each box, the same folder with same content is available.

Install Dropbox in Linux

Here in this article we will be throwing light on Dropbox, its feature, usages, area of application and installation on various Linux distributions.

What is Dropbox?

Dropbox is a cloud storage service which provides real time data syncing across multiple platforms and architectures. It is a tool which is very useful in managing data on the go. It lets you edit, update content and share your work with your family and friends. Real time syncing across various devices is now a cake-walk.

Features of Dropbox
  1. Get 2 GB online storage for free.
  2. Get up-to 16 GB online storage with referrals.
  3. Pro Dropbox account gets 500GB online storage.
  4. Business accounts are supported and it starts with 1 TB online storage with 5 Users.
  5. Available for all known platforms Windows, Mac and Linux.
  6. Available for most of the mobile platforms Symbian, Android, iOS.
  7. Available for most of the devices Laptops, Desktops, Servers, Mobile – Blackberry, iPhone, ipad.
  8. Works even when you are working offline.
  9. Transfer only changed/new content.
  10. Can be configured to set bandwidth limit.
  11. Files Available on the go.
  12. Edit files in real-time directly in dropbox.
  13. Easy sharing and User-Friendly file upload.
Installation of Dropbox in Linux

Firstly, go the official download page to grab a latest version (i.e. Dropbox 2.6.25) according to your system architecture.

  1. https://www.dropbox.com/install?os=lnx

Alternatively, you may also use following direct links to download and install the latest version using following commands.

On Ubuntu/Linux Mint
$ wget https://linux.dropbox.com/packages/ubuntu/dropbox_1.6.0_i386.deb		[32-bit]
$ sudo dpkg -i dropbox_1.6.0_i386.deb

$ wget https://linux.dropbox.com/packages/ubuntu/dropbox_1.6.0_amd64.deb	[64-bit]
$ sudo dpkg -i dropbox_1.6.0_amd64.deb
On Debian
$ wget https://linux.dropbox.com/packages/debian/dropbox_1.6.0_i386.deb		[32-bit]
$ sudo dpkg -i dropbox_1.6.0_i386.deb

$ wget https://linux.dropbox.com/packages/debian/dropbox_1.6.0_amd64.deb	[64-bit]
$ sudo dpkg -i dropbox_1.6.0_amd64.deb
On RHEL/CentOS and Fedora
# wget https://linux.dropbox.com/packages/fedora/nautilus-dropbox-1.6.0-1.fedora.i386.rpm	[32-bit]
# rpm -Uvh nautilus-dropbox-1.6.0-1.fedora.i386.rpm

$ wget https://linux.dropbox.com/packages/fedora/nautilus-dropbox-1.6.0-1.fedora.x86_64.rpm	[64-bit]
# rpm -Uvh nautilus-dropbox-1.6.0-1.fedora.x86_64.rpm

After successful installation. Click ‘Start Dropbox‘ button to begin installation, it will download latest version for your system.

Dropbox Installation Downloading Dropbox

After that, Dropbox setup will prompt you to login with your existing account or create one if you don’t.

Dropbox Setup Create Dropbox Account User Details Choose Setup Type Drop Files and Folders Dropbox Setup Notification Area Icon Share Files Installation Complete

After this, we need to install Dropbox client across all the box we need. Just login and start syncing in real-time from the special Dropbox folder.

Security

Well security of data is a major concern and in cloud storage service, when you are not aware of where your data is going to be saved, can we trust Dropbox?

Well at present time, Dropbox don’t support own private key to secure data. But it stores data in encrypted form which means you can be assured that your data is safe.

It shows a promising future. No doubt the developer should concentrate more on security point of view.

Conclusion

Dropbox is a brilliant cloud storage Application, most of us are aware of. If you have not tried it till now, you must give it a try and mind it you would never regret.

Dropbox Homepage

That’s all for now. I’ll be here again with another interesting article soon. Till then stay tuned and connected to Tecmint. Don’t forget to provide us with your valuable feedback in our comment section.

Ref From: tecmint
Channels: dropbox

Related articles