Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save codedeep79/95a70ec3978bad953061ab8fc8381a0a to your computer and use it in GitHub Desktop.

Select an option

Save codedeep79/95a70ec3978bad953061ab8fc8381a0a to your computer and use it in GitHub Desktop.
Install Code::Blocks on Ubuntu 20.04

Install Code::Blocks

sudo apt update
sudo apt install codeblocks

Uninstall Code::Blocks

sudo apt purge codeblocks
sudo apt autoremove
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment