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

Last updated: July 08,2024

1. Install "python3-pyprojroot" package

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

$ sudo apt update $ sudo apt install python3-pyprojroot

2. Uninstall "python3-pyprojroot" package

This is a short guide on how to uninstall python3-pyprojroot on Kali Linux:

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

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

Package: python3-pyprojroot
Source: pyprojroot
Version: 0.3.0-1
Installed-Size: 36
Maintainer: Debian Python Team
Architecture: all
Depends: python3-typing-extensions, python3:any
Size: 9600
SHA256: 4b04c0e70c5d87f9095aaa13f932bf36803fe758351af505b2ad9c315991ba97
SHA1: 5ae4e9c8ae659eed97063da5790a32df6f44a0db
MD5sum: 37059697d05c8558110b68fbb4ae40d4
Description: Find Python project root paths and return relative project files
This library finds the root working directory for your Python project as a
'pathlib' object.
.
You can use the 'here' function to pass in a relative path from the Python
project root directory (no matter what working directory you are in the
project), and you will get a full path to the specified file.
.
This allows you to restructure the files in your Python project without having
to worry about changing file paths.
Description-md5:
Homepage: https://github.com/chendaniely/pyprojroot
Section: python
Priority: optional
Filename: pool/main/p/pyprojroot/python3-pyprojroot_0.3.0-1_all.deb