How to Install and Uninstall pyspread Package on Kali Linux

Last updated: April 27,2024

1. Install "pyspread" package

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

$ sudo apt update $ sudo apt install pyspread

2. Uninstall "pyspread" package

This guide covers the steps necessary to uninstall pyspread on Kali Linux:

$ sudo apt remove pyspread $ sudo apt autoclean && sudo apt autoremove

3. Information about the pyspread package on Kali Linux

Package: pyspread
Version: 2.2.3-1
Installed-Size: 15864
Maintainer: Andreas Noteng
Architecture: all
Depends: python3 (>= 3.7), python3-numpy (>= 1:1.1.0), python3-pygments, python3-pyqt5 (>= 5.11.3), python3-pyqt5.qtsvg, python3-markdown2, python3-pkg-resources, python3:any
Recommends: python3-enchant (>= 1.1), python3-matplotlib (>= 1.1.1), python3-moneyed (>= 2.0)
Size: 1088448
SHA256: 672d0eab58fde42eebce5b03faa89ef193547dc567bb6ab166ed66feaa2e2f2c
SHA1: 6e320ab65be388a2a343cd90364139e3d65b99ed
MD5sum: 9af58015c85df29e18e563c5481ea1e8
Description: cross-platform Python spreadsheet application
Pyspread is a cross-platform Python spreadsheet application. Instead of
spreadsheet formulas, Python expressions are entered into the spreadsheet
cells. Each expression returns a Python object that can be accessed from
other cells. These objects can represent anything including lists or matrices.
Description-md5:
Homepage: https://pyspread.gitlab.io/
Section: python
Priority: optional
Filename: pool/main/p/pyspread/pyspread_2.2.3-1_all.deb