How to Install and Uninstall python3-bioblend Package on Kali Linux

Last updated: December 23,2024

1. Install "python3-bioblend" package

This is a short guide on how to install python3-bioblend on Kali Linux

$ sudo apt update $ sudo apt install python3-bioblend

2. Uninstall "python3-bioblend" package

This is a short guide on how to uninstall python3-bioblend on Kali Linux:

$ sudo apt remove python3-bioblend $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-bioblend package on Kali Linux

Package: python3-bioblend
Source: python-bioblend
Version: 1.2.0-2
Installed-Size: 749
Maintainer: Debian Med Packaging Team
Architecture: all
Depends: python3-requests, python3-requests-toolbelt, python3-tuspy, python3-typing-extensions, python3:any
Suggests: python-bioblend-doc
Size: 146756
SHA256: 4dfb932cc20a389a29e69cdf74b895bd731da23577e5da89cc37ba2c234e7f29
SHA1: 3e6c4edb213ae08aa2766f11f93e47ed005b5c73
MD5sum: 3aeeb67f3b9cfa45ddafc7719eea1d87
Description: CloudMan and Galaxy API library (Python 3)
BioBlend is a Python library for interacting with CloudMan and Galaxy's API.
BioBlend is supported and tested on:
· Python 2.6, 2.7, 3.3 and 3.4
· Galaxy release_14.02 and later.
Conceptually, it makes it possible to script and automate the process
of cloud infrastructure provisioning and scaling via CloudMan, and run‐
ning of analyses via Galaxy. In reality, it makes it possible to do
things like this:
· Create a CloudMan compute cluster, via an API and directly from your
local machine:
· Reconnect to an existing CloudMan instance and manipulate it
· Interact with Galaxy via a straightforward API
.
Although this library allows you to blend these two services into a
cohesive unit, the library itself can be used with either service
irrespective of the other. For example, you can use it to just
manipulate CloudMan clusters or to script the interactions with an
instance of Galaxy running on your laptop.
.
This package installs the library for Python 3.
Description-md5:
Homepage: https://github.com/galaxyproject/bioblend
Section: python
Priority: optional
Filename: pool/main/p/python-bioblend/python3-bioblend_1.2.0-2_all.deb