Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

232
Views
How to install codeblocks in Linux mint 17.1 (KDE)

I have already installed codeblocks in my linux mint 17.1 (KDE), using this command line

sudo apt-get install codeblocks

, but when i tried to compile and run a c program on codeblocks it shows me this error

/home/redwan/Programmin/C Program/hello.c|1|fatal error: stdio.h: No such file or directory| ||=== Build failed: 1 error(s), 0 warning(s) (0 minute(s), 0 second(s)) ===|

Please someone help me to run c as well as c++ programs properly in linux mint 17.1(KDE) using codeblocks.

And Sorry for my bad english .

over 4 years ago · Santiago Trujillo
1 answers
Answer question

0

Save this into a file named 'install.sh' (without quotes) in your home directory, open a terminal (Ctrl+Alt+t) and run the command 'bash install.sh' (again without quotes).

#!/bin/bash

sudo apt-get update
sudo apt-get upgrade -y
sudo apt-get install build-essential -y
sudo apt-get install codeblocks -y
sudo apt-get install codeblocks-contrib -y
sudo apt-get update
sudo apt-get upgrade -y
sudo apt-get autoremove -y
sudo apt-get autoclean -y

exit 0;
over 4 years ago · Santiago Trujillo Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!