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

Last updated: May 10,2024

1. Install "python3-pyinstaller" package

This is a short guide on how to install python3-pyinstaller on Kali Linux

$ sudo apt update $ sudo apt install python3-pyinstaller

2. Uninstall "python3-pyinstaller" package

Here is a brief guide to show you how to uninstall python3-pyinstaller on Kali Linux:

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

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

Package: python3-pyinstaller
Source: pyinstaller
Version: 3.5-0kali2
Architecture: all
Maintainer: Kali Developers
Installed-Size: 5054
Depends: python3-altgraph, python3-pkg-resources, python3:any
Conflicts: pyinstaller (<< 3.1.1), python-pyinstaller
Replaces: pyinstaller
Provides: pyinstaller
Homepage: http://www.pyinstaller.org/
Priority: optional
Section: python
Filename: pool/main/p/pyinstaller/python3-pyinstaller_3.5-0kali2_all.deb
Size: 1244092
SHA256: 6db4a40874db97af51525a27cf003c62a9ffd87627b0f721c35ba8d81620d232
SHA1: aa604e4df6d638d811e0d4578b6b34d0d31ec4b8
MD5sum: ea4e6d1608ac372e1069f6941d20fff2
Description: Converts (packages) Python programs into stand-alone executables.
PyInstaller is a program that converts (packages) Python programs into stand-
alone executables, under Windows, Linux, Mac OS X, Solaris and AIX. Its main
advantages over similar tools are that PyInstaller works with any version of
Python since 2.3, it builds smaller executables thanks to transparent
compression, it is fully multi-platform, and use the OS support to load the
dynamic libraries, thus ensuring full compatibility.
.
The main goal of PyInstaller is to be compatible with 3rd-party packages out
-of-the-box. This means that, with PyInstaller, all the required tricks to make
external packages work are already integrated within PyInstaller itself so that
there is no user intervention required. You'll never be required to look for
tricks in wikis and apply custom modification to your files or your setup
scripts. As an example, libraries like PyQt, Django or matplotlib are fully
supported, without having to handle plugins or external data files manually.
Description-md5:
Python-Egg-Name: PyInstaller

5. The same packages on other Linux Distributions