Hello Linux Geeksters. In this article I will show you how to install SparkleShare 1.1.0 on Ubuntu 13.04 Raring Ringtail, Ubuntu 12.10 Quantal Quetzal, Ubuntu 12.04 Precise Pangolin, Linux Mint 15 Olivia, Linux Mint 14 Nadia and Linux Mint 13 Maya.
SparkleShare is an open-source file sync tool similar to Dropbox. The app is multi-arch, working on Linux, Windows and Mac OSX. It can be used both on the personal server, or with some code hosting sites likes, GitHub.
Let’s install SparkleShare on Ubuuntu and Linux Mint:
First, add the git-core repo, needed for installing the dependencies:
$ sudo add-apt-repository ppa:git-core/ppa
Add the SparkleShare repo:
$ sudo add-apt-repository ppa:rebuntu16/sparkleshare+unofficial
Update and install SparkleShare:
$ sudo apt-get update
$ sudo apt-get install sparkleshare libmono-posix4.0-cil
Leave a Reply