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
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
sudo dnf install util-linux
sudo pacman -S util-linux
sudo apk add util-linux-misc
sudo zypper install util-linux
brew install util-linux
nix profile install nixpkgs#util-linux
