Ubuntu

Deb binary installation package created for Ubuntu

For: Above 12.04*

Fedora

RPM binary installation package created for Fedora

For: Above 14*

Debian

Deb binary installation packages created for Debian

For: above stable/squeeze

install via .deb and resolve dependence

1. using gdebi

sudo gdebi  nautilus_nutstore_amd64.deb

2. double click the .deb, install via ubuntu software center

3. install via dpkg

sudo dpkg -i nautilus_nutstore_amd64.deb
sudo apt-get install -f

How to install Nutstore for KDE/XFCE

How to install for source code

How to install Nutstore for KDE/XFCE

Only packges for GNOME/Unity desktop are provided。For KDE/XFCE desktop, please install Nutstore with following steps

1. Resolve package dependencies

For Ubuntu/Debian,run this command to install packages:

$> sudo apt-get install  gvfs-bin python3-gi gir1.2-appindicator3-0.1

For Fedora/CentOS/RHEL,run this command to install packages:

$> sudo yum install gvfs libappindicator-gtk3 python3-gobject

For other systems, please use its package management tools to install these packages.

2. Download binary files

For 64 bits system: nutstore_linux_dist_x64.tar.gz

$> wget https://www.jianguoyun.com/static/exe/installer/nutstore_linux_dist_x64.tar.gz -O /tmp/nutstore_bin.tar.gz

3. Decompress binary files

$> mkdir -p ~/.nutstore/dist && tar zxf /tmp/nutstore_bin.tar.gz -C ~/.nutstore/dist

4. Install Nutstore menu item and icon

$> ~/.nutstore/dist/bin/install_core.sh

To launch Nutstore application, click system menu item:Applications > Internet > Nutstore

Please note that plugins for Dolphin and Thunar are not available currently.

How to install from source code

1. Resolve package dependencies

Nutstore Linux client needs these packages: glib2.0-dev, gtk2.0-dev, libnautilus-extension-dev, gvfs-bin, JRE. If they are already installed, go to next step

For Ubuntu,run this command to install:

$> sudo apt-get install libglib2.0-dev libgtk2.0-dev libnautilus-extension-dev gvfs-bin python3-gi gir1.2-appindicator3-0.1

For Fedora/CentOS/RHEL,run this command to install:

$> sudo yum install glib2-devel gtk2-devel nautilus-devel gvfs libappindicator-gtk3  python3-gobject

2. Download source code of Nutstore plugin for Nautilus: nutstore_linux_src_installer.tar.gz

$> wget https://www.jianguoyun.com/static/exe/installer/nutstore_linux_src_installer.tar.gz

3. Decompress,compile and install the plugin

$> tar zxf nutstore_linux_src_installer.tar.gz
$> cd nutstore_linux_src_installer && ./configure && make
$> sudo make install

4. Relauch Nautilus

$> nautilus -q

5. Run this command to download and install other binary files

$> ./runtime_bootstrap

You can also read the README file in the source code.

install via .deb and resolve dependence

1. using gdebi

sudo gdebi  nautilus_nutstore_amd64.deb

2. double click the .deb, install via ubuntu software center

3. install via dpkg

sudo dpkg -i nautilus_nutstore_amd64.deb
sudo apt-get install -f

How to install Nutstore for KDE/XFCE

How to install for source code

How to install Nutstore for KDE/XFCE

Only packges for GNOME/Unity desktop are provided。For KDE/XFCE desktop, please install Nutstore with following steps

1. Resolve package dependencies

For Ubuntu/Debian,run this command to install packages:

$> sudo apt-get install  gvfs-bin python3-gi gir1.2-appindicator3-0.1

For Fedora/CentOS/RHEL,run this command to install packages:

$> sudo yum install gvfs libappindicator-gtk3 python3-gobject

For other systems, please use its package management tools to install these packages.

2. Download binary files

For 64 bits system: nutstore_linux_dist_x64.tar.gz

$> wget https://www.jianguoyun.com/static/exe/installer/nutstore_linux_dist_x64.tar.gz -O /tmp/nutstore_bin.tar.gz

3. Decompress binary files

$> mkdir -p ~/.nutstore/dist && tar zxf /tmp/nutstore_bin.tar.gz -C ~/.nutstore/dist

4. Install Nutstore menu item and icon

$> ~/.nutstore/dist/bin/install_core.sh

To launch Nutstore application, click system menu item:Applications > Internet > Nutstore

Please note that plugins for Dolphin and Thunar are not available currently.

How to install from source code

1. Resolve package dependencies

Nutstore Linux client needs these packages: glib2.0-dev, gtk2.0-dev, libnautilus-extension-dev, gvfs-bin, JRE. If they are already installed, go to next step

For Ubuntu,run this command to install:

$> sudo apt-get install libglib2.0-dev libgtk2.0-dev libnautilus-extension-dev gvfs-bin python3-gi gir1.2-appindicator3-0.1

For Fedora/CentOS/RHEL,run this command to install:

$> sudo yum install glib2-devel gtk2-devel nautilus-devel gvfs libappindicator-gtk3  python3-gobject

2. Download source code of Nutstore plugin for Nautilus: nutstore_linux_src_installer.tar.gz

$> wget https://www.jianguoyun.com/static/exe/installer/nutstore_linux_src_installer.tar.gz

3. Decompress,compile and install the plugin

$> tar zxf nutstore_linux_src_installer.tar.gz
$> cd nutstore_linux_src_installer && ./configure && make
$> sudo make install

4. Relauch Nautilus

$> nautilus -q

5. Run this command to download and install other binary files

$> ./runtime_bootstrap

You can also read the README file in the source code.