< Home - < Back

perl-Dist-CheckConflicts


Information about the package, perl-Dist-CheckConflicts, which is shipped with common Linux distributions. The perl-Dist-CheckConflicts package is designed for, Declare version conflicts for your dist.


Package Name:

perl-Dist-CheckConflicts

Summary:

Declare version conflicts for your dist

Description:

One shortcoming of the CPAN clients that currently exist is that they have no way of specifying conflicting downstream dependencies of modules. This module attempts to work around this issue by allowing you to specify conflicting versions of modules separately, and deal with them after the module is done installing. For instance, say you have a module Foo, and some other module Bar uses Foo. If Foo were to change its API in a non-backwards-compatible way, this would cause Bar to break until it is updated to use the new API. Foo can't just depend on the fixed version of Bar, because this will cause a circular dependency (because Bar is already depending on Foo), and this doesn't express intent properly anyway - Foo doesn't use Bar at all. The ideal solution would be for there to be a way to specify conflicting versions of modules in a way that would let CPAN clients update conflicting modules automatically after an existing module is upgraded, but until that happens, this module will allow users to do this manually.

Architecture:

noarch

Version:

0.02

Release:

2.el6

Size:

19 k

Repository:

epel

From Repository:

Licence:

GPL+ or Artistic



Handy Yum Commands for perl-Dist-CheckConflicts


Control the perl-Dist-CheckConflicts package with the following handy commands outlined below.


Command

Description of Command

yum install perl-Dist-CheckConflicts

This command will install perl-Dist-CheckConflicts on the server.

yum remove perl-Dist-CheckConflicts

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

yum -y remove perl-Dist-CheckConflicts

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

yum update perl-Dist-CheckConflicts

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

yum -y update perl-Dist-CheckConflicts

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

yum info perl-Dist-CheckConflicts

This command will show you core information about the perl-Dist-CheckConflicts package.

yum deplist perl-Dist-CheckConflicts

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

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