How to Install and Uninstall python3-dist-meta Package on Kali Linux

Last updated: May 20,2024

1. Install "python3-dist-meta" package

Please follow the steps below to install python3-dist-meta on Kali Linux

$ sudo apt update $ sudo apt install python3-dist-meta

2. Uninstall "python3-dist-meta" package

Please follow the steps below to uninstall python3-dist-meta on Kali Linux:

$ sudo apt remove python3-dist-meta $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-dist-meta package on Kali Linux

Package: python3-dist-meta
Source: python-dist-meta
Version: 0.8.0+dfsg-3
Installed-Size: 100
Maintainer: Debian Python Team
Architecture: all
Depends: python3-domdf-python-tools, python3-handy-archives, python3-packaging, python3:any
Size: 21276
SHA256: 4056ebd70b06f2c1bbdd5f32fb7d22637b03247ae6b0e0c340f1e5044d1c9898
SHA1: 72ef9c880533aec367bfc0499bf946625805311d
MD5sum: 6ed2a57c1e719c972b356cf1be2dfcae
Description: Parse and create Python distribution metadata
dist-meta and is a set of support tools for managing metadata of a GitHub
repository. This library provides a convenient way to automatically generate
and update metadata files such as README files, license files, changelog
files, and more.
.
The main purpose of dist-meta is to ease the process of maintaining these
files in projects hosted on GitHub by providing a command line interface
(CLI) to automatically generate and update the necessary metadata files. It
is especially useful for projects that follow specific standards or formatting
guidelines for their metadata files.
.
you can automate tasks like:
- Automatically generate and update your project's README file based on a
predefined or custom template.
- Generate license files, such as the LICENSE file, from a pool of available
licenses.
- Create changelog files based on changes made to your repository.
- Verify that your project's metadata files are up to date according to
defined best practices.
Description-md5:
Homepage: https://github.com/repo-helper/dist-meta
Section: python
Priority: optional
Filename: pool/main/p/python-dist-meta/python3-dist-meta_0.8.0+dfsg-3_all.deb

5. The same packages on other Linux Distributions