How to Install and Uninstall codeblocks Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 07,2024

1. Install "codeblocks" package

This guide let you learn how to install codeblocks on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install codeblocks

2. Uninstall "codeblocks" package

In this section, we are going to explain the necessary steps to uninstall codeblocks on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove codeblocks $ sudo apt autoclean && sudo apt autoremove

3. Information about the codeblocks package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: codeblocks
Priority: optional
Section: universe/devel
Installed-Size: 7209
Maintainer: Ubuntu Developers
Original-Maintainer: David Paleino
Architecture: amd64
Version: 13.12+dfsg-4
Depends: libc6 (>= 2.14), libcodeblocks0, libgcc1 (>= 1:4.1.1), libstdc++6 (>= 5.2), libwxbase3.0-0v5 (>= 3.0.2+dfsg), libwxgtk3.0-0v5 (>= 3.0.2+dfsg), codeblocks-common (= 13.12+dfsg-4)
Recommends: gcc | g++, gdb, xterm
Suggests: libwxgtk3.0-dev, codeblocks-contrib
Filename: pool/universe/c/codeblocks/codeblocks_13.12+dfsg-4_amd64.deb
Size: 1850872
MD5sum: 5827791e7814f35ede28689819f903c3
SHA1: defd082f9e30dabe7f07f502847ef7ac36d1a798
SHA256: 56d26f02b9b903b64f154920de1b53ee2d80818f4f1f2c430fecd0f64701fd62
Description-en: Code::Blocks integrated development environment (IDE)
Code::Blocks is a cross-platform Integrated Development Environment (IDE).
It is based on a self-developed plugin framework allowing unlimited
extensibility. Most of its functionality is already provided by plugins.
Plugins included in the base package are:
* Compiler frontend to many free compilers
* Debugger frontend for GDB
* Source formatter (based on AStyle)
* Wizard to create new C++ classes
* Code-completion / symbols-browser (work in progress)
* Default MIME handler
* Wizard to create new Code::Blocks plugins
* To-do list
* Extensible wizard based on scripts
* Autosave (saves your work in the unfortunate case of a crash)
Description-md5: 085a469fb5f38916d82842e097c6fda4
Homepage: http://codeblocks.org
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu