< Home - < Back

eric


Information about the package, eric, which is shipped with common Linux distributions. The eric package is designed for, Python IDE.


Package Name:

eric

Summary:

Python IDE

Description:

eric4 is a full featured Python IDE.

Architecture:

x86_64

Version:

4.4.19

Release:

2.el6

Size:

7.9 M

Repository:

epel

From Repository:

Licence:

GPL3+



Handy Yum Commands for eric


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


Command

Description of Command

yum install eric

This command will install eric on the server.

yum remove eric

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

yum -y remove eric

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

yum update eric

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

yum -y update eric

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

yum info eric

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

yum deplist eric

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

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