Skip to main content

Red Hat Enterprise Linux (RHEL)

Download RPM Package#

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

Download Site

Installation of RPM Package#

Install the package using rpm command.

rpm -ivh bytix-archaea-tools-1.4.0-13.el7.centos.x86_64.rpm

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 RPM command with a newer package than the current version's package using -U option.

rpm -Uvh bytix-archaea-tools-1.4.0-13.el7.centos.x86_64.rpm

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

rpm -ivh bytix-archaea-tools-1.4.0-12.el7.centos.x86_64.rpmrpm -Uvh bytix-archaea-tools-1.4.0-13.el7.centos.x86_64.rpm (this works)

Uninstallation#

To uninstall on Linux, use -e option of the RPM command to do.

rpm -e bytix-archaea-tools