< Home - < Back

kscope


Information about the package, kscope, which is shipped with common Linux distributions. The kscope package is designed for, QT front-end to Cscope.


Package Name:

kscope

Summary:

QT front-end to Cscope

Description:

KScope is a QT4 front-end to Cscope. It provides a source-editing environment for large C projects, such as the Linux kernel. KScope is by no means intended to be a replacement to any of the leading Linux/KDE IDEs, such as KDevelop. First of all, it is not an Integrated Development Environment: it does not provide the usual write/compile/debug cycle supported by most IDE's. Instead, KScope is focused on source editing and analysis.

Architecture:

x86_64

Version:

1.9.4

Release:

3.el6

Size:

226 k

Repository:

epel

From Repository:

Licence:

GPLv2+



Handy Yum Commands for kscope


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


Command

Description of Command

yum install kscope

This command will install kscope on the server.

yum remove kscope

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

yum -y remove kscope

This command will un-install kscope 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 kscope when using the -y flag.

yum update kscope

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

yum -y update kscope

This command will update kscope 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 kscope when using the -y flag.

yum info kscope

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

yum deplist kscope

This command will show you the dependencies for kscope. 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 kscope

This command will check if there is an update waiting on kscope. 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.