** I have installed atom with the help of youtube I have installed gpp-compiler, linter, linter-gcc ** atom showeing error while compiling a c++ program
Asked
Active
Viewed 1,371 times
1
1 Answers
0
- Open Settings, that is Edit -> Preferences
- Click Install button
- Under Install packages there is input field. Type
gcc compiler
there and click Packages
Also, run the next in terminal:
sudo apt install gcc g++ xterm

Gryu
- 7,559
- 9
- 33
- 52
xterm
package installed on your system? are you able to runxterm
from the application launcher? – steeldriver Feb 28 '20 at 12:34