How to Install fabric in Ubuntu 18.04



Install fabric by entering the following commands in the terminal:

sudo apt update
sudo apt install fabric

Description:

Simple Pythonic remote deployment tool

Fabric is designed to upload files and run shell commands on a number of servers in parallel or serially. These commands are grouped in tasks (which are regular Python functions) and specified in a 'fabfile.' . It is similar to Capistrano, except it's implemented in Python and doesn't expect you to be deploying Rails applications.

Homepage: http://fabfile.org/

Version: 1.14.0-1

Section: universe/python