How to Install and Uninstall python3-in-place Package on Kali Linux

Last updated: February 24,2025

1. Install "python3-in-place" package

This guide let you learn how to install python3-in-place on Kali Linux

$ sudo apt update $ sudo apt install python3-in-place

2. Uninstall "python3-in-place" package

Learn how to uninstall python3-in-place on Kali Linux:

$ sudo apt remove python3-in-place $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-in-place package on Kali Linux

Package: python3-in-place
Source: in-place
Version: 1.0.0-1
Installed-Size: 42
Maintainer: Debian Python Team
Architecture: all
Depends: python3:any
Size: 12680
SHA256: 10b6506b478168729617ac41c2838a83765079ddd7081de45dff9e8d4d318516
SHA1: 3c6603de5746e3873ca342047d4c4bc56e2e9279
MD5sum: f7281a6bd7fdd3a94b0f6672ee0f7a6d
Description: In-place file processing
The in-place package is a Python library that provides an intuitive and
efficient way to edit files in-place. It allows developers to perform in-place
modifications to text files without the need for temporary files or manual
handling of file I/O operations.
.
Features:
.
- Simplifies in-place editing of text files in Python.
- Provides a convenient API for performing modifications directly on files.
- Supports operations such as replacing text, appending or deleting lines,
and more.
- Handles file I/O operations and modifications efficiently.
- Offers flexibility in choosing how modifications are applied (e.g., line
by line or in bulk).
.
In-place editing can be useful in various scenarios, including log file
processing, configuration file updates, and data transformations. The in-place
library streamlines the process by abstracting away the complexities of file
handling and allows developers to focus on the actual modifications.
Description-md5:
Homepage: https://github.com/jwodder/inplace
Section: python
Priority: optional
Filename: pool/main/i/in-place/python3-in-place_1.0.0-1_all.deb