How to Install and Uninstall fabric Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 06,2024

1. Install "fabric" package

Learn how to install fabric on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install fabric

2. Uninstall "fabric" package

Here is a brief guide to show you how to uninstall fabric on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove fabric $ sudo apt autoclean && sudo apt autoremove

3. Information about the fabric package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: fabric
Priority: optional
Section: universe/python
Installed-Size: 1284
Maintainer: Ubuntu Developers
Original-Maintainer: Andrew Starr-Bochicchio
Architecture: all
Version: 1.10.2-1
Depends: python-nose, python-paramiko (>= 1.10), python-pkg-resources, python, python:any (<< 2.8), python:any (>= 2.7.5-5~), libjs-sphinxdoc (>= 1.0)
Filename: pool/universe/f/fabric/fabric_1.10.2-1_all.deb
Size: 190628
MD5sum: 16341e2d13375dbbdfece3dd871c3fff
SHA1: 1eebc7d851deed52ec2df4205ec6ec5e68e781bc
SHA256: 3160d7ff8a1f60aaa188edf4128a31c36812d06a973f68fc586997bf6f4ba904
Description-en: 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.
Description-md5: c14df4c925efbb493f2617dfc04bc4c2
Homepage: http://fabfile.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu