I'm trying to install KDbg debugger to use while I code in C and have some problems in figuring out what to do.
As suggested in this other similar question: How to install software provided in software-center via terminal?
These are the commands I tried to use:
sudo apt-get update
sudo apt-get install kdbg
And this is the error I got:
E: Unable to locate package kdbg
I'm new to the whole Ubuntu environment and can't figure out how to solve this. The guy that posted the original question marked it as solved so I thought it would work.