12. Updating Jungle Disk

Updating will not affect your current backup settings or your data.

12.1. Windows

  1. Click the Start Menu, then the Control Panel.
_images/win1.png
  1. Click “Uninstall a Program” OR “Programs and Features”.
_images/win2.png


OR |br

_images/win3.png
  1. Find “Jungle Disk…” in the list of programs presented. Right-click the name of the program and click “uninstall.”
_images/win4.png _images/win5.png
  1. The uninstallation will run, and you will be prompted to reboot the computer. Do not reboot your computer, click “No.”
_images/win6.png
  1. Download Windows Workgroup from the downloads page.
  2. Navigate to the location where you saved the installer program. Open the installer program that was downloaded and click “Run.”
_images/win7.png
  1. Click “next,” and complete the installation process. You will be promoted to reboot the computer, Click “no” to ignore the reboot request; this should not be necessary.

Open Jungle Disk. You can now resume using Jungle Disk normally.

12.2. Mac

  1. Close the Jungle Disk program completely. You can force quit it by right clicking on the icon in the Dock then hitting the “option” button. The “Force Quit” option will then appear.
  2. Select Mac Workgroup on the downloads page.
  3. Open the .dmg file that you downloaded to launch the installer. A window will come up asking you to agree with the terms of the license. Click “Agree”.
  4. Another window will appear. Drag the Jungle Disk icon to the Applications folder. If you get a notification stating that Jungle Disk already exists, click “Replace” to replace the existing version of Jungle Disk.
  5. After that, you can close that window and open the Jungle Disk program. Under the “Jungle Disk Workgroup” menu, click “About” to confirm that you are on the updated version. You may be prompted to enter your system password in order to update the “background programs” that the application uses. Please be sure to complete those prompts, otherwise the application may not be fully functional.

12.3. Linux

12.3.1. RPM-Based Systems

The example RPM-based system used here is Fedora with the GNOME desktop environment.


Via GUI

  1. Open the software management application, in Fedora, this is just called “Software”
  2. Go to the “installed” tab and find Jungle Disk Workgroup.
  3. Click “remove,” approve the removal, and enter your system password (if needed).
_images/rpm1.png
  1. Select the Linux RPM Workgroup download.
  2. Once the package has downloaded, open and install it. Follow the prompts on screen.
_images/rpm.png


Via Terminal

1. Check to see if Jungle Disk is already installed:

dnf list | grep jungle

You may need to use yum or another package manager depending on your system configuration.

2. If there is an existing Jungle Disk installation, run a command to remove the package

sudo dnf remove junglediskserver

Enter “Y” to approve the removal.

3. Next, be sure to stop the existing Jungle Disk process: the best way to do this is to first run

ps aux | grep jungle

and get the PID for the existing process. Then you can run

sudo kill [PID]

(be sure to replace [PID] with the actual PID on your machine)

4. Use wget to download the installer package. Check our downloads page for the most recent version, and copy the link address of that version.

wget https://downloads.jungledisk.com/jungledisk/junglediskworkgroup-3211-0.x86_64.rpm

5. Once downloaded, run the installation command. You can also use your desktop GUI to start the apps (this may require you to log-out and log-in.)

dnf install junglediskworkgroup
  1. Enter “Y” to approve the install.

7. Since you had an existing install, there’s no need to configure your settings file, so all you need to do is start the service.

sudo /usr/local/bin/junglediskserver

12.3.2. DEB-Based Systems

The example DEB-based system used here is Ubuntu 16.04 with the Unity desktop environment.


Via GUI

  1. Open the software management application, in Ubuntu, this is just called “Ubuntu Software”
  2. Go to the “installed” tab and find Jungle Disk Workgroup.

3. Click “remove,” approve the removal, and enter your system password (if needed). If the existing application is not visible in Ubuntu Software, you will need to do this via Terminal.

  1. Open terminal (hit the command key and search for terminal)
  2. Run
sudo dpkg -r junglediskworkgroup
  1. Enter your system password and press enter. You can now close terminal and continue the steps below
  2. Download DEB Linux Workgroup from our downloads page.
  3. Once the package has downloaded (likely to your downloads folder), open it up and you will be given the option to install. Click the install button and follow the prompts on screen
  4. At this point, you should be all set! We recommend logging out of your desktop and logging back in before using the new version.


Via Terminal

  1. Check to see if Jungle Disk is already installed:
dpkg -l | grep jungle

You may need to use yum or another package manager depending on your system configuration.

  1. If there is an existing Jungle Disk installation, run a command to remove the package:
sudo dpkg -r junglediskworkgroup
  1. Next, be sure to stop the existing Jungle Disk process: the best way to do this is to first run
ps aux | grep jungle

and get the PID for the existing process. Then you can run:

sudo kill [PID]

Be sure to replace [PID] with the actual PID on your machine.

  1. Use wget or something similar to download the new installer package:
wget https://downloads.jungledisk.com/jungledisk/junglediskserver_3200-0_amd64.deb

Once downloaded, run the installation command: sudo dpkg -i junglediskserver_3200-0_amd64.deb Since you had an existing install, there’s no need to configure your settings file, so all you need to do is start the service!

sudo /usr/local/bin/junglediskserver