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

Last updated: May 18,2024

1. Install "python3-pdbtools" package

Please follow the step by step instructions below to install python3-pdbtools on Kali Linux

$ sudo apt update $ sudo apt install python3-pdbtools

2. Uninstall "python3-pdbtools" package

Please follow the instructions below to uninstall python3-pdbtools on Kali Linux:

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

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

Package: python3-pdbtools
Source: pdb-tools
Version: 2.5.1-1
Installed-Size: 312
Maintainer: Debichem Team
Architecture: all
Depends: python3:any
Size: 32168
SHA256: ff620045579df6dc63df43668b246d62d991b1b725dd6f99b65fc6fb30eedc4d
SHA1: 6c9e4cde15b35ee3a598f66c4ee5c6254f4c5383
MD5sum: a28e6153134a0a9d827cc0fd4489dfd4
Description: tools for manipulating and editing PDB files (Python 3 package)
Manipulating PDB (Protein Data Bank) files is often painful. Extracting a
particular chain or set of residues, renumbering residues, splitting or merging
models and chains, or just ensuring the file is conforming to the PDB
specifications are examples of tasks that can be done using any decent parsing
library or graphical interface. These, however, almost always require
1) scripting knowledge, 2) time, and 3) installing one or more programs.
.
pdb-tools were designed to be a swiss-knife for the PDB format. They have no
external dependencies, besides the Python programming language. They are the
descendant of a set of old FORTRAN77 programs that had the particular advantage
of working with streams, i.e. the output of one script could be piped into
another.
.
The philosophy of the scripts is simple: one script, one task. If you want to
do two things, pipe the scripts together.
.
This package contains Python 3 package.
Description-md5:
Homepage: https://www.bonvinlab.org/pdb-tools/
Section: science
Priority: optional
Filename: pool/main/p/pdb-tools/python3-pdbtools_2.5.1-1_all.deb