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

Last updated: April 29,2024

1. Install "python3-pylnk3" package

In this section, we are going to explain the necessary steps to install python3-pylnk3 on Kali Linux

$ sudo apt update $ sudo apt install python3-pylnk3

2. Uninstall "python3-pylnk3" package

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

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

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

Package: python3-pylnk3
Source: pylnk
Version: 0.4.2-0kali2
Architecture: all
Maintainer: Kali Developers
Installed-Size: 92
Depends: python3:any
Breaks: python3-pylnk (<< 0.4.2-0kali2)
Replaces: python3-pylnk (<< 0.4.2-0kali2)
Homepage: https://github.com/strayge/pylnk
Priority: optional
Section: python
Filename: pool/main/p/pylnk/python3-pylnk3_0.4.2-0kali2_all.deb
Size: 19476
SHA256: 51161c8fcfebde6d6c0e653f60e3670be494889a56f01457bddbde00e338923e
SHA1: 8bb77a47db793bc8f942ce8672b5765c561b6737
MD5sum: b83bfc68932e070298b1d7bb30e69800
Description: Python library for reading and writing Windows shortcut files (.lnk)
This package contains a Python library for reading and writing Windows
shortcut files (.lnk).
.
This library can parse .lnk files and extract all relevant information from
them. Parsing a .lnk file yields a LNK object which can be altered and saved
again. Moreover, .lnk file can be created from scratch be creating a LNK
object, populating it with data and then saving it to a file. As that process
requires some knowledge about the internals of .lnk files, some convenience
functions are provided.
.
Limitation: Windows knows lots of different types of shortcuts which all have
different formats. This library currently only supports shortcuts to files and
folders on the local machine.
.
This package installs the library for Python 3.
Description-md5: