How to Install and Uninstall pdb-tools Package on Kali Linux

Last updated: July 03,2024

1. Install "pdb-tools" package

Please follow the step by step instructions below to install pdb-tools on Kali Linux

$ sudo apt update $ sudo apt install pdb-tools

2. Uninstall "pdb-tools" package

Please follow the step by step instructions below to uninstall pdb-tools on Kali Linux:

$ sudo apt remove pdb-tools $ sudo apt autoclean && sudo apt autoremove

3. Information about the pdb-tools package on Kali Linux

Package: pdb-tools
Version: 2.5.1-1
Installed-Size: 107
Maintainer: Debichem Team
Architecture: all
Depends: python3-pdbtools, python3:any
Size: 28400
SHA256: e3d2681db91ecc4534222e88463d7852244db329247614b2ab4968b96eab34e5
SHA1: 8b296a9e59b84d12e52867e3e0f677f48a705a56
MD5sum: 0bed5ef4f6d180e63127130db7fd5568
Description: tools for manipulating and editing PDB files
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 the command line tools.
Description-md5:
Homepage: https://www.bonvinlab.org/pdb-tools/
Section: science
Priority: optional
Filename: pool/main/p/pdb-tools/pdb-tools_2.5.1-1_all.deb