cc
This command is an alias of gcc. More information: <https://gcc.gnu.org>.
Install
- All systems
-
curl cmd.cat/cc.sh
- Debian
-
apt-get install gcc
- Ubuntu
-
apt-get install gcc
- Alpine
-
apk add gcc
- Arch Linux
-
pacman -S gcc
- Kali Linux
-
apt-get install gcc
- CentOS
-
yum install gcc
- Fedora
-
dnf install gcc
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install gcc
- OS X
-
brew install gcc
- Raspbian
-
apt-get install gcc
- Dockerfile
- dockerfile.run/cc
- Docker
-
docker run cmd.cat/cc cc
powered by Commando
This command is an alias of gcc. More information: <https://gcc.gnu.org>.
-
View documentation for the original command:
tldr gcc
© tl;dr; authors and contributors