D
D
DVoropaev2017-10-07 13:29:15
linux
DVoropaev, 2017-10-07 13:29:15

Why is the gcc command not found (even though gcc is installed)?

gсс -lgd main.c
gсс: команда не найдена
$ gcc
gcc: fatal error: no input files
compilation terminated.
$ gсс main.c
gсс: команда не найдена
$ sudo apt-get install gcc
Чтение списков пакетов… Готово
Построение дерева зависимостей       
Чтение информации о состоянии… Готово
Уже установлен пакет gcc самой новой версии (4:6.3.0-2ubuntu1).
Следующие пакеты устанавливались автоматически и больше не требуются:
  kbuild module-assistant
Для их удаления используйте «sudo apt autoremove».
обновлено 0, установлено 0 новых пакетов, для удаления отмечено 0 пакетов, и 12 пакетов не обновлено.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
J
jcmvbkbc, 2017-10-08
@jcmvbkbc

gcc -lgd main.c
gcc: command not found
there are no Russian letters s in the word gcc.
$ gcc
gcc: fatal error: no input files
compilation terminated.
Here you managed to write the word gcc correctly.
$ gcc main.c
gcc: command not found
And here again with the Russians.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question