Follow

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use
Contact

Int: command not found

I have this code that Ive written for c
Using lubuntu and gedit

Now my code is right yet lubunto is saying that line 6 and 7 isn’t

I ran my code on another compiler and it works but in lubunto it didn’t

MEDevel.com: Open-source for Healthcare and Education

Collecting and validating open-source software for healthcare, education, enterprise, development, medical imaging, medical records, and digital pathology.

Visit Medevel

my code
error in lubuntu

Please help me understand why is lubunto not working

I tried sudo apt update
It didn’t work

I tried adding a path
Still wasn’t sure how to do it

>Solution :

You must compile your code.

This is likely: reem@lubuntu:~$ gcc test.c

which will produce file a.out (if there are no compiler errors)

Then you can attempt to run it: reem@lubuntu:~$ ./a.out to see if it works.

Add a comment

Leave a Reply

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use

Discover more from Dev solutions

Subscribe now to keep reading and get access to the full archive.

Continue reading