Raspberry Pi OS
#
Download Debian PackageGo to the following site and download the latest Debian package.
#
Installation of Debian PackageInstall the package using dpkg command.
sudo dpkg -i hcp_1.3.0-3_armhf.deb
That is all for fundamental setup of hcp.
Other hcp commands such as hsync, hrm, hcp-ls, hmkdir, hpwd, hmv, hln, hchmod and hchown can be installed by similar instructions.
Please see the following page for fundamental operations to confirm if it works after the installation.
#
UpgradeTo 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 hcp_1.3.0-3_armhf.deb
Old configuration files will be kept. You can make upgrade even if using a newer package in build number.
Example: Upgrade from 1.3.0-2 to 1.3.0-3
sudo dpkg -i hcp_1.3.0-2_armhf.debsudo dpkg -i hcp_1.3.0-3_armhf.deb (this works)
#
UninstallationTo uninstall on Linux, use -r or -P option of the dpkg command to do.
sudo dpkg -r hcpsudo dpkg -P hcp