I installed Code:Blocks on my Ubuntu 18.04 LTS. It works fine for now and I don't have any problem with it. But when I update my system using
sudo apt-get update && sudo apt-get upgrade -y
I get an error saying
Err:7 http://ppa.launchpad.net/damien-moore/codeblocks-stable/ubuntu bionic Release
404 Not Found [IP: 91.189.95.83 80]
Reading package lists... Done
E: The repository 'http://ppa.launchpad.net/damien-moore/codeblocks-stable/ubuntu bionic Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
Now, when I delete http://ppa.launchpad.net/damien-moore/codeblocks-stable/ubuntu bionic
in the Software Center, Code:Blocks doesn't run the programs I've written. Having this error doesn't seem to harm anything but it is annoying.
How to solve this? I'm taking C courses in school, so I need some compiler in order to do my homeworks, but I am open to use something different. Thanks
apt-cache policy codeblocks
to the question. What version of CodeBlock do you want to install? – N0rbert Dec 21 '18 at 09:01Codeblocks
package available on Universe repository see this or at thepasgui
's ppa like mentioned @Norbert answered!!! – abu-ahmed al-khatiri Dec 21 '18 at 10:03