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

Last updated: September 20,2024

1. Install "python3-freetype" package

Here is a brief guide to show you how to install python3-freetype on Kali Linux

$ sudo apt update $ sudo apt install python3-freetype

2. Uninstall "python3-freetype" package

This guide let you learn how to uninstall python3-freetype on Kali Linux:

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

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

Package: python3-freetype
Source: freetype-py
Version: 2.4.0-1
Installed-Size: 443
Maintainer: Debian Python Team
Architecture: all
Depends: python3:any, libfreetype6
Size: 80272
SHA256: cd46837b2d368b39e6a7e29b2faaddfe958862ba68ec74510bfadcf79ffdfbf6
SHA1: 06d914edc81c06c04c3774147a85df9696ca0397
MD5sum: be734a0c8ebf63b1fd04a24c5280e89f
Description: Freetype Python bindings for Python 3
Freetype Python provides bindings for the FreeType library.
Only the high-level API is bound.
.
All the font access is done through the FreeType2 library,
which supports many formats. It can render images of characters with
high-quality hinting and antialiasing, extract metrics information, and
extract the outlines of characters in scalable formats like TrueType.
.
This is the Python 3 version of the package.
Description-md5:
Homepage: https://github.com/rougier/freetype-py
Section: python
Priority: optional
Filename: pool/main/f/freetype-py/python3-freetype_2.4.0-1_all.deb