< Home - < Back

spec2scl


Information about the package, spec2scl, which is shipped with common Linux distributions. The spec2scl package is designed for, Convert RPM specfiles to be SCL ready.


Package Name:

spec2scl

Summary:

Convert RPM specfiles to be SCL ready

Description:

spec2scl is a tool to convert RPM specfiles to SCL-style specfiles.

Architecture:

noarch

Version:

0.3.4

Release:

1.el6

Size:

24 k

Repository:

epel

From Repository:

Licence:

MIT



Handy Yum Commands for spec2scl


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


Command

Description of Command

yum install spec2scl

This command will install spec2scl on the server.

yum remove spec2scl

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

yum -y remove spec2scl

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

yum update spec2scl

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

yum -y update spec2scl

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

yum info spec2scl

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

yum deplist spec2scl

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

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