-
Notifications
You must be signed in to change notification settings - Fork 64
Linux
Mariano Scazzariello edited this page Mar 20, 2021
·
41 revisions
Kathará can be installed on all main Linux distributions.
By default, Kathará depends on Docker, but can also leverage on Kubernetes, using Megalos.
- To install Docker, you can follow this guide
- (suggested) Install xterm terminal emulator (usually
sudo apt install xterm
orsudo yum install xterm
orsudo pacman -S xterm
), that is used by default- You can also specify a different terminal emulator by using
kathara settings
command
- You can also specify a different terminal emulator by using
- Add Kathara public key to your keyring:
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 21805A48E6CBBA6B991ABE76646193862B759810
- Add the kathara repo to your repos:
- If you have Ubuntu:
sudo add-apt-repository ppa:katharaframework/kathara
- If you have other Debian-based distos:
- Create a
kathara.list
file in/etc/apt/sources.list.d
and put inside the following lines:
You can do it by running the following commands:deb http://ppa.launchpad.net/katharaframework/kathara/ubuntu bionic main deb-src http://ppa.launchpad.net/katharaframework/kathara/ubuntu bionic main
echo "deb http://ppa.launchpad.net/katharaframework/kathara/ubuntu bionic main" | sudo tee /etc/apt/sources.list.d/kathara.list
echo "deb-src http://ppa.launchpad.net/katharaframework/kathara/ubuntu bionic main" | sudo tee -a /etc/apt/sources.list.d/kathara.list
- Create a
- If you have Ubuntu:
- Update your apt cache by running
sudo apt update
- Install Kathará running
sudo apt install kathara
- Download the
.rpm
file to a directory of your choice from a Release. - On a terminal, type
sudo rpm -i <KATHARA_RPM_FILE>.rpm
in the chosen directory - Before using Kathará, you MUST stop
firewalld
service, runningsudo systemctl stop firewalld
- Download the
.pkg.tar.zst
file to a directory of your choice from a Release. - On a terminal, type
sudo pacman -U <KATHARA_PKG_FILE>.pkg.tar.zst
in the chosen directory
- Clone the Kathara AUR Repository:
git clone https://aur.archlinux.org/kathara.git
- Enter the directory
cd kathara
- Run the shell command to build the package, for example:
makepkg -si
oryay -Syu kathara
Website: kathara.org
Contact us: contact@kathara.org