LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

x86_64

Run programs in x86_64 architecture mode

TLDR

This command is an alias for setarch x86_64.View documentation for the original command
$ tldr setarch
copy

SYNOPSIS

x86_64 [options] [program [arguments]]

DESCRIPTION

x86_64 is a symlink to setarch that runs a program with the reported architecture set to x8664. It is equivalent to running **setarch x8664**.This is typically used on 64-bit systems to ensure programs detect and run in 64-bit mode, though on native x86_64 systems this is usually the default behavior.

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), linux32(8), linux64(8)

Copied to clipboard
Kai