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

Last updated: May 05,2024

1. Install "python3-shelxfile" package

In this section, we are going to explain the necessary steps to install python3-shelxfile on Kali Linux

$ sudo apt update $ sudo apt install python3-shelxfile

2. Uninstall "python3-shelxfile" package

Please follow the guidance below to uninstall python3-shelxfile on Kali Linux:

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

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

Package: python3-shelxfile
Source: python-shelxfile
Version: 17-1
Installed-Size: 304
Maintainer: Debian Python Team
Architecture: all
Depends: python3:any
Size: 61184
SHA256: 57f87325926faa0b36d05b9dbd375c158b5b660cae5d594a9a3bc5e9019b6e20
SHA1: a1c4a28a4887b1d242c61347431b2700ba4c8799
MD5sum: cd02d4361b6f91fa995511d8d842d930
Description: read and write SHELXL syntax files (Python 3)
This is a full implementation of the SHELXL file syntax. Additionally it is
able to edit SHELX properties using Python. The implementation is Python3-only
and supports SHELXL after 2017.
.
Shelxfile always keeps the file order intact. Every SHELX instruction like DFIX
or an atom is stored as an class object in the list Shelxfile._reslist. When
writing the Shelxfile content to disk, it wites the _reslist content to disk.
.
Shelxfile tries to detect all possible syntax errors that SHELXL would not like
either. If Shelxfile.DEBUG is True, more output about syntax and other errors
are printed out. Otherwise, the parser is quiet except for really severe errors
like a missing unit cell.
.
This package installs the library for Python 3.
Description-md5:
Homepage: https://github.com/dkratzert/ShelXFile
Section: python
Priority: optional
Filename: pool/main/p/python-shelxfile/python3-shelxfile_17-1_all.deb