How to Install and Uninstall python3-pyexcel-io Package on Kali Linux

Last updated: May 20,2024

1. Install "python3-pyexcel-io" package

This guide covers the steps necessary to install python3-pyexcel-io on Kali Linux

$ sudo apt update $ sudo apt install python3-pyexcel-io

2. Uninstall "python3-pyexcel-io" package

Please follow the step by step instructions below to uninstall python3-pyexcel-io on Kali Linux:

$ sudo apt remove python3-pyexcel-io $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-pyexcel-io package on Kali Linux

Package: python3-pyexcel-io
Source: pyexcel-io
Version: 0.5.18-0kali4
Architecture: all
Maintainer: Kali Developers
Installed-Size: 150
Depends: python3-lml, python3:any
Suggests: python-pyexcel-io-doc
Homepage: https://github.com/pyexcel/pyexcel-io
Priority: optional
Section: python
Filename: pool/main/p/pyexcel-io/python3-pyexcel-io_0.5.18-0kali4_all.deb
Size: 29480
SHA256: 8275fc971d4d8742f0cd1ddd74d6009d37491829e274e73bbdaa3a522e234ff2
SHA1: 65f1217cf6adcbe4bdb0c8ed202503d06a389fe7
MD5sum: d48d4e2683b78b3293ba56c5c80a1f0e
Description: API to read and write the data in excel format (Python 3)
This package contains one application programming interface(API) to read and
write the data in excel format, import the data into and export the data from
database. It provides support for csv(z) format, django database and sqlalchemy
supported databases. Its supported file formats are extended to cover "xls",
"xlsx", "ods" by the following extensions:
- pyexcel-xls: xls, xlsx(r), xlsm(r)
- pyexcel-xlsx: xlsx
- pyexcel-ods3: ods
- pyexcel-ods: ods (Python 2.6, 2.7 only)
.
If you need to manipulate the data, you might do it yourself or use its
brother library pyexcel .
.
If you would like to extend it, you may use it to write your own extension to
handle a specific file format.
.
This package installs the library for Python 3.
Description-md5: