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

Last updated: May 04,2024

1. Install "codeblocks-dev" package

Please follow the step by step instructions below to install codeblocks-dev on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install codeblocks-dev

2. Uninstall "codeblocks-dev" package

This tutorial shows how to uninstall codeblocks-dev on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: codeblocks-dev
Priority: optional
Section: universe/libdevel
Installed-Size: 1550
Maintainer: Ubuntu Developers
Original-Maintainer: David Paleino
Architecture: amd64
Source: codeblocks
Version: 13.12+dfsg-4
Depends: libcodeblocks0 (= 13.12+dfsg-4)
Filename: pool/universe/c/codeblocks/codeblocks-dev_13.12+dfsg-4_amd64.deb
Size: 259346
MD5sum: fe3d26957d7c9ae4d858ad97a7ed5d66
SHA1: 1a65f1381057c3ef06ac563d39379c9df5fb6b75
SHA256: bd803eb7e727573ffe3637e07368ae596e1fefd9c304664e14e6e01f1a5aed69
Description-en: Code::Blocks development files (SDK)
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)
.
This package contains the development files (headers and libraries) for
creating Code::Blocks plugins.
Description-md5: bf5bf143062d45ee97db1da6c01550ed
Homepage: http://codeblocks.org
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu