< Home - < Back

codeblocks


Information about the package, codeblocks, which is shipped with common Linux distributions. The codeblocks package is designed for, An open source, cross platform, free C++ IDE.


Package Name:

codeblocks

Summary:

An open source, cross platform, free C++ IDE

Description:

Code::Blocks is a free C++ IDE built specifically to meet the most demanding needs of its users. It was designed, right from the start, to be extensible and configurable. Built around a plug-in framework, Code::Blocks can be extended with plug-in DLLs. It includes a plug-in wizard, so you can compile your own plug-ins.

Architecture:

x86_64

Version:

10.05

Release:

2.el6

Size:

4.1 M

Repository:

epel

From Repository:

Licence:

GPLv3+



Handy Yum Commands for codeblocks


Control the codeblocks package with the following handy commands outlined below.


Command

Description of Command

yum install codeblocks

This command will install codeblocks on the server.

yum remove codeblocks

This command will un-install codeblocks on the server. When you run this command, you will be asked if you are sure that you want to remove codeblocks, so you have to manually confirm that you want to do this.

yum -y remove codeblocks

This command will un-install codeblocks on the server. When you run this command with th e -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove codeblocks when using the -y flag.

yum update codeblocks

This command will update codeblocks to the latest version. When you run this command, you will be asked if you are sure that you want to remove codeblocks, so you have to manually confirm that you want to do this.

yum -y update codeblocks

This command will update codeblocks to the latest version. When you run this command with the -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove codeblocks when using the -y flag.

yum info codeblocks

This command will show you core information about the codeblocks package.

yum deplist codeblocks

This command will show you the dependencies for codeblocks. Thankfully, when using Yum, if dependencies are required, these are also installed at the same time so you don't have to worry too much about that.

yum check-update codeblocks

This command will check if there is an update waiting on codeblocks. When you run this command this will return nothing if there is nothing to update, or, will return the package name if the package is due to be updated.