Installing
- 
2. Installing DependenciesInstall Required Package 
 Simply play:sudo apt install davfs2 unzip python python-setuptools And the Add your User to the davfs2 Group with: sudo usermod -aG davfs2 `whoami` The `whoami` Command just output your Username. 
 Then follow working on a New Terminal Window.
- 
3. Downloading Box.com ClientDownload Box Sync Linux Client for Ubuntu 
- 
4. Making Target FolderNext to Make the Box Sync Directory 
 Run:mkdir $HOME/Box 
- 
5. Extracting Box.com ArchiveExtract Box .zip Archive 
 Here for a Local installation we Extract it into the Home:unzip -d $HOME/ $HOME/Downloads/box*.zip But if you are in Trouble to Find the Location on Terminal then See: How to Access Downloads Folder from Browser. 
- 
6. Installing box.com Sync ClientNow to Install box.com Sync Client on Ubuntu 
 First, Access the Target:cd $HOME/box-linux-sync-master/bin And then run the Installation Script: sudo python ./setup.py install Update the Credentials: sudo su -c 'echo "https://dav.box.com/dav [MYEMAIL] [MYPASSWORD]" >> /etc/davfs2/secrets' Replace “[MYEMAIL]“, and “[MYPASSWORD]” with your current one in the above Command. 
 And again the URL:sudo sh -c 'echo "https://dav.box.com/dav /home/[MYUSERNAME]/Box davfs _netdev,rw,user 0 0" >> /etc/fstab' Replace [MYUSERNAME] with your current one in the above Command. 
 In case, to Change the Box Sync Directory Edit the Config File like:nano $HOME/.noiselabs/box/box-sync.cfg 
Contents
