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

Last updated: April 29,2024

1. Install "python3-pdfkit" package

This tutorial shows how to install python3-pdfkit on Kali Linux

$ sudo apt update $ sudo apt install python3-pdfkit

2. Uninstall "python3-pdfkit" package

This guide covers the steps necessary to uninstall python3-pdfkit on Kali Linux:

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

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

Package: python3-pdfkit
Source: pdfkit
Version: 1.0.0-3
Installed-Size: 53
Maintainer: Debian QA Group
Architecture: all
Depends: python3:any, wkhtmltopdf
Size: 14616
SHA256: 9b79ea4683fa2465eb2c02dda8603438ef9756b0e627a08b2a32fbf76b1ce2e2
SHA1: cff5453820da15bd38ac90f0807708a452231a88
MD5sum: e567f7b1b2b98e26bbaba7226f64cee1
Description: Python wrapper for wkhtmltopdf to convert HTML to PDF (Python 3)
Python wrapper for wkhtmltopdf utility to convert HTML to PDF using Webkit.
.
Wkhtmltopdf conversion and all wkhtmltopdf options are available in Python
from this module
.
This is the Python 3 version of the package.
Description-md5:
Homepage: https://github.com/JazzCore/python-pdfkit
Section: python
Priority: optional
Filename: pool/main/p/pdfkit/python3-pdfkit_1.0.0-3_all.deb