How to Install and Uninstall sse4.2-support Package on Kali Linux

Last updated: May 18,2024

1. Install "sse4.2-support" package

Please follow the guidance below to install sse4.2-support on Kali Linux

$ sudo apt update $ sudo apt install sse4.2-support

2. Uninstall "sse4.2-support" package

In this section, we are going to explain the necessary steps to uninstall sse4.2-support on Kali Linux:

$ sudo apt remove sse4.2-support $ sudo apt autoclean && sudo apt autoremove

3. Information about the sse4.2-support package on Kali Linux

Package: sse4.2-support
Source: isa-support
Version: 21
Installed-Size: 17
Maintainer: Bastien Roucariès
Architecture: amd64
Pre-Depends: isa-support (= 21)
Size: 3408
SHA256: 509a88ddfd9faf8ab75d05485cc4607bf24c21f71f28820b50793b901fe8aeb5
SHA1: 146906f9e477129f902ea91546223ea864050324
MD5sum: 8c13588fdc00b5894c31deb780aa98a5
Description: CPU feature checking - require SSE4.2
The packages in the isa-support family probe for microprocessor Instruction
Set Architecture features such as SSE3. By refusing to install on machines
lacking a required feature, they allow ISA requirements to be handled in
terms of package dependencies.
.
This is a mostly dummy package which checks for SSE4.2 and refuses to install
on unsupported hardware.
.
SSE4.2 added string and text processing instructions that perform character
searches and comparison on two operands of 16 bytes at a time. It is
available on Intel processors since Nehalem (circa 2008), but notably not
on anything AMD until the Bulldozer (15h, in 2011) and Jaguar (16h, in
2013) families.
Description-md5:
Multi-Arch: foreign
Section: misc
Priority: optional
Filename: pool/main/i/isa-support/sse4.2-support_21_amd64.deb