Skip to content
Tommaso Caiazzi edited this page Jul 21, 2023 · 12 revisions

Linux

Debian-based

Update the package using the apt package manager:

sudo apt update
sudo apt install kathara

Red-Hat-based

  1. Download the Latest Release.
  2. Run the setup as explained in the Installation Guide.

Arch-based

GitHub Release

If you installed Kathará from a GitHub release:

  1. Download the Latest Release.
  2. Run the setup as explained in the Installation Guide.

AUR

If you installed Kathará from AUR, type this command:

sudo pacman -S kathara 

Windows

  1. Download the Latest Release.
  2. Run the setup as explained in the Installation Guide.

macOS

GitHub Release

  1. Download the Latest Release.
  2. Run the setup as explained in the Installation Guide.

Homebrew

If you installed Kathará from Homebrew, type this command:

brew upgrade --cask kathara

Upgrading from the previous Kathará version (<2.0.0)

  1. Completely uninstall Kathará
    • Run $NETKIT_HOME/lwipe to clean the installed version
    • Delete the environment variable $NETKIT_HOME
    • Delete the folder containing Kathará
  2. Install the new version as explained in Installation Guide (Linux, Windows, Mac).
Clone this wiki locally