Installation ============ Install Kiwi Backup apt key +++++++++++++++ .. sourcecode:: python curl https://apt.kiwi-backup.com/kiwi-backup.gpg | sudo apt-key add - Editing the sourcelist file ++++++++++++++++++ .. sourcecode:: python echo 'deb [arch=amd64] https://apt.kiwi-backup.com/ jessie main' | sudo tee -a /etc/apt/sources.list Update packages ++++++++++++++++++++++++++++++ .. sourcecode:: python sudo apt-get update Install kiwi4-cli ++++++++++++++++++++++++++++++ .. sourcecode:: python sudo apt-get install kiwi4-cli