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

Last updated: May 17,2024

1. Install "python3-mergedict" package

Please follow the guidance below to install python3-mergedict on Kali Linux

$ sudo apt update $ sudo apt install python3-mergedict

2. Uninstall "python3-mergedict" package

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

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

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

Package: python3-mergedict
Source: python-mergedict
Version: 1.0.0-3
Installed-Size: 26
Maintainer: Iñaki Malerba
Architecture: all
Depends: python3:any
Size: 5452
SHA256: 1a932ce22262cdd9f179c8fa56f3fdb9cfa173834567717acf82bd5356e550c4
SHA1: 82fd81de537f081527b845e3e5a28d5fcc5c7025
MD5sum: 7ae6f6602b3dac1b5028c71ce4a1396e
Description: Python dict with a merge() method
A MergeDict is a dict with a merge() method. merge() is like
dict.update(), but it can be subclassed to create custom
"merge" operations based on the type of an item value.
.
Themergedict module comes with a ConfigDict that will
extend/update lists/sets/dicts.
Description-md5:
Homepage: https://github.com/schettino72/mergedict
Section: python
Priority: optional
Filename: pool/main/p/python-mergedict/python3-mergedict_1.0.0-3_all.deb