Welcome to Nutstore for Linux
System:
CPU Arch:
Get Linux App

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/UOS,run this command to install packages:

sudo apt-get install python3-gi gir1.2-appindicator3-0.1 gir1.2-notify-0.7

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

sudo yum install 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, JRE. If they are already installed, go to next step

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

sudo apt-get install libglib2.0-dev libgtk2.0-dev libnautilus-extension-dev python3-gi gir1.2-appindicator3-0.1 autoconf libtool pkg-config

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

sudo yum install glib2-devel gtk2-devel nautilus-devel libappindicator-gtk3 python3-gobject autoconf libtool pkg-config

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
./update-toolchain.sh && ./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.

Welcome to Nutstore for Linux
System:
CPU Arch:
Get Linux App

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/UOS,run this command to install packages:

sudo apt-get install python3-gi gir1.2-appindicator3-0.1 gir1.2-notify-0.7

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

sudo yum install 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, JRE. If they are already installed, go to next step

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

sudo apt-get install libglib2.0-dev libgtk2.0-dev libnautilus-extension-dev python3-gi gir1.2-appindicator3-0.1 autoconf libtool pkg-config

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

sudo yum install glib2-devel gtk2-devel nautilus-devel libappindicator-gtk3 python3-gobject autoconf libtool pkg-config

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
./update-toolchain.sh && ./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.