LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

linux32

sets the architecture execution domain to 32-bit and runs the specified program

TLDR

This command is an alias of setarch
$ tldr setarch
copy

SYNOPSIS

linux32 [options] [program [arguments]]

DESCRIPTION

linux32 sets the architecture execution domain to 32-bit and runs the specified program. It is equivalent to `setarch linux32` and is used to run 32-bit programs on 64-bit systems with modified personality flags.

INSTALL

sudo apt install util-linux
copy
sudo dnf install util-linux
copy
sudo pacman -S util-linux
copy
sudo apk add util-linux-misc
copy
sudo zypper install util-linux
copy
brew install util-linux
copy
nix profile install nixpkgs#util-linux
copy

SEE ALSO

setarch(8), linux64(8)

Copied to clipboard
Kai