Skip to content

Instantly share code, notes, and snippets.

@asimzeeshan
Created July 4, 2014 20:40
Show Gist options
  • Select an option

  • Save asimzeeshan/b123f1e93df6264d9452 to your computer and use it in GitHub Desktop.

Select an option

Save asimzeeshan/b123f1e93df6264d9452 to your computer and use it in GitHub Desktop.
Install Dropbox in ArchLinux
# ============================================================
# Author: Asim Zeeshan
# Web: http://asim.pk
# ============================================================
# Lets Begin!
cd /usr/src
# ============================================================
# Get the URL from https://aur.archlinux.org/packages/dropbox/
# ============================================================
sudo wget https://aur.archlinux.org/packages/dr/dropbox/dropbox.tar.gz
sudo tar zxf dropbox.tar.gz
cd dropbox
sudo makepkg -s --asroot
# ============================================================
# be very careful about next step because this may be different
# ============================================================
sudo pacman -U dropbox-2.8.4-1-x86_64.pkg.tar.xz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment