How to Install sse4.2-support in Ubuntu 18.04



Install sse4.2-support by entering the following commands in the terminal:

sudo apt update
sudo apt install sse4.2-support

Description:

prevent installation on processors without required instructions

This is a mostly dummy package, whose only purpose is to detect the presence of sse4.2. It refuses to install on inadequate processors, thus allowing specifying such a requirement as a dependency.

Version: 5

Section: universe/misc