Install Dropbox on Arch|Manjaro|Garuda| EndeavourOS

Dropbox is a cloud based service that allows you to save and transfer data across many computers. Dropbox links allow users to share data files with others without having to send huge files. Dropbox Business is more than just a safe file storage solution; it’s a smart workplace that brings connect teams, tools, and material. Dropbox gives a convenient plan with 2 GB of storage. With a membership, you may raise this as much as 3 TB.

In this guide, we show you how to Install and Use Dropbox on Arch | Manjaro | Garuda | EndeavourOS Linux.

Dropbox Usage

The following are the uses of Dropbox:

  • Documents to send and track: Control access using passcodes, email verification, approved viewer lists, and expiry dates, and gain insights on the page-by-page performance of your most important papers.
  • Keep track of your passwords and sync them: Dropbox Passwords makes it simple to login in to websites and apps. You can access your passwords from anywhere thanks to automatic synchronization across all of your devices.
  • Completed projects are delivered: Finish projects by delivering final files or huge collections of data in a simple and secure manner, complete with password security, expiration dates, and delivery confirmation.
  • Get piece of mind knowing that if work is mistakenly deleted, lost, or altered, file recovery and version history make recovering it a breeze.
  • Organize your household: Everyone in your family can safely save and share pictures, videos, and critical files in one location with Dropbox Family.
  • With courage, lead your team: Get a clear picture of your team’s content, permissions, and activity so you can stay compliant and safeguard your data.
  • Facilitate remote work: Dropbox streamlines your team’s material and tools, so you can work from anywhere in the world.

Features of Dropbox

Below are the amazing features of Dropbox:

  • Security: It securely saves all files, and only those who have been authorized may access them using a user name and password. You can do so by using a username and password.
  • Encryption Security: The most essential aspect is security; while exchanging the most sensitive files, it’s critical to do it safely, therefore it employs 256-bit AES encryption security to do so.
  • Extend Storage: It allows you to increase your storage space up to 100 GB for a fee.
  • Because it saves all data on remote servers and allows access over the internet, all saved files may be viewed at any time and from anywhere.
  • Free Storage: It offers up to 2GB of free storage and up to 100 GB of paid storage on various for-fee plans. It gives 350 Gigabyte space for Team members.
  • Data Backup: Because it saves all data and files remotely, it backs up instead of saving everything on your computer when you need it.
  • Quickly share screenshots: We don’t have to take a screenshot, drag them into it, or copy the sharing link because of the screenshot feature. All you have to do now is turn on the screenshot-sharing option on your Mac or PC.
  • Use Selective Sync to Store Space: The Selective Sync function allows users to save or sync just the most critical data.

Install Dropbox on Arch|Manjaro|Garuda|EndeavourOS Linux

We are going to employ the following steps to install Dropbox on Arch | Manjaro | Garuda | EndeavourOS Linux.

Step 1: System Update

Linux users should always upgrade their operating system packages to the most recent versions available from upstream sources.

Execute the following command to update Arch | Manjaro | Garuda | EndeavourOS Linux:

sudo pacman -Syu

After the system has been refreshed, do a system power recycle:

sudo reboot

Step 2: Dropbox Installation on Arch | Manjaro | Garuda | EndeavourOS Linux

Following the reboot, install Dropbox from the AUR on Arch | Manjaro | Garuda | EndeavourOS Linux.

Run the following command:

sudo pacman -S --needed git base-devel
git clone https://aur.archlinux.org/dropbox.git
cd dropbox
makepkg -si --skippgpcheck

Accept the installation prompt by pressing y or Y as shown below:

$ makepkg -si --skippgpcheck
Total Download Size:   2.37 MiB
Total Installed Size:  6.58 MiB

:: Proceed with installation? [Y/n] y
:: Retrieving packages...
 gendesk-1.0.10-1-x86_64                                        2.4 MiB  1376 KiB/s 00:02 [####################################################] 100%
(1/1) checking keys in keyring                                                            [####################################################] 100%
(1/1) checking package integrity                                                          [####################################################] 100%
(1/1) loading package files                                                               [####################################################] 100%
(1/1) checking for file conflicts                                                         [####################################################] 100%
(1/1) checking available disk space                                                       [####################################################] 100%
:: Processing package changes...
(1/1) installing gendesk                                                                  [####################################################] 100%
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...

During the installation, you may experience the following error:

==> Verifying source file signatures with gpg...
    dropbox-lnx.x86_64-132.4.3800.tar.gz ... FAILED (unknown public key FC918B335044912E)
==> ERROR: One or more PGP signatures could not be verified!

Run the following command to solve the above error:

gpg --recv-keys 1C61A2656FB57B7E4DE0F4C1FC918B335044912E

Wait for the installation process to complete.This should take few minutes.

....
:: Proceed with installation? [Y/n] y
(1/1) checking keys in keyring                                                                                         [########################################################################] 100%
(1/1) checking package integrity                                                                                       [########################################################################] 100%
(1/1) loading package files                                                                                            [########################################################################] 100%
(1/1) checking for file conflicts                                                                                      [########################################################################] 100%
(1/1) checking available disk space                                                                                    [########################################################################] 100%
:: Processing package changes...
(1/1) installing dropbox                                                                                               [########################################################################] 100%
Optional dependencies for dropbox
    ufw-extras: ufw rules for dropbox
    perl-file-mimeinfo: opening dropbox folder on some desktop environments
    xdg-utils: for "Launch Dropbox Website" and file manager integration
    libappindicator-gtk3: make tray icons themed under some desktop environments like KDE plasma
:: Running post-transaction hooks...
(1/2) Reloading system manager configuration...
(2/2) Arming ConditionNeedsUpdate...

Validate dropbox installation:

$ which dropbox
/usr/bin/dropbox

Step 3: Launch Dropbox on Arch | Manjaro | Garuda | EndeavourOS Linux

You may launch Dropbox from your program menu or from the command line after installing the software. In the system tray, the client icon will display.

In your terminal:

$ dropbox

From your program menu:

A pop-up window will appear on your browser, prompting you to log in to your Dropbox account or create a new one. If you already have an account, enter your credentials or create one:

After you have logged in successfully you will be prompted with the following window:

Step 4: Syncing Files to Dropbox

After creating account successfully, a folder called Dropbox is created in User’s home directory. You can create a file in this directory and it’s automatically synced in Dropbox cloud.

Navigate to the Dropbox directory and create a file called mydocs.txt:

cd ~/Dropbox
touch mydocs.txt

Open your Dropbox and you will see the above created file:

You can as well create a file or folder in Dropbox and it will automatically synced in Dropbox folder in User’s home directory.

Step 5: Configure Dropbox to Start at Boot

Simply activate the systemd service with your username as the instance identifier to have Dropbox start automatically when your system boots. The dropbox@username format is used for the service unit to be activated. Because the service does not know which X display to use by default, it does not display an icon in the system tray. If you want tray support, you’ll need to make the following changes to the supplied service:

sudo systemctl edit dropbox@frank
[Service]
Environment=DISPLAY=:0

Conclusion

That That concludes the installation and use of Dropbox on Arch | Manjaro | Garuda | EndeavourOS Linux. Thank you for taking the time to read this article. We hope you found this information useful.

Cool Guides you should also check:

Your IT Journey Starts Here!

Ready to level up your IT skills? Our new eLearning platform is coming soon to help you master the latest technologies.

Be the first to know when we launch! Join our waitlist now.

Join our Linux and open source community. Subscribe to our newsletter for tips, tricks, and collaboration opportunities!

Recent Post

Leave a Comment

Your email address will not be published. Required fields are marked *

Related Post

We’ll go through how to install the Brave and Chromium browsers on the Garuda Linux desktop operating system in this […]

I experienced an error message recently while trying to install snapd on Arch Linux – “Pacman is currently in use, […]

Google Drive is a fantastic cloud storage service that allows you to upload, share, and sync data across several computers. […]

Let's Connect

Unleash the full potential of your business with CloudSpinx. Our expert solutions specialists are standing by to answer your questions and tailor a plan that perfectly aligns with your unique needs.
You will get a response from our solutions specialist within 12 hours
We understand emergencies can be stressful. For immediate assistance, chat with us now

Contact CloudSpinx today!

Download CloudSpinx Profile

Discover the full spectrum of our expertise and services by downloading our detailed Company Profile. Simply enter your first name, last name, and email address.