Skip to main content

Ubuntu

Download Debian Package#

Go to the following site and download the latest Debian package.

Download Site

Installation of Debian Package#

Install the package using dpkg command.

sudo dpkg -i bytix-archaea-tools_1.4.0-13_amd64.deb

That is all for fundamental setup of client commands.

This package installs hcp, hsync, hrm, hcp-ls, hmkdir, hpwd, hmv, hln, hchmod and hchown.

The old packages will be replaced as obsolete. Configuration files having some changes from the original one will be kept.

Please see the following page for fundamental operations to confirm if it works after the installation.

Here

Upgrade#

To upgrade on Linux, you just run the dpkg command with a newer package than the current version's package using -i option.

sudo dpkg -i bytix-archaea-tools_1.4.0-13_amd64.deb

Old configuration files will be kept. You can make upgrade even if using a newer package in build number.

Example: Upgrade from 1.4.0-12 to 1.4.0-13

sudo dpkg -i bytix-archaea-tools_1.4.0-12_amd64.debsudo dpkg -i bytix-archaea-tools_1.4.0-13_amd64.deb (this works)

Uninstallation#

To uninstall on Linux, use -r or -P option of the dpkg command to do.

sudo dpkg -r bytix-archaea-toolssudo dpkg -P bytix-archaea-tools