How to Install and Uninstall python-pbcommand Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: October 04,2024

1. Install "python-pbcommand" package

This guide let you learn how to install python-pbcommand on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-pbcommand

2. Uninstall "python-pbcommand" package

This is a short guide on how to uninstall python-pbcommand on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python-pbcommand $ sudo apt autoclean && sudo apt autoremove

3. Information about the python-pbcommand package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python-pbcommand
Priority: optional
Section: universe/python
Installed-Size: 238
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Med Packaging Team
Architecture: all
Version: 0.2.17-1
Depends: python-avro, python-jsonschema, python-xmlbuilder, python:any (<< 2.8), python:any (>= 2.7.5-5~), python-numpy
Recommends: python-pbcore
Filename: pool/universe/p/python-pbcommand/python-pbcommand_0.2.17-1_all.deb
Size: 47420
MD5sum: b1b8d9385537b0dddbd1b46f0de80571
SHA1: b756c385e998ef3df44ce4929eddc7f8c611d67a
SHA256: 263bbec759faff15339cd332e2530dd28a526d8ebdcc7b5ee0fc6d7b781ae131
Description-en: common command-line interface for Pacific Biosciences analysis modules
To integrate with the pbsmrtpipe workflow engine, one must to be able to
generate a Tool Contract and to be able to run from a Resolved Tool Contract.
A Tool Contract contains the metadata of the exe, such as the file types of
inputs, outputs and options.
There are two principal use cases, first wrapping/calling Python functions that
have been defined in external Python packages, or scripts. Second, creating a
CLI tool that supports emitting tool contracts, running resolved tool contracts
and complete argparse-style CLI.
Description-md5: f96a67914a88766b97a1c5eaf6556270
Homepage: https://github.com/PacificBiosciences/pbcommand
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu