arch
Display the name of the system architecture. See also uname. More information: <https://www.gnu.org/software/coreutils/arch>.
Install
- All systems
-
curl cmd.cat/arch.sh
- Debian
-
apt-get install coreutils
- Ubuntu
-
apt-get install coreutils
- Alpine
-
apk add coreutils
- Arch Linux
-
pacman -S mailman
- Kali Linux
-
apt-get install coreutils
- CentOS
-
yum install coreutils
- Fedora
-
dnf install coreutils
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install coreutils
- OS X
-
brew install coreutils
- Raspbian
-
apt-get install coreutils
- Dockerfile
- dockerfile.run/arch
- Docker
-
docker run cmd.cat/arch arch
powered by Commando
Display the name of the system architecture. See also uname. More information: <https://www.gnu.org/software/coreutils/arch>.
-
Display the system's architecture:
arch
© tl;dr; authors and contributors